Hey I have been trying to figure this out for a while but all im drawing up is a blank.
My website is a custom made web-blog ( i desgined/coded it).
I store articles in a db (mysql) and retrieve them with PHP with variables pased throught the url. ( http://websitelink/cate/<<category>>/<<article name>>/ )
When PHP retrieves it from mysql it stores it in a variable and prints it out using echo.. Noi what im trying to do is put some php code into the articles so they will be exectued.
Any one have any ideas how to do this. ?