Search found 4 matches

by taech
Mon Oct 27, 2003 6:32 pm
Forum: PHP - Code
Topic: logon wont stayed logged on!
Replies: 7
Views: 1503

**Successful Login**

Array
(
[banned] => 0
[email] => email@email.com
[name] => myname
[password] => mypass
[points] => 10
[post] => 0
[user_level] => 3
[username] => admin
)
by taech
Mon Oct 27, 2003 5:58 pm
Forum: PHP - Code
Topic: logon wont stayed logged on!
Replies: 7
Views: 1503

m3rajk i do know that post isnt set on all pages also i do check the sessions but only where i need it.

yes i do LiLpunkSkateR
by taech
Mon Oct 27, 2003 5:04 pm
Forum: PHP - Code
Topic: logon wont stayed logged on!
Replies: 7
Views: 1503

logon wont stayed logged on!

heres my login(.php) page: <?php session_start(); $username = $_POST&#1111;'username']; $password = $_POST&#1111;'password']; if(!$_POST) &#123; include 'html/loginform.html'; &#125; elseif((!$username) || (!$password)) &#123; echo "Please enter ALL of the information! <br /...
by taech
Mon Oct 27, 2003 4:47 pm
Forum: General Discussion
Topic: running your own webserver?
Replies: 11
Views: 1556

i have a

winxp/apache/php/mysql setup