I am creating a database install file. I am new with the php and sql resources however im learning pretty quickly.
This command does not seem to work, and I havent figured out why.
This command does not seem to work, and I havent figured out why.
| Code: |
| mysql_query(
"INSERT INTO `UserAccounts` ( UName, UFName, ULName, UPass, AccessLevel ) VALUES ( 'Admin', 'Anthony', 'Clink', 'Mmage1029r', '3' )" ); |
