martin
|
| Posted: 02/09/2002, 5:02 AM |
|
Hello.
Can somebody tell me how I must write this ASP Code in php.
//response.write sSql
Thanks martin
|
|
|
 |
Andrew B
|
| Posted: 02/10/2002, 11:13 PM |
|
Thought i forgot, then thought i remembered, then rememberd I was wrong... oh well. Still...
Take a look at the code that codecharge generates (specifically in common.php, templateobj.php). There should be examples of it there. If not, then try generating the project without templates and see how CC does it.
|
|
|
 |
Nicole
|
| Posted: 02/10/2002, 11:31 PM |
|
Martin,
for PHP use:
echo $sSQL;
|
|
|
 |
Nicole
|
| Posted: 02/10/2002, 11:31 PM |
|
Martin,
for PHP use:
echo $sSQL;
|
|
|
 |
|