I have a site that I built many years ago and it uses php4. We are now trying to convert to php5 and we're having issues.
what is wrong with this code in php5?
$tp->vars['country'] = 'Canada';
Any assistance is greatly appreciated.
Ken
what is wrong with this code in php5?
$tp->vars['country'] = 'Canada';
Any assistance is greatly appreciated.
Ken
Comment