I have the following data in a MySQL database:
<a href="<?php echo $server; ?>Sugapablo-Stick_It_To_The _Man.mp3"
let's call it $row[0].
when I echo $row[0], the php code is shown as opposed to the value of
$server.
How can I get the value of $server to appear? str_replace?
--
Sugapablo
------------------------------------
http://www.sugapablo.com <--music
http://www.sugapablo.net <--personal
<a href="<?php echo $server; ?>Sugapablo-Stick_It_To_The _Man.mp3"
let's call it $row[0].
when I echo $row[0], the php code is shown as opposed to the value of
$server.
How can I get the value of $server to appear? str_replace?
--
Sugapablo
------------------------------------
http://www.sugapablo.com <--music
http://www.sugapablo.net <--personal
Comment