[jQuery] Re: $.post() not sending info

2008-05-16 Thread Jason Huck
If this code is verbatim, then I would say it's because your $.post() call does not include a "submit" param, which is what sendsuggest.php is checking for in order to process the submission. - jason On May 16, 7:59 pm, riscphree <[EMAIL PROTECTED]> wrote: > I've got a suggestion form that ins

[jQuery] Re: $.post() not sending info

2008-05-17 Thread riscphree
Ah, I see now. I went ahead and got the Forms plugin working and that was really so easy to do. At least I know how to do it another way now. Thanks! On May 17, 12:05 am, Jason Huck <[EMAIL PROTECTED]> wrote: > If this code is verbatim, then I would say it's because your $.post() > call does not

[jQuery] Re: $.post() not sending info

2008-05-18 Thread ferdjuan
If this code is verbatim I would suggest some kind of validation in your php script, with the script you have now anyone could hijack your database with an sql injection, or anything really. I suggest looking at: stripslashes(), striptags(), preg_match(), ereg(), trim(), any validation is better t