Squeeze Page Editor Code (PHP)

by DIABL0
3 replies
Anyone know where I could get an editor (PHP code), where I throw together a bunch of squeeze page templates and it gives the user a way to select a template and easily edit it to suite their needs and save the changes with out ever altering the original template.

I don't want to have to develop something from scratch, so looking for something off the shelf.
#code #editor #page #php #squeeze
  • Profile picture of the author Member8200
    OK, I would like to recommend you to visit WORDPRESS or W3SCHOOLS. There are lot of tutorials about page templates, where you can modify them according to your desired designs. Use WORDPRESS and then rip the code.
    {{ DiscussionBoard.errors[10115727].message }}
    • Profile picture of the author DIABL0
      Originally Posted by Member8200 View Post

      OK, I would like to recommend you to visit WORDPRESS or W3SCHOOLS. There are lot of tutorials about page templates, where you can modify them according to your desired designs. Use WORDPRESS and then rip the code.
      I know html and can just edit them.

      I'm looking for code for an online editor, so others can edit pages online.

      I think I will just build something from scratch that is super simplistic that just brings up the html code and do a few quick video's on how to edit. Should of just done this in the first place rather than worry about some fancy editor.

      Thanks anyway.
      Signature
      How to Build LARGE EMAIL LISTS on a Budget and MONETIZE Like a PRO
      20+ Years Exp . . . . . . . . . . . . Email - CPA - PPL
      {{ DiscussionBoard.errors[10117325].message }}
  • Profile picture of the author pif69
    Hello DIABL0,

    I use notepad++ to edit PHP on Windows, it is awesome.

    If you want to see the result of your PHP page, you may wanna use a local apache web server. And here are your options:
    - WAMP for windows;
    - MAMP for mac os;
    - LAMP for Linux;
    - XAMP for any operating system.

    I already used XAMP to install wordpress locally on windows so i can tell it works pretty well. Didn't use the other ones.

    Cheers,
    {{ DiscussionBoard.errors[10117473].message }}

Trending Topics