Hey,
Why can't I run mySQL queries?
It gives an error about the database not being connected. What's with that?PHP Code:<?php
mysql_query('SELECT * FROM table WHERE 1=1');
?>
EDIT: Aheh. Including mysql_connect() may have helped >_< Thanks anyways.


LinkBack URL
About LinkBacks


