I have 2 forms in a single HTML page, so the action is oop.php. in that file, I will create object that will do the oop. So how do I tell PHP oop that I have 2 form that process different in a single PHP file. I mean, it will act differently because of 2 different kind of form? I'm still new to this oop and need help.
Some said, using query string but is there any better way to implement it?
Query string should be fine in such a case, you can refer the action to you oop.php where there's class form, in this class you can have a constructor which will examine the query string being called, and do the required action (call method in the class to do something) checkForm() method to validate the form input as an example. If u wanna very light quick tutorial check this. http://www.killerphp.com/downloads/object-oriented-php/downloads/oop_in_php_tutorial.pdf
Обсуждают сегодня