Re: question about some php code

  • From: "inthaneelf" <inthaneelf@xxxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 22 Oct 2007 16:31:08 -0700

Alex,

you would be better off just changing the tag on your pages to .php, and running it that way, your provider probably is going to look at you like you just grew a second head if you ask him to change his server properties for you, especially since this is not the standard configuration setup your asking for

and everyone else for the main part simply changes the document from .html to .php if they add a php include or other .php interface to there pages.

regards,
inthane
. For Blind Programming assistance, Information, Useful Programs, and Links to Jamal Mazrui's Text tutorial packages and Applications, visit me at:
http://grabbag.alacorncomputer.com
. to be able to view a simple programming project in several programming languages, visit the Fruit basket demo site at:
http://fruitbasketdemo.alacorncomputer.com

----- Original Message ----- From: "Alex Parks" <mehgcap@xxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Monday, October 22, 2007 7:52 AM
Subject: Re: question about some php code


Ah, that makes sense. Thanks. This is a really low traffic server so I will ask its owner about making this change.

Have a great day,
Alex

----- Original Message -----
From: "Octavian Rasnita" <orasnita@xxxxxxxxx
To: <programmingblind@xxxxxxxxxxxxx
Date sent: Mon, 22 Oct 2007 17:23:20 +0300
Subject: Re: question about some php code

Yes you can embed PHP in html files, and they can have any
extension, but
the recommended way is to use the .php extension (and not .html)
because if
you will use .html, the server would need to parse for php code
any simple
..html file that doesn't need to be parsed.

Of course, this is not very important for sites with very little
traffic, or
for sites that don't use static html at all.

But if you want to use php in .html files, then the web server
must be
configured to consider .html files as php files.

Octavian

----- Original Message -----
From: "Alex Parks" <mehgcap@xxxxxxx
To: <programmingblind@xxxxxxxxxxxxx
Sent: Monday, October 22, 2007 3:51 PM
Subject: Re: question about some php code


Really? I thought you could embed php in html and still have it
run?

Have a great day,
Alex

----- Original Message -----
From: james.homme@xxxxxxxxxxxx
To: programmingblind@xxxxxxxxxxxxx
Date sent: Mon, 22 Oct 2007 06:59:59 -0400
Subject: Re: question about some php code

Hi Alex,
In your last message you said that you put this in an HTML file.
You need
to put it in a PHP file.  That is a file with a .php extion like
file.php.

Thanks.

Jim

James D Homme, , Usability Engineering, Highmark Inc.,
james.homme@xxxxxxxxxxxx, 412-544-1810

"It's more important for me to start to do the right thing than
it is to
wait until I think I
can do it just right."





            "Alex Parks"
            <mehgcap@xxxxxxx
            Sent by:
To
            programmingblind-
programmingblind@xxxxxxxxxxxxx
            bounce@freelists.
cc
            org

Subject
                                      Re: question about some
php code
            10/21/2007 01:15
            PM

                                                          Please
respond
to
            programmingblind@
              freelists.org






This didn't work; it just prints nothing.  I tried putting single
quotes around the $remote_addr; but that didn't work either.

Have a great day,
Alex

----- Original Message -----
From: "Matthew Horspool" <matthew@xxxxxxxxxxxxxxxx
To: <programmingblind@xxxxxxxxxxxxx
Date sent: Sun, 21 Oct 2007 08:27:01 +0100
Subject: Re: question about some php code

Hi Alex,

I'd try this code instead:

<p>Your IP address is
<?php echo $REMOTE_ADDR; ?
..</p

Matthew

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind



__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: