What version of PHP is running on the server, what version did you develop the script with? Do you know if register globals are on or off?
You can get a lot of information about PHP by doing <?php phpinfo(); ?> Do you receive any error messages indicating the file can not be opened for writing or does it silently discard the data? Jason On Sun, 2003-01-19 at 12:57, JamsterJAM wrote: > Hi, > I have a problem. I have created a guestbook for my server and i have php installed. >You enter deatils and the guestbook stores it in guestbook.dat.php file. The >guestbook itself is also a php file. I have tryed it on other hosts and it has >worked. When i run it on my server it doesnt store the data i have inputted and show >it on the guestbook. This might be a bit confusing but if you could help me or >forward it to someone who can help me i would be much abliged. > > JAM -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php