![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: How to create a table from PHP?
From: Jerry Stuckle <jstucklex@attglobal.net>
Date: Mon Jul 18 2005 - 03:15:36 CEST
mh wrote:
Look at strings in the PHP manual.
When enclosed in single quotes, variable substitution does NOT take place - so
When you enclose a string in double quotes, PHP will substitute variables. So
$sql_query = "CREATE TABLE $num ("
Note double quotes instead of single quotes. See
-- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ==================Received on Mon Oct 17 21:09:35 2005 |