View Single Post
Old 10-05-2009, 11:37 AM   #6 (permalink)
benton
The Contributor
 
Join Date: Apr 2008
Posts: 78
Thanks: 0
benton is on a distinguished road
Default

Quote:
Originally Posted by Tanax View Post
You have 2 ;; after each other on the first row.
While not correct, extra semi-colons don't cause problems. The php parser just ignores them.
Quote:
Your question was if it's possible to do so. If you tried to do so and it didn't work, it's logical to assume that it's not possible.
For that statement to be true, you would have to assume the syntax I used is correct, which I don't know if it is. My guess is that there needs to be some grouping or additional code, like
PHP Code:
((mysql_fetch_array($check))['a']); 
or
PHP Code:
$(mysql_fetch_array($check)['a']); 
Those don't work either, by the way.
benton is offline  
Reply With Quote