Search found 1 match
- Fri Aug 07, 2009 8:44 pm
- Forum: PHP - Code
- Topic: how to create multiple users with the table php?
- Replies: 1
- Views: 133
how to create multiple users with the table php?
(newbie) i want to create several users like administrator and moderator at start at the createphptable.php.. tried this but dont work. how to setup to add 2nd values to the insert table? / if (mysql_query($createAdminTable)){ $sql = mysql_query("INSERT INTO myAdmin (username, password, last_lo...