Fabrice Deydier
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Fabrice Deydier created a post, [Solved] SQL Syntax in PHP code
Hi, In my PHP code, I write SQL code like this : $SQLQuery = " DELETE FROM personnes ";$SQLQuery .= " WHERE per_id = ".$id." "; But, PHPStorm detect warning : 'Delete' statement without 'where' cl...