when i'm trying to strip some unneeded chars off my query ... i get this error
and here's the statement that causes the error
is there a strcat function or something in php?
-------
Code:
Fatal error: Call to undefined function: left()
Code:
$query = left($query, strlen($query)-4);
-------