Re: [nyphp-talk] Javascript & PHP

2007-06-22 Thread PaulCheung
I would like to thank everybody for all your help Paul - Original Message - From: "Ken Robinson" <[EMAIL PROTECTED]> To: "NYPHP Talk" Sent: Friday, June 22, 2007 11:16 PM Subject: Re: [nyphp-talk] Javascript & PHP At 06:21 AM 6/22/2007, PaulCheung wr

Re: [nyphp-talk] Javascript & PHP

2007-06-22 Thread Ken Robinson
At 06:21 AM 6/22/2007, PaulCheung wrote: I have to thank everybody for helping me and I do appreciate all the help I also take onboard that it is difficult to debug anything you cannot see. So I have included 3 files the HTML with JavaScript in, another HTML with the JavaScript stripped out and

Re: [nyphp-talk] Javascript & PHP

2007-06-22 Thread PaulCheung
ossible. Paul - Original Message - From: "Morgan Craft" <[EMAIL PROTECTED]> To: "NYPHP Talk" Sent: Thursday, June 21, 2007 5:08 PM Subject: Re: [nyphp-talk] Javascript & PHP really hard to debug this without any code provided. It could be numerous things... You

Re: [nyphp-talk] Javascript & PHP

2007-06-21 Thread Morgan Craft
really hard to debug this without any code provided. It could be numerous things... Your javascript could be clearing your form data before submit? How do you have the onEvent handles configured for your javascript? Also, there could be things wrong with your server-side logic. Do you hav

Re: [nyphp-talk] Javascript & PHP

2007-06-21 Thread Rudy
this a lot in my applications. Rudy - Original Message - From: PaulCheung To: talk@lists.nyphp.org Sent: Thursday, June 21, 2007 10:07 AM Subject: [nyphp-talk] Javascript & PHP I have put together an HTML form that uses Javascript which works well. However when I

Re: [nyphp-talk] Javascript & PHP

2007-06-21 Thread Ken Robinson
Quoting PaulCheung <[EMAIL PROTECTED]>: I have put together an HTML form that uses Javascript which works well. However when I fill it in and fire it off to my PHP script (which for the purpose of testing simply echos what was entered in to the form) it cannot find the entered data; But

[nyphp-talk] Javascript & PHP

2007-06-21 Thread PaulCheung
I have put together an HTML form that uses Javascript which works well. However when I fill it in and fire it off to my PHP script (which for the purpose of testing simply echos what was entered in to the form) it cannot find the entered data; But when I strip out the Javascript and the fields t