[EMAIL PROTECTED] wrote:
> Hi list,
>
> I am trying to create a link checker that would look for broken URLs
> with help of the following code"
>
> $handle = @fopen("http://www.circle.am";, "r");
> if ($handle):
> print "OK";
> else:
> print "Error";
> endif;
>
> The problem is that I want to ch
# [EMAIL PROTECTED] / 2007-01-21 17:29:56 +0300:
> I am trying to create a link checker that would look for broken URLs
> with help of the following code"
>
> $handle = @fopen("http://www.circle.am";, "r");
> if ($handle):
> print "OK";
> else:
> print "Error";
> endif;
>
> The problem is that I
On Mon, August 14, 2006 10:24 pm, John Taylor-Johnston wrote:
> I'm sure. CGI proxy I think is the key word I'm looking for.
> I would even pay $10 per year for an SMTP access account if it fixed
> my
> problems.
Think about it from the angle of a person who would consider offering
this service...
>>I have a bulk emailing list to a select group (I never spam, only to
those who want it). Sometimes their imap/pop servers block my mail.
I know I can assign another smtp over-riding what is in the php.ini
file. I can likely find enough code here:
http://ca3.php.net/manual/en/ref.mail.php
So, w
On Sat, August 12, 2006 10:57 pm, John Taylor-Johnston wrote:
> I have a bulk emailing list to a select group (I never spam, only to
> those who want it). Sometimes their imap/pop servers block my mail.
> I know I can assign another smtp over-riding what is in the php.ini
> file. I can likely find
Hello,
on 05/19/2006 12:37 PM Vedanta Barooah said the following:
> I am not sure if the feature exists, but would not it be a good idea
> if the proxy configurations for php can be globally set - say for
> example in the php.ini , having a global proxy configuration will
> allow php scripts
Is only possible with proxy servers which support it (transparant
proxy's)... otherwise it won't work...
Brad Ciszewski wrote:
does anyone know the function to get the IP address before the proxy-IP?
On Saturday 27 November 2004 02:10, Brad Ciszewski wrote:
> does anyone know the function to get the IP address before the proxy-IP?
print_r($_SERVER)
If it's there it's there. If not change proxy(!)
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integra
Hello,
This is a reply to an e-mail that you wrote on Thu, 10 Jul 2003 at 00:14,
lines prefixed by '>' were originally written by you.
Just a few things I picked up on while scanning your code...
> $alltext = ereg_replace(' $alltext = ereg_replace(' $alltext = ereg_replace(' $alltext =
Hey,
comon,give a dude a chance,
I'm a newbie trying to leave java servlets and migrate to PHP and cant even
get localhost to work and you are getting sarcastic...
-Ryan A.
> This is the greatest php related question I have ever seen.
>
> tyler
>
> On Wed, 28 Aug 2002 15:23:48 -0400
> [EMAIL PRO
This is the greatest php related question I have ever seen.
tyler
On Wed, 28 Aug 2002 15:23:48 -0400
[EMAIL PROTECTED] wrote:
>
> Hey,
> I am on a cable connection...and to connect to the net my provider
> gave me an address where my browser would get automatically
> configured...maybe because
11 matches
Mail list logo