Jump to content

Need alittle help


jokerofsouls

Recommended Posts

It should be:

 

echo "(".$type.",0,\"".$say,"\")<br />";

 

I think...eek

 

Just to note, it's the first instance of \" in your line that is causing the problem. It is escaping the double quotes and so it shows when you echo.

 

Also, there was an extra \ :

 

echo "("\ . $Type

Link to comment
https://forums.phpfreaks.com/topic/125131-need-alittle-help/#findComment-646744
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.