Re: [PHP] PHP scripts in HTML

2001-02-14 Thread Ankur Verma
; <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 2:58 AM Subject: [PHP] PHP scripts in HTML > I would like to know if there is a way to accomplish the following: > In my HTML file, I have the following: > > > > In the testscript.php file, I have: > > echo &qu

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

[PHP] PHP scripts in HTML

2001-02-14 Thread Don
I would like to know if there is a way to accomplish the following: In my HTML file, I have the following: In the testscript.php file, I have: When I run the html file, I do not see the PHP code but if I place the above code directly in my HTML file, it displays. -- PHP General Mailing L