This is a discussion on PHP OSX, Querystring troubles within the PHP General forums, part of the PHP Programming Forums category; Hey everyone- Apologies for my lack of specifics or of technical know how, but I'm hoping this group might ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hey everyone-
Apologies for my lack of specifics or of technical know how, but I'm hoping this group might help me. I'm trying to set up a PHP/mySQL development server on my Mac (running 10.3.3) I'm running the version of PHP that ships with 10.3.3, but for some reason, I am unable to pass parameters to pages with the querystring. That's all, and though seemingly a simple problem, I can't for the life of me figure out why my pages aren't reading the parameters I send over. Has anyone else seen this, or know a solution? Thanks very much for your time and expertise. |
|
|||
|
On 2004-05-10 22:31:28 +0200, thomasconlon@hotmail.com (Tom C.) said:
> evelopment server on my Mac (running 10.3.3) I'm running the version > of PHP that ships with 10.3.3, but for some reason, I am unable to > pass parameters to pages with the querystring. That's all, and though > seemingly a simple problem, I can't for the life of me figure out why > my pages aren't reading the parameters I send over. Has anyone else > seen this, or know a solution? Thanks very much for your time and > expertise. Only Enable PHP!! Do not install php on mac osx Open terminal type: sudo-s type your password type: cd / type: cd etc/httpd type: pico httpd.conf REMOVE THE # FOR THE #LoadModule php4_module #AddModule mod_php4.c Close Pico with control+x Restart apache ( Sharing in System Preferences ) Install MYSQL http://www.mysql.com/get/Downloads/M....dmg/from/pick Easy Easy DMG INSTALL |