linking and parameter passing in own php script

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
sailorarie
New Member
New Member
Posts: 5
Joined: Wed Jun 21, 2006 12:00 pm

linking and parameter passing in own php script

Post by sailorarie »

Hi,

I added my own php script to my site: i put the following tag in my cmsms page P.

{include_php file="myscripts/index.php"}

In this file index.php i want to make a link to my second script: index2.php. I understand that when i make this link:

Link the page is redirected to http://arie.mijnlieff.nl/cmsmadesimple/ ... index2.php

Of course i would like the included part in my page P be reloaded with index2.php.

Is there a url variable available that i can use, with my second script as a parameter ? Or another solution ?

Im am also interested in a way to pass parameters from one script to another.

Any help would be appreciated.
Post Reply

Return to “CMSMS Core”