darkfreaks Posted December 2, 2008 Share Posted December 2, 2008 ok so i have this function, does it really need to have fetch array in it to grab the query? i dont understand it's purpose. <?php function fetch($query) { return mysql_fetch_array(mysql_query($query)); }?> nevermind i am getting all those errors because the function was poorly named after a PHP MYQL function i will be changing this. Link to comment https://forums.phpfreaks.com/topic/135103-solved-mysql-logic/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.