I'm trying to understand why this occurs. I'm writing an SQL query inside PHP like so:
Code: Select all
$query = <<< SQL
SELECT *
SQL;
Code: Select all
$query = <<< SQL
SELECT*
SQL;
Moderator: kfury77
Code: Select all
$query = <<< SQL
SELECT *
SQL;
Code: Select all
$query = <<< SQL
SELECT*
SQL;
Actually in my WeBuilder 2010 I have to :chrisjlocke wrote:...and that can be turned off (well, removed) from the Tools | Keyboard Shortcuts menu option.