-
I'm having a very strange problem with Sambar and PHP. I have tried using three (PHP) scripts and none of them worked (vBulletin, Back-end and the one in the PHP-MySQL tutorial). What happens is that whenever any of the pages try to pass on variables to any other pages it stays on the same page! I can notice Internet Explorer is sending the request and then getting another page back but the page is always identical to the one shown before the variablew was sent! I'm using the latest versions of PHP4 and Sambar at this time. Why do all sorts of strange things happen to me?
-
Have you edited your php.ini file as outlined in "Post Installation Setup Tasks" in my first article? In particular, check that the following setting matches:
register_globals = On
------------------
-Kevin Yank.
http://www.SitePoint.com/
Helping Small Business Grow Online!
-
THANKS KEVIN!!! You have sorted so many of my problems already! I guess its now time for me to help other people with what I already know...