I am a newbie and want to ask a few simple question about mysql using php. Please correct me if I am wrong.
1) What type of variable would be returned from the function
mysql_list_fields("dbname", "tablename", $link); ??
Can I change it to a string type variable? If so, what function can i use to search this string for a certain phrase/group of letters?
2) I want to be able to pick a field randomly from a table in a mysql database, how can I do this?
3)How can I add some data into my mysql database from php?
Thank You. Hopefully my questions are not to stupid.