> I did that but it still doesnt work? Is there something else that I
> should be passing to the script to let it know to write to fields
> within the table?

define "not work" like is there an error?  data not inserting?  also, read
and bookmark this tutorial, it'll help this and future endeavers :

  http://www.zend.com/zend/tut/using-strings.php

and for kicks, right under your line that begins with $result put this :

  echo mysql_error();

mysql_error() prints the last mysql error (in human readable format), you
may have one.

regards,
philip




-- 
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]

Reply via email to