Click to See Complete Forum and Search --> : Data to Variables


Joseph Witchard
03-26-2008, 10:21 PM
I apologize if this is the wrong forum. I'm not sure if it belongs in here or the SQL forum.

How would you draw information from a MySQL table field and store it in a PHP variable?

NogDog
03-26-2008, 10:33 PM
You can see a basic example in the PHP manual page for the mysql_fetch_assoc() function (http://www.php.net/mysql_fetch_assoc).

Joseph Witchard
03-26-2008, 10:36 PM
That helps. Thanks!