Re: [PHP] Getting users IP address into a variable.

2002-10-02 Thread Bill Farrell
in php that can > assign that to a > variable, as in: > > $ip=HTTP_GET_ > > ANY IDEAS > > Thanks > > > Elliot J. Balanza > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >

Re: [PHP] remote desktop control

2002-10-01 Thread Bill Farrell
he remote(visitor's) > system(desktop). > > If possible, plz let me know how to proceed. > > > > > > Advance thanks, > > -sadha > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: > http://www.php.ne

[PHP] Multivalue RDBMS's

2002-09-29 Thread Bill Farrell
do with it. If you can conceive it, you can code it to work :-) Best regards, B = Bill Farrell Multivalue and *nix Support Specialist Phone: (828) 667-2245 Fax: (928) 563-5189 Web: http://www.jwfarrell.com __ Do you Yahoo!? New DSL

Re: [PHP] coding standards - control structures

2002-09-27 Thread Bill Farrell
> > > > > > ______ > > Do you Yahoo!? > > New DSL Internet Access from SBC & Yahoo! > > http://sbc.yahoo.com > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscrib

[PHP] Session

2002-09-26 Thread Bill Farrell
that drives ht://dig nuts by appending ?PHPSESSIDyaddayadda to the URL. Really makes a mess of the database :-)~~. Obviously, I'm missing something pretty fundamental. Any suggested reading would be appreciated (yes, I did read the PHP manual :-). Thanks in advance, B = Bill Farrell

Re: [PHP] Explorer-like "drill down" interface

2002-09-26 Thread Bill Farrell
;wayback's" to ascend in the tree. The code that works better on all browsers can be seen on http://www.jwfarrell.com/listtree.php. I'll make the code and support files available to anyone who wants a copy. Apologies for the pretty (but ineffectual) version 1. :-) Bill = Bi

Re: [PHP] Explorer-like "drill down" interface

2002-09-25 Thread Bill Farrell
xtension = $SplitName[ $NameParts ]; if ( is_file( "$MimeTypeFolder/$Extension" ) ) { list( $MimeType, $TheRest ) = file( "$MimeTypeFolder/$Extension" ); $MimeType = rtrim( $MimeType ); if ( is_file(

Re: [PHP] getting ip address of the user.

2002-09-24 Thread Bill Farrell
int "\n"; foreach ( $WholeResponse as $Line ) { print "$Line\n"; } print "\n"; print "Your browser sent the following headers\n"; print "\n"; foreach( $HeaderLog as $Line ) { print "$Line\n"; } ?> Show me

RE: [PHP] getting ip address of the user.

2002-09-24 Thread Bill Farrell
rt for doing so. > > > > print $_SERVER['REMOTE_ADDR']; > > -jesse > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > = Bill Farrell Multivalue and

[PHP] URL Rewriting

2002-09-23 Thread Bill Farrell
y. What have I done to make this suddenly show up and how can I get rid of it? Thanks much in advance and best regards to all! Bill ===== Bill Farrell Multivalue and *nix Support Specialist Phone: (828) 667-2245 Fax: (928) 563-5189 Web: http://ww