print

sql_qquery ()

You are here: C97net5.02 Database Functions

Another shortcut for mysql_query, except it returns the retrieved data

function sql_qquery ($sql, $debug = 0)

Another shortcut for mysql_query (), except it returns the retrieved data, and halt on any errors.

Example 1

$row = sql_qquery ("SELECT * FROM table WHERE idx='1' LIMIT 1");
print_r ($row);

This is a shortcut for:

$res = sql_query ("SELECT * FROM table WHERE idx='1'");
$row = sql_fetch_array ($res);
print_r ($row);
Posted on: Aug-23-2010 at 07:00am
Last Updated: Jan-01-1970 at 07:00am

There is no comment. Why not be the first?

read more More Comments/Post Your Own

Account

Search

Tags

acp add all also any create default display don download easy echo etc features field file files folder form function includes information init kemana link list may module name need number own page php please qengine read require script set site skin time tpl url use user using version welcome