Squeeze Page Editor Code (PHP)

by 3 replies
4
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.
#programming #code #editor #page #php #squeeze
  • 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.
    • [1] reply
    • 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.
  • 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,

Next Topics on Trending Feed

  • 4

    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.