Jump to content

PHP Inside Javascript


Andrew R

Recommended Posts

For a script I’m using php inside a javascript with echos.  The problem I’m having is that for some names like ‘Jim O’Reilly’ the code is displaying an error.  I think this is to do with the ‘ in the persons name.

 

$info = "<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\"><strong>Name: </strong>".$name [1]."<br></font></a></font>";

 

Further down in the script I echo the $info.  The script works fine when people names don’t have commas or any sort of speech marks like .  I think these things are breaking up the script but I don’t know how to get around it?

 

Any ideas

 

Thanks

 

Link to comment
https://forums.phpfreaks.com/topic/50119-php-inside-javascript/
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.