PHP HELP!
PHP HELP!
Out of context: Reply #3
- Started
- Last post
- 7 Responses
- fusionpixel0
you can do something like:
$query = "SELECT email FROM yourDB";
$result = mysql_query($query) or die(mysql_error());
while($row = mysql_fetch_array($result)){
echo $row['email'];
echo "";
}if you cant see the above is because NT wont show scripts