Could someone please tell me how I can use PHP to load another page?
is it this - include_once('newpage.php');
basically, after a user enters in some information on a form, depending on the info, I want to direct them to a certain page?
Am i going about this the right way?
----Ment2Excel (M2E)----
--LEARN BY EXAMPLE--
is it this - include_once('newpage.php');
basically, after a user enters in some information on a form, depending on the info, I want to direct them to a certain page?
Am i going about this the right way?
----Ment2Excel (M2E)----
--LEARN BY EXAMPLE--