RE: [PHP] Trying to put ips into database

2002-02-08 Thread Matthew Walker
What type of field is 'ip'? Matthew Walker Ecommerce Project Manager Mountain Top Herbs -Original Message- From: Leif K-Brooks [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 9:18 AM To: [EMAIL PROTECTED] Subject: [PHP] Trying to put ips into database I'm trying: $query = m

Re: [PHP] Trying to put ips into database

2002-02-08 Thread Daniel C. BAUFAY
And for efficiency you could convert and store IP addresses in numeric format. See INET_NTOA and INET_ATON. Subject: Re: [PHP] Trying to put ips into database From: Matt Drake <[EMAIL PROTECTED]> Date: Fri, 8 Feb 2002 11:52:26 -0600 (CST) To: <[EMAIL PROTECTED]> On Fri

Re: [PHP] Trying to put ips into database

2002-02-08 Thread Matt Drake
On Fri, 8 Feb 2002, Dennis Moore wrote: > Not sure what your exact problem is but I did notice you had back ticks(`) > in your insert statement. You should be using ('). You may need a where > clause in your insrt statement unless you want to populate all rows. Just a > couple of thoughts. A

Re: [PHP] Trying to put ips into database

2002-02-08 Thread Dennis Moore
Not sure what your exact problem is but I did notice you had back ticks(`) in your insert statement. You should be using ('). You may need a where clause in your insrt statement unless you want to populate all rows. Just a couple of thoughts. /dkm - Original Message - From: "Leif K-