On Wed, 25 Jul 2001 10:26, John Holcomb wrote:
> Help please!
>
>I'm trying to use an include with my HTML file.
> Inside my HTML file I've tried:
>
> 1)
>
>
> include("/export/home/bayarea.net/htdocs/webclient.php3?id=2");
>
>
> AND
>
> 2)
>
>
> include("Re: [PHP] Help With Includes
John,
Haven't used this before but if you set id before the include:-
$id=2;
include("/export/home/bayarea.net/htdocs/webclient.php3");
I'm assuming that you don't have control of the web server - if you do just
add html to the list of extensions parsed by php then:
$id=2;
include("/
Help please!
I'm trying to use an include with my HTML file.
Inside my HTML file I've tried:
1)
include("/export/home/bayarea.net/htdocs/webclient.php3?id=2");
AND
2)
include("http://www.bayarea.net/webclient.php3?id=2"
3 matches
Mail list logo