Re: [PHP] PHP scripts in HTML

2001-02-14 Thread Ankur Verma
you should use include() function instead of the javascript style includes refer to the php manual for more details best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Don" <[EMAIL PROTECTED]> To: "php list" <[EMAIL PROTECTED]> Sent: Thu

RE: [PHP] PHP scripts in HTML

2001-02-14 Thread Brian V Bonini
D] > Subject: Re: [PHP] PHP scripts in HTML > > > Hi Don, > > This wont work as PHP is a server side scripting language. So by the time > your page gets displayed in a browser, php has already packed up and gone > home. It has done it's job and exited your page. > &

Re: [PHP] PHP scripts in HTML

2001-02-14 Thread Scott Mebberson
Hi Don, This wont work as PHP is a server side scripting language. So by the time your page gets displayed in a browser, php has already packed up and gone home. It has done it's job and exited your page. For your webserver to recognise php it must be incompessed in tags, or . This is so your w