What function should I be using to execute an INSERT statement?

See:  http://au3.php.net/manual/en/ref.mysql.php

I'm suspecting mysql_query()

See:  http://au3.php.net/manual/en/function.mysql-query.php

INSERT INTO tblMACOwner (MAC, Name, Address, PhoneNumber, EmailAddress, RoomNumber) VALUES ("00:02:44:ac:26:a0", "do\\\"n", "2/5\\\'9", "33\\\"3\\\'4", "[EMAIL PROTECTED]'n", "ASD\\\'W");

Cheers Don

--
Don Gould
www.thinkdesignprint.co.nz - www.tcn.bowenvale.co.nz - www.bowenvale.co.nz - www.hearingbooks.co.nz - www.buxtonsquare.co.nz - SkypeMe: ThinkDesignPrint - Good ideas: www.solarking.co.nz

Reply via email to