Search found 3 matches

by winn
Fri Mar 17, 2006 1:23 pm
Forum: PHP - Code
Topic: Understanding session varables
Replies: 4
Views: 2701

Ok i fixed the single and double quote problems. The script is working again, but is still not entering the information in to the database. And i can't seem to generate any error on the mysql side. Any Ideas? Below is the line that is giving me problems $putinguestbook="INSERT INTO gbook(name2,...
by winn
Thu Mar 16, 2006 12:49 pm
Forum: PHP - Code
Topic: Understanding session varables
Replies: 4
Views: 2701

data not being put into database

Thank you for replying so quickly. I was able to work out the issue with the session varables. However now that it is working i have broken the database update. I can't seem to find any errors in the logs. The script works and the varables contain the nfo that was entered. To test it i have put an e...
by winn
Tue Mar 14, 2006 1:14 pm
Forum: PHP - Code
Topic: Understanding session varables
Replies: 4
Views: 2701

Understanding session varables

I have added a security image to my guestbook. Someone has been using spoofed ip address to abuse our book. I have installed the GD library, and have been successful with the image dispay. However when i test echo the generated code i get and empty varable. Here is the code i have so far. Below is t...