in reply to insert into mssql table

Hi,

Try to look at the error logs and send as the error that would help us.
If the code looks like this
if (param()) {

Then change it as
if ($q->param()) {

Thanks
SasiKumar

Replies are listed 'Best First'.
Re^2: insert into mssql table
by nathanvit (Beadle) on Feb 02, 2005 at 15:24 UTC
    hello, i've tried to put
    if ($q->param()) { or if (1) {
    but nothing happens in the table.
    How can i see errors?
    It doesn't seem to produce errors. What parameters have i to set?