Jump to content

mysql help ?


jd2007

Recommended Posts

this is very basic mysql I will give you the code but please study up on it before you go willy nilly (wow i said willy nilly I should be slapped) into it.

<?php
$q = mysql_query(SELECT `tags` FROM Table WHERE `tags` = $input) or die(mysql_error());
//then for each match do
while($row = mysql_fetch_array($q))
{
//Do what you want with results
}
?>

Link to comment
https://forums.phpfreaks.com/topic/59027-mysql-help/#findComment-293003
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.