Results 1 to 4 of 4

Thread: HTML in PHP

  1. #1
    Join Date
    Jun 2007
    Posts
    41
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HTML in PHP

    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/dynamici...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

  2. #2
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default

    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...

  3. #3
    Join Date
    Feb 2007
    Location
    🌎
    Posts
    528
    Thanks
    10
    Thanked 10 Times in 10 Posts
    Blog Entries
    2

    Default

    We need to see your website.
    ....(o_ Penguins
    .---/(o_- techno_racing
    +(---//\-' in
    .+(_)--(_)' The McMurdo 500

  4. #4
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •