FSockOpen and putting a header() inside so the
location in the browser looks like the other domain. Would this be
possible.
Regards,
Paul van Schayck
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[EMAIL PROTECTED] (Phil Ewington - 43 Plc) wrote
> A script that has been running successfully for over 18 months has
> suddenly stopped working due to ftp_connect() failing. I have been
> assured that nothing has changed on the ftp server so now need to try
> and find out why this is happening. ft
Hello,
Here we go again ;)
[EMAIL PROTECTED] (Jeff McKeon) wrote
> I've just published a new website and something is wrong. I suspect the
> PHP.ini on the server but I can't seem to find anything.
register_globals is on off. Which is a good idea, keep it there!
> On the dev server "ECHO $PHP_
[EMAIL PROTECTED] (Kevin Stone) wrote
Hello Kevin.
> This is just a thought.. I have never employed this method
> personally.. but I suppose you could read the page into a string and
> use the md5() function to generate a hexidecimal value based on that
> string. Store the hex value in a database
[EMAIL PROTECTED] (Anders Thoresson) wrote
>You mean that I don't need a separate function for
>setConfigurationFile,
>but could rather include the controlling code in my constructor?
Yup.
Polleke
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
Hello,
[EMAIL PROTECTED] (Chris) wrote
> I'm not sure I understand-- I want to check to see if their page has
> changed once each day and, if so, I will highlight that link in my
> list... I doubt most web sites would have a problem with one hit per
> day :)
Don't know much about blogs ;). I tho
Hello,
[EMAIL PROTECTED] (Chris) wrote
> What I am wondering is what is the best approach for detecting
> "recently changed" links? I could use various files put out by
> blogger.com or blo.gs, etc. to check sites that use those services,
> but while being much more efficient than actually checkin
Hello,
[EMAIL PROTECTED] (Anders Thoresson) wrote
> Is this a good start, or should I change anything?
I'm not a OO expert but I think you could include the SetConfigurationFile
() function in your contructor. And if it fails inside the constructor exit
to your other class controlling errors.
P
Hello,
[EMAIL PROTECTED] (Brad Pauly) wrote
> Probably because you have register_globals turned off. You can use
> $_GET['_section']. You can also turn it on.
>
> http://us3.php.net/register_globals
Don't tell them about that option! People are forced to script safe that
way.
Ben, with regis
Hello,
[EMAIL PROTECTED] (Adam Williams) wrote
> I want to allow access to a php page but am not sure how I should
> verify the IP once I get it. I want to allow 10.8.4.* and 10.8.5.* to
> access a certain webpage and keep everyone else out. I have written
> code to figure out what someone's IP
Hello,
[EMAIL PROTECTED] (Webmaster) wrote
> Now I am getting such lines in the address bar:
>
> /pages/news.php?option=1015&PHPSESSID=PHPSESSID=d117dba208d4b205cd4e521
> f606b b44e#result
Do you set them manual, does the server auto start a session?
What are the settings for session in your in
Hello,
[EMAIL PROTECTED] wrote
> helo guys , where i get a private names server , for my domain name ,
> in internet , where i registered and how much ??
What do you mean with private name servers? Most of the time everything is
just fine if you are hosted by a companny. They will set the DNS se
Hello,
[EMAIL PROTECTED] (Ryan A) wrote in
> So I have decided that I am going to try to make the same thing on our
> site but offer it free to the public...only problem is...I dont know
> where to start and was hopeing someone here can give me tips/urls or
> links to boost me on my way...
You kn
13 matches
Mail list logo