See My Queries
See My Queries
Out of context: Reply #5
- Started
- Last post
- 11 Responses
- thirtytwo0
Create your query as a VAR,
$strSQL = "select * from Tablename"
then
print "$strSQL";
before you execute it...
Create your query as a VAR,
$strSQL = "select * from Tablename"
then
print "$strSQL";
before you execute it...