Quote:
Originally Posted by MarkFoster
I know, I created my own page that way.
Now I added:
PHP Code:
if ($_GET['do'] == 'do=run')
{
eval('print_output("' . fetch_template('TEST') . '");');
}
Still nothing working.
Could somebody give me a code instead of letting a non experienced person mess around?
|
I've told you several times now how to use the $_GET function, and every time you post you change it around. Re-read my above posts please.