Jump to content

Getting data with MYSQL


MemphiS

Recommended Posts

IM interested in knowing of any better ways of retreiving data from mysql and if my current way is safe as i request it over all my scripts.

 

$information = mysql_fetch_row(mysql_query("SELECT `row` FROM `table` WHERE `username` = 'Memphis'"));

 

print("$information[0]");

 

Thanks .. ;)

Link to comment
https://forums.phpfreaks.com/topic/53523-getting-data-with-mysql/
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.