Single MySQL Result


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

Simple but useful function for getting a single piece of data from a database and placing it straight into a variable.

Example:
$variable = one_result("SELECT columnOne FROM table WHERE columnTwo=whatever");

This would insert the value of columnOne where columnTwo is 'whatever' into $variable

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.