Jump to content

Array with " and ' in the value


digitalplace

Recommended Posts

I am trying to get this array to work, but there is both a " and a ' in the value and I am not sure how to have it work properly.  Any help is greatly appreciated:

***********************************************************

// EXTERNAL LINKS

 

$Ar_Ext_Links = array(

 

"<a href="http://www.bbb.com" target="_blank"><img border="0" width="220" height="188" src="imagesr/1.gif" alt="" />"

,

 

"<a href="http://www.xxx.com" onclick="NewWindow(this.href,'popup','400','400','yes','center');return false" onfocus="this.blur()"><img border="0" width="220" height="188" src="imagesr/2.gif" alt="" />"

,

 

"<a href="http://www.zzz.com" onclick="NewWindow(this.href,'popup','400','400','yes','center');return false" onfocus="this.blur()"><img border="0" width="220" height="188" src="imagesr/2.gif" alt="" />"

,

 

"<a href="http://www.yyy.com/index.asp" target="_blank"><img border="0" width="220" height="188" src="imagesr/4.gif" alt="" />"

,

 

);

Link to comment
https://forums.phpfreaks.com/topic/95301-array-with-and-in-the-value/
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.