[php] $getvalue = preg_split(",",$_POST[‘CUSTOM’]); [/php]
The site stopped running I inherited this site) and I traced the errors and tried to change as per the findings,
I only replace the code split to preg_split and get the following error.
Therea re many other places that I have to change either split or eregi in the programs. ;D
[25-May-2012 07:02:12 UTC] PHP Warning: preg_split() [function.preg-split]: No ending delimiter ‘,’ found in /home/savvydea/public_html/demo/system/modules/gateway/paypal/ReviewOrder.php on line 381[php][/php]
Have been programming for many years but not in PHP. I have been reading the manuals.