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 ?php ? tags, or ? ?. This is

RE: [PHP] PHP scripts in HTML

2001-02-14 Thread Brian V Bonini
Don, Why don't you just rename your .html file to .php and use 'include' to call an external php script. -brian * -Original Message- From: Scott Mebberson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 4:47 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP

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: