+5
multistring sql
When in PHP code string contanin SQL code highlight don't work when string started with new line. Example:
<?php
$query = "
SELECT
*
FROM
`table`
";
?>
Worked well:
<?php
$query = "SELECT
*
FROM
`table`
";
?>
Service d'assistance aux clients par UserEcho