Re: [PHP] Event based applications?

2002-01-12 Thread Andrew Brampton
How do you plan to place stuff in a database without using a Server based page? I think you will need to use a combination of the 2. Make the JScript call PHP pages to do the handling of your events. Andrew - Original Message - From: Morten Nielsen [EMAIL PROTECTED] To: [EMAIL

RE: [PHP] Event based applications?

2002-01-12 Thread Matt Friedman
JavaScript runs on the client, PHP runs at the server. PHP cannot access client side events directly. JavaScript cannot access the database (actually it can through Internet Explorer, but that's different story...) You'll use a combo of both languages. Matt Friedman Web Applications Developer