Hi,
Just started to use PHP and have a few
questions:
1. Is there something similar to ASP's Transfer/Execute
methods?
2. How to check whether mysql field has NULL value?
Especially, in mysql_fetch_row()?
3. How to create/use parameterized queries? I have
some experience in ASP/ADO and there I heavily use
parameters in query.
Thank you