PHP - Retrieve Data From mySQL Server
Posted
by Kevin
on Stack Overflow
See other posts from Stack Overflow
or by Kevin
Published on 2010-06-17T19:13:44Z
Indexed on
2010/06/17
19:23 UTC
Read the original article
Hit count: 281
Hello,
Does anyone know how to retrieve a piece of data and display the results in php file? A similar query that I would enter is something like this:
SELECT 'email' FROM 'users' WHERE 'username' = 'bob'
Thus, the result would be just the email.
Thanks,
Kevin
© Stack Overflow or respective owner