Re: [PHP] Re: Screen Scraping using PHP

2002-04-17 Thread Barry C. Hawkins
scrape, and maybe we can be of more help. -- Sincerely, Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] "Robert Cummings" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Richard Baskett wrote: > > > > I bet

Re: [PHP] naver.com ????

2002-04-16 Thread Barry C. Hawkins
Yep, that's what it is. Outlook 2002 called for the Korean language support files when I clicked on one of those last week. -- Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] On Tue, 16 Apr 2002 14:32:49 +1000 Brad Hubbard <[EMAIL PROTECTED]> wrote:

RE: [PHP] Posting with script tags, or a plea not to

2002-04-11 Thread Barry C. Hawkins
Test Earthlink Mailcenter's "view source" hyperlink to "mimeget.php3?": Subject: PHP Test Sender: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> X-Originating-IP: 66.149.18.3 Thank

RE: [PHP] Posting with script tags, or a plea not to

2002-04-11 Thread Barry C. Hawkins
messages I just viewed in webmail, and presto, they look fine. It's definitely their app. I could create an email address and password for you on Earthlink just to let you see it firsthand. However, I am sure you have much better things to do with your time. Regards, -- Barry C. Ha

RE: [PHP] Posting with script tags, or a plea not to

2002-04-11 Thread Barry C. Hawkins
-Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 4:50 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Posting with script tags, or a plea not to On Friday 12 April 2002 03:51, Barry C. Hawkins wrote: > List members, > I am sure th

RE: [PHP] Posting with script tags, or a plea not to

2002-04-11 Thread Barry C. Hawkins
. At least I would hope so. By the way, thanks for getting PHP going. I love having an alternative to ASP. -- Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11

[PHP] Posting with script tags, or a plea not to

2002-04-11 Thread Barry C. Hawkins
ge replies). Am I one of very few persons experiencing this? If not, could we (or have we already) adopt some policy to enable those with this challenge to see code on postings? Regards, -- Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] -- PHP General Mailing

Re: [PHP] popen(); problem, the function don`t finds the command......

2002-04-11 Thread Barry C. Hawkins
Hermann, Maybe change: $saslpasswd = "/usr/sbin/saslpasswd -p $username"; to: $saslpasswd = "/usr/sbin/saslpasswd -p " . $username; I assume $username is being assigned somewhere. Regards, -- Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] On

Re[2]: [PHP] Re: arguments against php / mysql? - CORRECTION

2002-04-10 Thread Barry C. Hawkins
Substitute "open-source averse execs" for "open-source execs"; sorry about that. -- Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] On Wed, 10 Apr 2002 15:43:51 -0400 "Barry C. Hawkins" <[EMAIL PROTECTED]> wrote: Mallen, It

Re: [PHP] Re: arguments against php / mysql?

2002-04-10 Thread Barry C. Hawkins
oor. Once that initial "yes" has been given, the subsequent steps might come more easily. Best of luck, -- Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] Mallen Baker wrote: > Hi - the company we're talking to about doing some work on a simple > site / d

Re: [PHP] help with detective work?

2002-04-10 Thread Barry C. Hawkins
Nick, My guess is either permissions on the directory/files of your DocumentRoot for Apache and/or the Shared Object and MIME configurations of the Apache server where your script is located. Yuck, -- Barry C. Hawkins Systems Consultant [EMAIL PROTECTED] On Wed, 10 Apr 2002 20:53:59

[PHP] Compiling php-4.1.2 on Mac OS 10.1.3 w/udpated tools

2002-04-10 Thread Barry C. Hawkins
failed make[1]: *** [libphp4.la] Error 1 make: *** [all-recursive] Error 1 Thanks in advance for any suggestions, and please correct me if this is improper for the general list. Regards, Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] -- PHP General Mailing

Re: [PHP] Re: MySQL connection from non-localhost

2002-04-10 Thread Barry C. Hawkins
Dave, Did you use the URL: http://www.domain.com Or did you use the fully-qualified domain name (FQDN): www.domain.com For connecting to the MySQL server, the connection functions expect an FQDN, not a URL. But, you may already know that. Just checking. Regards, Barry C