I'm a PHP newbie coming from experience with ASP.NET. I want to have a separate
PHP file to support each HTML PHP page. This would be the equivalent of an
ASP.NET code-behind file but using PHP.
For one page to do a variety of different things I need to call different
methods (or functions) in the PHP code file that is dedicated to this purpose.
How do you do this? How do you call just one method?
Thanks for your help.
PHP file to support each HTML PHP page. This would be the equivalent of an
ASP.NET code-behind file but using PHP.
For one page to do a variety of different things I need to call different
methods (or functions) in the PHP code file that is dedicated to this purpose.
How do you do this? How do you call just one method?
Thanks for your help.
Comment