Log in

View Full Version : How do I parse Raw PHP in thread titles..


drumforum
06-02-2005, 06:24 PM
Hi,

I would like to be able to parse PHP in thread titles eg: $bbuserinfo[username] bla bla bla?

Is this possible?

Thanks as always

Andreas
06-02-2005, 06:31 PM
This would be dangerous ...
Whalt about the thread-title


include('./includes/config.php');echo "$dbusername:$dbpassword@servername/$dbname";

?

drumforum
06-02-2005, 06:36 PM
This would be dangerous ...
Whalt about the thread-title


include('./includes/config.php');echo "$dbusername:$dbpassword@servername/$dbname";

?
Hmm yes, I could see that as being a security issue. Maybe not then!

Thanks anyway Kirby :):)