PHP to HTML - Help Please.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sama
    Confirmed User
    • Aug 2002
    • 1445

    #1

    PHP to HTML - Help Please.

    Anyone know how to change php to html?

    Struggling with this and need a little help.

    Thanks!

    icq 152 48 2208

    Make Money With Our Virgins!
    Cash Bonuses for Everyone!
    $600 Bonus to $25K Bonus!
  • Dynamix
    G F Y not
    • Jan 2004
    • 2910

    #2
    you make no sense.. PHP is a scripting language, how could it possibly be converted to HTML? HTML has no database/file-editing/etc capabilities..

    TGPFactory Full TGP Design & Installation Services
    ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
    See who I am at AdultWhosWho.com!

    Comment

    • Repetitive Monkey
      Confirmed User
      • Feb 2004
      • 3505

      #3
      Originally posted by Sama
      Anyone know how to change php to html?

      Struggling with this and need a little help.

      Thanks!

      icq 152 48 2208
      Do you want to enable php code in .html files to run? If so, it's just a matter of putting this in your .htaccess:

      AddType application/x-httpd-php .htm .html

      Comment

      • Dynamix
        G F Y not
        • Jan 2004
        • 2910

        #4
        Originally posted by Repetitive Monkey

        Do you want to enable php code in .html files to run? If so, it's just a matter of putting this in your .htaccess:

        AddType application/x-httpd-php .htm .html
        ahh, good thinkin

        TGPFactory Full TGP Design & Installation Services
        ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
        See who I am at AdultWhosWho.com!

        Comment

        • Sama
          Confirmed User
          • Aug 2002
          • 1445

          #5
          Thanks guys,
          I'ts over my head, so I am sure I don't make much sense.

          I bought a site writtten in php, I want to make some changes to the pages and I cannot. I don't know how to edit it in notepad.

          Make Money With Our Virgins!
          Cash Bonuses for Everyone!
          $600 Bonus to $25K Bonus!

          Comment

          • Rorschach
            So Fucking Banned
            • Aug 2002
            • 5579

            #6
            Looks like you better learn some php then.

            Comment

            • Repetitive Monkey
              Confirmed User
              • Feb 2004
              • 3505

              #7
              Originally posted by Sama
              Thanks guys,
              I'ts over my head, so I am sure I don't make much sense.

              I bought a site writtten in php, I want to make some changes to the pages and I cannot. I don't know how to edit it in notepad.
              Just pay me to do it for you then.

              Comment

              • Sama
                Confirmed User
                • Aug 2002
                • 1445

                #8
                Just pay me to do it for you then.




                Is that 2 cents I see for your help? Sure why not, I have a couple of cents to spare.

                Make Money With Our Virgins!
                Cash Bonuses for Everyone!
                $600 Bonus to $25K Bonus!

                Comment

                • Ash@phpFX
                  Confirmed User
                  • Nov 2003
                  • 4292

                  #9
                  for the most part is shouldnt be too hard to do it in notepad, you just have to look for the html inside the hahahahahahahahahaha

                  if the progammer knew you would want to change things they should have made an interface for it or a template system

                  your only other option is to hire someone to make the changes

                  Comment

                  • natkejs
                    Confirmed User
                    • Jan 2003
                    • 1640

                    #10
                    Originally posted by Sama
                    Thanks guys,
                    I'ts over my head, so I am sure I don't make much sense.

                    I bought a site writtten in php, I want to make some changes to the pages and I cannot. I don't know how to edit it in notepad.
                    Hey! ;)

                    Do this ... access the pages through your browser, right click and view source. Find the HTML you want to edit ... make a search in the PHP scripts for that string ... WHOLA you'll find where to edit. Just don't edit any of the actual code, just the HTML.

                    And remember ONE thing...... if the HTML code has --> " <-- in the beginning and the end ...

                    f.i: "html code <a href='hoho'>hoho</a>"

                    Then you can NOT use any --> " <-- in the code, instead use --> ' <-- ... and vise versa.

                    Uhh yeah, I do agree that you should probably hire someone to help you instead. Or if it's just a tiny thing hit me up on ICQ 3652156 and I'll guide ya through it!

                    Peace

                    Comment

                    • sexsup
                      Confirmed User
                      • Feb 2004
                      • 3004

                      #11
                      Originally posted by Repetitive Monkey

                      Do you want to enable php code in .html files to run? If so, it's just a matter of putting this in your .htaccess:

                      AddType application/x-httpd-php .htm .html
                      I used something similar in the past, and it's a good solution

                      Comment

                      Working...