This is a discussion on Include php header in html file? within the PHP General forums, part of the PHP Programming Forums category; I have a php file which returns the country where my website visitor resides, however, I'd like to include ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have a php file which returns the country where my website visitor
resides, however, I'd like to include this data at the top of my webpage which is in html. Your expert advice would be much appreciated! Thank you in advance, Newbie Runt |
|
|||
|
Have to change it to PHP and do an include of your "Country" function:
http://us4.php.net/manual/en/function.include.php D Runt wrote: > I have a php file which returns the country where my website visitor > resides, however, I'd like to include this data at the top of my > webpage which is in html. > > Your expert advice would be much appreciated! > > Thank you in advance, > > Newbie Runt |