Log in

View Full Version : HTML in PHP



WebMaker12
08-27-2007, 01:19 AM
Had a simple question.

I run a PHP website using Drupal.

But I found a HTML code here that I really like.

http://www.dynamicdrive.com/dynamicindex3/wipesplash.htm

How do I add a HTML page in PHP?

I created a file in the FTP called "publichtml"

and I added the 3 files in there.

Then what?

Thanks

Rockonmetal
08-27-2007, 03:14 AM
You can put html code in PHP if thats what your asking, if your not asking that then I have no idea to what your asking...

techno_race
08-27-2007, 07:57 PM
We need to see your website.

JShor
08-27-2007, 08:44 PM
You can use the echo function, or you can end php code, and then begin it again after your html is finished. It would be helpful if you'd show your site or show us code. If you need to use html directly in the tag, use shorthand.