Posts: 133
Location: durango, colorado
|
Hi..
I'm really trying to figure out how to explain all this without sounding like a gerbil on dope.
I just installed php and mysql on an older powermac running OSX. Everything works nicely. I even got phpMyAdmin installed and created a new database, tables, etc.
Then I wrote a nice script to fill the databases up with info (it is a client database to be run locally) So, to tell the difference between editing, adding, etc, i use the old
PHP Code:
if (isset($addpage)):
and so on and so forth. So.. When I pass a variable in the url (http://www.mysite.com/test.php?THIS="that") it doesn't work... When I upload it to my regular web servers it works fine. Basically I've done a million little tests to show that everything is working except variables won't travel...
This has led me too think that the problem is in the php.ini file on the g4. So my question is, in a nutshell, WHAT THE HELL IS GOING ON?!?!?!?!?!?
cheers
-e
|