no no.. haha.. ok, i jus found out some more info.. let me help u help me:
ok, the posting script saves the post in a mysql db. Index.php connects to it and displays the post. if i post html.. index.php will display the html properly.. no problems. when i post the php <?include(file)?> code.. it only shows up in the source of the page, does not execute.
of course drew jus informed me that php files are executed on server side before user browser. SOO i thought maybe i could post the javascript code to open index.php and write the php <?include(file)?> code there.
and i also found out, there is a security issuse with opening a file and trying to write code in it using javascript.write function. - can someone confirm this?
i alsooooo saw something about using a cookie to temp store data..not very clear about this.