Note that there are some explanatory texts on larger screens.

plurals
  1. POPhp working with mysql and CMS
    primarykey
    data
    text
    <p>I am new with learning CMS. I have a project that I am doing I have half of it done but not the code part yet,just the Html part. I was hoping that maybe some might be able to help me out to understand what is being ask. I am suppose to allow the user to edit the page title, meta description, meta keywords, page heading, subtitle, and content. I know how to connect to the database. I have tried to google a few things on CMS but nothing with only two pages alot of the videos have like 4 and 5 pages. I have to3. Create an admin page that will update the database. This is what my admin page looks like right now. When a user puts words in those spots it is suppose to go over to the index part and change to what they wrote there.</p> <p>On the index i have it set up and the parts that need to be editable.Then once you click on say the title it will take you over to the admin for you to input your own title. Would I use something like this :</p> <pre><code>return &lt;&lt;&lt; ADMIN_FORM &lt;form action="{$_SERVER['PHP_SELF']}" method="post"&gt; &lt;label for="title"&gt;Title:&lt;/label&gt; &lt;input name="title" id="title" type="text" maxlength="150" /&gt; &lt;label for="bodytext"&gt;Body Text:&lt;/label&gt; &lt;textarea name="bodytext" id="bodytext"&gt;&lt;/textarea&gt; &lt;input type="submit" value="Create This Entry!" /&gt; &lt;/form&gt; ADMIN_FORM; } </code></pre> <p>but change out the titles and thing plus add more to get everything for the linktest and pageHeading,etc or would I use something else. I am sure I know what to use but when I was told to do CMS and have never ever did a page with CMS i am over confused. Thanks for looking any information even webaddress or video would help to.</p> <p>Have fixed this and got my answer thanks.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload