Re: [PHP] Help With Includes

2001-07-24 Thread David Robley
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("/