Results 1 to 4 of 4

Thread: HTML on PHP extension
      
   

  1. #1
    Produced's Avatar
    Produced is offline Sergeant Major
    Join Date
    Sep 2007
    Location
    South Gate, CALIFORNIA
    Posts
    88

    Question HTML on PHP extension

    is it okay if i put an HTML code in a PHP site?




  2. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: HTML on PHP extension

    In general- yes. Html and Php can be used together on web page.

    However- you must do it in the correct manner so as to avoid errors on the page.

    Andy
    PHP- is a blast!

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: HTML on PHP extension

    In most cases you HAVE to put html code in a php page, even if it is created through php commands. It allowes for better formatting. As a rule, for those who are not limited to static pages, the pages should be published as php, even if there is only html code in them. This way, if you need to embedd php code in the future, you need not change links.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  4. #4
    Produced's Avatar
    Produced is offline Sergeant Major
    Join Date
    Sep 2007
    Location
    South Gate, CALIFORNIA
    Posts
    88

    Thumbs up Re: HTML on PHP extension

    thanks for the answers guys




Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49