Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Generate/Post Page – PHP?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36201
    schart
    Participant

    OK, so say I have this template, for example:



    this is my page



    Now I want some sort of publishing tool using PHP. So my exact thought is that I want to create a meme site, where I post a new page easily like using a web form:
    Image: {input}
    Text: {input}
    {post}

    and then on post the PHP creates a new page with an ID (like domain.com/image/1235), with the image in img src and text in the p> the image or something. Basically I want to publish new images on a meme site and generate pages easily without copying code and creating a page for every image.

    #94978
    davidlab.be
    Participant

    wow…not sure if I am tired or dumb at this point, but what are you saying?

    #94990
    jamygolden
    Member

    I think he’s asking for a CMS. Have you had a look at WordPress?

    #94993
    jamygolden
    Member

    That external form is managing your content and is therefore a mini content-management-system ( CMS ).

    You could do what you’re asking with WordPress – Is there a reason you don’t want to use it?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Back End’ is closed to new topics and replies.