Hi everybody,
I´ve some trouble with PHP / MySQL.
I have text in a mysql table that contains for example $var[id].
Now i make a query $data = mysql_fetch_array(mysql_query("...")); and when I make a echo of the result I receive
"The text is this and this is the variable $var[id] that is avaible in the result page"
but PHP just doesn´t parse the result string.
How can I manage PHP to do this ?
Thanks in advance.
Marco