Page 1 of 1

linking and parameter passing in own php script

Posted: Thu Jun 22, 2006 3:07 pm
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.