> <?php
> function questions()
> {
[snip]
>     <a href="<?php echo $PHP_SELF?>?page=questions"><font
[snip]
> }
> ?>

$PHP_SELF is unknown to the function "questions()".

You'll need to add "global $PHP_SELF" at the top of the function.

Jason

-- 
Jason Murray
[EMAIL PROTECTED]
Web Developer, Melbourne IT
"Work now, freak later!"

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to