Input line is too long[Compile error]
PHP Code:
|
Re: Input line is too long[Compile error]
Use \
PHP Code:
But [][] tells that a 2 dimensions array follow, and you only put a 1 dimension array, so be carefull. |
Re: Input line is too long[Compile error]
PHP Code:
Quote:
|
Re: Input line is too long[Compile error]
You must format the string.
|
Re: Input line is too long[Compile error]
Ohh cmon I want to use it like is, new const szTables[][]
|
Re: Input line is too long[Compile error]
Don't know why you have to format. Anyway try this :
Code:
new const gTableCreateQuery[] = |
Re: Input line is too long[Compile error]
worked fine arky :gyar:
EDIT : Something wrong in your string : Quote:
|
Re: Input line is too long[Compile error]
Read the error message. It's too long. Make it shorter, or do two separate queries.
|
Re: Input line is too long[Compile error]
Quote:
|
Re: Input line is too long[Compile error]
now works, no errors and creates the table, thanks
|
| All times are GMT -4. The time now is 07:22. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.