Bill Blancett
|
| Posted: 08/22/2001, 10:27 AM |
|
Is there anywhere that I can look up some documentation on PHP and
codecharge. I built the sample events website using Access and asp pages,
but I would like to use PHP instead. I would like to know things such as how
to build a custom SQL statement. Is there a sWhere variable in the PHP
generated code ?
Thanx
Bill
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 08/24/2001, 5:53 AM |
|
There is no separate dox for PHP.
Variable names are the same.
Some function names differ , like GetParam and get_param
You can place code right in WHERE box in SQL tab like :
user_id = " . get_param("id") ."
--
Alex
Bill Blancett <bblancett@hbu.edu> wrote in message
news:9m0q2m$hmh$1@news.codecharge.com...
> Is there anywhere that I can look up some documentation on PHP and
> codecharge. I built the sample events website using Access and asp pages,
> but I would like to use PHP instead. I would like to know things such as
how
> to build a custom SQL statement. Is there a sWhere variable in the PHP
> generated code ?
>
> Thanx
> Bill
>
>
|
|
|
 |
|