php-general Digest 21 Dec 2009 16:04:17 -0000 Issue 6499

2009-12-21 Thread php-general-digest-help
php-general Digest 21 Dec 2009 16:04:17 - Issue 6499 Topics (messages 300621 through 300625): Re: Form validation issue 300621 by: Midhun Girish 300622 by: Phpster 300625 by: tedd Re: SQL Queries 300623 by: Floyd Resler Re: Checking for internet connection.

Re: [PHP] Form validation issue

2009-12-21 Thread Phpster
Does the js function return false on the errors to block the submission? Bastien Sent from my iPod On Dec 20, 2009, at 9:43 PM, Ernie Kemp ernie.k...@sympatico.ca wrote: Good Day, I need help in in validating a form. The for is valdated be a javascript

Re: [PHP] SQL Queries

2009-12-21 Thread Floyd Resler
You should be able to do this from within the query. Try the following query: DELETE users.* FROM users LEFT JOIN notes USING(user_id) WHERE notes.note_id IS NULL Take care, Floyd On Dec 20, 2009, at 4:30 PM, דניאל דנון wrote: Hey, Lets assume I got a table named users. It contains id

RE: [PHP] Checking for internet connection.

2009-12-21 Thread Bob McConnell
From: Andy Shellam By attempting to connect you will implicitly query DNS (which itself is a connection to server). No it's not - it's putting out a packet targeted at an IP address and hoping a server will answer - hence why multi-cast works for DNS because you're not directly

Re: [PHP] Form validation issue

2009-12-21 Thread tedd
At 9:43 PM -0500 12/20/09, Ernie Kemp wrote: Good Day, I need help in in validating a form. The for is valdated be a javascript frist then if all the fields are filled in its valaded be PHP. The Form starts with: form