[PHP] Re: Executebale code from a databse

2002-05-22 Thread Peter
The security shouldn't be a problem. The user will be taken to www.whatever.com/index.php?page=thispage index.php then searches for a record with name = thispage and then evaluates the code stored in a different column of the database. If the name isn't found, "This page cannot be found" is displa

[PHP] Re: Executebale code from a databse

2002-05-22 Thread Michael Virnstein
eval ('?>'.$var.' then comes the content of the php script which also can contain html and then we reopen and you say $var = ""; you'll result in ... eval("?> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi. > I'm changing my website to one based on My-SQL which will