Posted by J.O. Aho on 10/20/05 21:31
Raj wrote:
> Hi,
>
> If I enter in a browser
>
> http://localhost/~raj/fdd/start.php?s=tfdd
>
> The folllowing script outputs
>
> 9tfdd99
>
> It appears that the script doesn't get as far as the SQL. I don't know why. I
> dontl get informed of any errors.
>
> $num does not get populated. I think it should be 0 if the query above it
> returns no values. Can someone tell me why it doesn't get populated at least
> with a zero..
If you want error outputs, then remove the @ that you have in front of some of
the functions in your script.
//Aho
[Back to original message]
|