Yesterday, from savaidis:

> The obious question is: (before I test it)
> This is concatenation to $query that is a string type, no?

Yea. The following works either:

mysql_query("create bla".
            "bla".
            "bla
bla blabla
".
"bla"
            ."bla"
);



> So the  limit isn't  also set to 255 chars too?

There is no such limit in PHP.

> Or is a trick especially for this case?

There is no any bit nothing trick not. Read PHP-Doku about defintions of
strings.

-- 

SSilk - Alexander Aulbach - Herbipolis/Frankonia Minoris


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to