echo a variable inside a varibale?
Posted: Sat Feb 18, 2006 6:40 pm
Ok Im making a small script for an FAQ section on my site
basicly this is my code that displays my Answers on my page from a mysql DB
when I add new entries in the DB to be showed sometimes I need to display some php code for instance I tried this and it just acts like it isnt there when I view my page
basicly this is my code that displays my Answers on my page from a mysql DB
Code: Select all
" . $row['answer'] . "when I add new entries in the DB to be showed sometimes I need to display some php code for instance I tried this and it just acts like it isnt there when I view my page
Code: Select all
<?echo=$users_in_train;?>