![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: My function returns true but my code does not execute
From: Ian B <ianbambury@gmail.com>
Date: Mon Oct 31 2005 - 10:32:40 CET
I use multi-line strings like that all the time. Obviously I use curly
db_query("CREATE TABLE {$sys['test_db_table_prefix']}idx (
idx_type VARCHAR(255),
idx_name VARCHAR(255),
idx_street VARCHAR(255),
idx_area_search VARCHAR(255),
idx_other1 VARCHAR(255),
|