Including non-serverside php
From: :: Ole C :: (olecl-news_at_start.no)
Date: 03/30/04
- Next message: lallous: "Help with arabic language"
- Previous message: Jon Kraft: "Re: in_array() problem"
- Next in thread: Alvaro G Vicario: "Re: Including non-serverside php"
- Reply: Alvaro G Vicario: "Re: Including non-serverside php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Mar 2004 15:25:48 GMT
I'll just skip every bit of formality and go strait to the problem:
<problem>
I'm doing some website logging(country, ip etc) on a server which of course
doesn't have any form of database. Thought it be a smart idea then to
include a page from a server which has MySQL, and do the logging there. But
that's where the smart stuff stops and the hairpulling starts. I soon enough
realized that variables like $_SERVER['REMOTE_ADDR'] cannot be inherited
into the non-serverside php. Not as far I'm aware for sure. Or can it? Or
has anyone out there a smart sollution to overcome this obstacle?
</problem>
<sollution>
Just fill in the clever stuff.
</sollution>
~
Ole C.
"I always used to put my right boot on first, and then obviously my right
sock." - Barry Venison
- Next message: lallous: "Help with arabic language"
- Previous message: Jon Kraft: "Re: in_array() problem"
- Next in thread: Alvaro G Vicario: "Re: Including non-serverside php"
- Reply: Alvaro G Vicario: "Re: Including non-serverside php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|