|
Posted by ZeldorBlat on 06/28/07 14:02
On Jun 28, 9:53 am, desmond <desm...@zeouane.org> wrote:
> .. by 'works', I mean that thera are no errors. Unfortunately, there's no
> output either. :-(
>
> Here is the HTML that I have in 'test.php' ...
>
> http://www.flickr.com/photo_zoom.gne?id=649529794&size=o
>
> Here is the php code in the file select.php ...
>
> http://www.flickr.com/photo_zoom.gne?id=649529810&size=o
>
> When i call up test.php' from my webbrowser, I enter say 'tom' and I get no
> results. $dbname _is_ populated and there _is_ a user in there called
> 'tom'.
>
> Can someone advise..? Thanks
>
> [1] I hope this is the right forum..
A couple things:
1. A screen shot of your code? C'mon, dude.
2. Check that $result isn't false.
3. Check the value of mysql_error() after you run the query.
4. Enable display_errors and turn up error_reporting in php.ini and
run the script again.
[Back to original message]
|