******PHP 5.3 AND HIGHER ONLY!******
ereg is depricated, which throws errors at checkout.
Simply place a delimiter in the string.
Example:
ereg('(.*)',
with
preg_match('|(.*)|',
I chose the pipe delimiter because the forward slash will close the string early because of /Description.
Empty file uploaded. I was working on 5.0.3 and didn't get a chance to work on the latest version.
More...





LinkBack URL
About LinkBacks








Reply With Quote
Bookmarks