- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
9 Posted Topics
From a quick glance, it may be that you are missing session_start(); from checklogin.php.
As a company, we have been using Heart Internet ([url]http://www.heartinternet.com[/url]) for over 3 years and have yet to have a problem.
[QUOTE=joyes;1118010]I want to make a login system in php,where 1 user will be able to log in only one time.pls give me the code of php connecting database[/QUOTE] The following code will connect to the database of your choice (you must enter the database username, password and database name). [CODE]<?PHP …
I highly recommend using XAMPP as it's fairly light and portable and can be run from a pen drive. [url]http://www.apachefriends.org/en/xampp.html[/url]
Hi veledrom, I'm not too sure about your approach, I think that you may be looking at making it more complicated than it really needs to be. If I was writing a login form, I would have two tables; Users and Banned. The Users table would have each users' details …
I agree with Excizted, you really shouldn't put a deadline on free help. You should find that you are experiencing your problem because you are running your 'delete' PHP code AFTER you are populating your HTML table. If you moved your PHP code (line 56 to line 82) to the …
Please note that I haven't been able to check if the code is working correctly, however it should hopefully give you the idea. [CODE] // Hour, Minute, Second, Month, Day, Year $Monday = mktime(0,0,0,1,18,2010); $enroll = mktime(0,0,0,29,12,2009); if($Monday >= $enroll){ // If $Monday is after or on the same date …
[I]Cleaning up a few old threads.[/I] [CODE] <?php session_start(); session_destroy(); ?>[/CODE]
The End.
webbespoke