Forum: PHP Jun 5th, 2006 |
| Replies: 6 Views: 2,027 thanks guys, (and gals ;) )
I shall try that...
if anyone has a mysql way then post it cuz i would rather not use a flat file but w/e |
Forum: PHP Jun 2nd, 2006 |
| Replies: 6 Views: 2,027 and how to have it clear the DB and rewrite? |
Forum: PHP Jun 2nd, 2006 |
| Replies: 6 Views: 2,027 I have the database...
OK lemme explain this better, I have an Admin panel.
I would like to show the IP of the last person to log in.
So i would need for everytime the script was aactivated it... |
Forum: PHP Jun 1st, 2006 |
| Replies: 6 Views: 2,027 hello, i am using the following code to write an ip and date to a database
require_once "configgy.php";
mysql_query("INSERT INTO lastlogin(VisIP, VisDate)... |
Forum: PHP Sep 6th, 2005 |
| Replies: 2 Views: 2,388 I need to create a form that has four fields in it. I need "Name", "E-Mail", "Comments", and "Picture". i have created three of the four fields, and need help with the fourth. How do I make it so... |