Jump to content

Echo the --> + <-- sign


nightkarnation

Recommended Posts

Hey guys I have the following php code that is being retreived by flash:

 

$result = mysql_query("SELECT countdownDate, showType FROM cms_countdowndate"); 
        $cant = 0; 
        while($row=mysql_fetch_array($result)){ 
            echo "countdownDate$cant=$row[countdownDate]&showType$cant=$row[showType]"; 
            $cant++;
        } 

 

inside countdownDate theres some text and a + sign (the text is shown but the + sign isnt!)

Any way I can tell php to allow the + sign to be "echoed" ??

 

 

Thanx in advance!

Cheers

Link to comment
https://forums.phpfreaks.com/topic/204312-echo-the/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.