|
Posted by Jonathan on 07/20/24 11:35
NotGiven wrote:
> I am new to patterns and want to learn how to implement the PAGE CONTROLLER
> model for a web site that has log-in and where the pages are dynamic
> database driven pages.
>
> I will have many questions along the way but one is:
> -- It looks like you use $_GET variables to provide instrucitons for the
> next action. Can you use $POST instead? Advatnages /disadvantages of
> either?
>
> Thanks.
I think you can use both, depends on your implementation.
See the following link for an explanation of the GET and POST methods
for HTML forms:
http://www.jmarshall.com/easy/cgi/cgi_footnotes.html#getvspost
Jonathan
Navigation:
[Reply to this message]
|