Ask a Question related to PHP Development, Design and Development.
-
Savut #1
Re: Including non-serverside php
why whould you want to send the ip to the non php server ? Even so you could
do it in JS :D
Savut
":: Ole C ::" <olecl-news@start.no> wrote in message
news:0kgac.75478$BD3.8698530@juliett.dax.net...> 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
>
>Savut Guest
-
FMS serverside script
Hello, is there a way in the main.asc to get the full rtmp address in the onConnect method ? The client.uri property just gives the application... -
Serverside Buffering ???
Hello Forum Members, We have a problem with LiveStreaming and Lost Packages. In our company we broadcast live streaming events in wmedia and... -
Serverside SharedObjects
I am wondering if anyone can give a quick hand in showing how to setup Serverside SharedObjects. At the moment, I can only get them to sync once. ... -
CF is just as powerful as any serverside language out there
Few people know that CF is just as powerful as any serverside language out there Few people know that CF is just as powerful as any serverside... -
serverside COM-Object
Hi, is there a way to use COM-objects in ASP-Sites so that the COM-object have to been registered on the serverside only, but not on a remote... -
Savut #2
Re: Including non-serverside php
No way, this program is bogus like hell :D
And very slow, coding ourselve always give better performance, and for
something like counter, this is extremely important.
Savut
"David Quinton" <usenet_2004_email@REMOVETHISBITbizorg.co.uk> wrote in
message news:2uqk60tilktvjqlgfk6miahmnfrau3po1p@4ax.com...> On Tue, 30 Mar 2004 17:35:57 +0200, Alvaro G Vicario
> <alvaro_QUITAR_REMOVE@telecomputeronline.com> wrote:
>>>>*** :: Ole C :: wrote/escribió (Tue, 30 Mar 2004 15:25:48 GMT):>>>>> 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?
>>Use PHP to add values to the URL in the call to remote code and then read
>>them from $_GET array. It might work.
>
> Or cheat:
> <http://www.phpee.com/>.
> --
> UK Computer stuff from Morgan Auctions. Bids start at £1. No reserve. Sign
> up NOW!
> <http://www.bizorg.co.uk/shopping/morgan.php>
> Track a Mobile phone: <http://www.bizorg.co.uk/news.html>Savut Guest
-
:: Ole C :: #3
Re: Including non-serverside php
"Alvaro G Vicario"
them from $_GET array. It might work.> Use PHP to add values to the URL in the call to remote code and then readThought it be common curtisy to reply on your nice tips.>
I went for your method and it now works nicely. Had a feeling those
referents with nice "&" letter inside might do some trouble, but they could
easily be ereg_replaced with "%26". Skipped the [url]http://www.phpee.com/[/url]. It
was a bit too much of the good stuff :-)
Thanks a lot.
Ole C.
:: Ole C :: Guest



Reply With Quote

