Jump to content

Return An Array From Function


Darkmatter5

Recommended Posts

mysql_fetch_array, as the name implies, returns an array, so $title will be an array. If your query returns more than a single result, you won't be able to get anything beyond the first row. If that's not a problem for you, then... what's your problem? $title should have just what you want - an array.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...