Forum Moderators: coopster
$Row2[link] = "table=packages&package=starter";
preg_replace("&","&",$Row2[link]);
Note: $Row2[link] is being pulled out of a database!
The error i get is:
Warning: No ending delimiter '&' found in /home/aliashos/public_html/index.php on line 220
$Row2['link']=preg_replace("/&/","&",$Row2['link']);
(You should also quote array keys otherwise they could be references to constants)