PDA

View Full Version : Guestbook prob


ofi
04-19-2007, 07:55 PM
Hi
can someone help me about small php problem, i am adding simple guestbook to page, having problem to access admin panel, here is the link #pass for login is admin"
http://www.koddinn.com/test/fri/page2.php

and here is the guestbook php file, i have edit it

http://www.koddinn.com/test/fri/guestbook.phps

can anyone see why i cant get in admin, i cant find it.

thx

Fumigator
04-19-2007, 08:26 PM
Did you write this script?

You are using $_SESSION but you aren't calling session_start() anywhere. I can see that being a problem.

READ ME FOR ENLIGHTENMENT (http://us.php.net/session_start)