""shawn"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
001c01c0cce3$c114c420$5c52a040@admin">news:001c01c0cce3$c114c420$5c52a040@admin...
>Could someone tell me how to actually execute this script please?
$mysql_query = mysql_query("INSERT INTO $userstable (client, contact, email,
address, city, state, zip, phone, fax, model, country, details, type)
VALUES('$client', '$contact', '$email', '$address', '$city', '$state',
'$zip', '$phone', '$fax', '$model', '$country', '$details', '$type')");
for tutorial look at
www.devshed.com
www.phpbuilder.com
www.webmonkey.com
www.hotscripts.com
just do a search on PHP and MySQL.
Cheers
johannes
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]