Hi!
I use php and IIS on win2000, and I have a php page where i try to use concat like:
$hm = concat('c' , 'b');
echo "value of hm: ";
echo $hm;
When I run start the page I get the error:
Fatal error: Call to undefined function: concat() in e:\inetpub\wwwroot\tev_ws\h_v2.php on line 89
Can anyone help me/tell me what to do?
Best regards,
Tom-Erik