Jump to content

[SOLVED] Mysql logic?


darkfreaks

Recommended Posts

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

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.