I have installed the above on a TiBook and I am getting inconsistent behavior. I cannot get examples from the book "Php and MySql Web Development" to pass variables from one browser page to the next. The error checking code in page two is the first instruction. It says "if not variable, then state it." Page 2 never receives the variable. I don't even get to the data query.
What I have done to troubleshoot:
Chown to root, all users;
Chmod 777 for Directory and all Files;
Typed out my own code in BBEdit (Quadruple-checked spelling);
Used examples pages off CD-Rom (included with book);
Entered variables via URL string (still no result);
Restarted apache
Tested using IExplorer and Netscape;
When I ran php_info(), I noticed under the Apache section that the Request_Method is set to "Get". Is that set properly or is it somehow disallowing the post action in the form?
The odd thing is that when I downloaded the phpbb forum application and installed it, it works Great!
Many thanks to anyone who can point me in the right direction.
Ciao.
What I have done to troubleshoot:
Chown to root, all users;
Chmod 777 for Directory and all Files;
Typed out my own code in BBEdit (Quadruple-checked spelling);
Used examples pages off CD-Rom (included with book);
Entered variables via URL string (still no result);
Restarted apache
Tested using IExplorer and Netscape;
When I ran php_info(), I noticed under the Apache section that the Request_Method is set to "Get". Is that set properly or is it somehow disallowing the post action in the form?
The odd thing is that when I downloaded the phpbb forum application and installed it, it works Great!
Many thanks to anyone who can point me in the right direction.
Ciao.