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, 8 Feb 2002, De

[PHP] Re: http error 405

2002-01-30 Thread Daniel C. BAUFAY
HTTP Error 405. 405 Method Not Allowed. The problem seems to lie with the headers sent. Are the headers in your code the real ones ? Obviously they cannot work (no .dev domain...) Do you perform HTTP authentication at some point ? (Must be BASIC in order to work with other browsers). -- PHP Ge