Query the database PHP


/ Published in: PHP
Save to your folder(s)

To use:
$update_sql = querys($sql);
or
$select_sql = getresult($sql);

Used simplify selecting rows from a database. You'll need to pass in the SQL statement.

URL: linkdeo.net

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.