oh great.. everything works now !!
few more things plzz :-
1. How do I make URL parameters mandatory or say redirect to main page or give an error message. Say, I have a page with a form that works only like page.php?do=edit&uid=50. Now, I do not want it to be opened/viewed like page.php?do=edit as it shows a blank form.
2. I wanted to know, when is $db->close(); used ?
|