Search:

Type: Posts; User: dev2012

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,960

    Re: Dynamic CMS problem

    Here is my revised code:

    I can get the default.php template stay put but my content is saying error querying database. I wonder why?

    NAVIGATION

    <?php
    //Connect to the db
    ...
  2. Thread: lists in echo

    by dev2012
    Replies
    1
    Views
    951

    lists in echo

    So I want to output a series of links into a list using php.



    echo <ul><li>'<a href="default.php?content='.$row["id"].'">'.$row["page_title"].'</a>'</li></ul>;

    Doesn't work.
  3. Replies
    5
    Views
    1,960

    Re: Dynamic CMS problem

    I finally managed to at least stay on the same page at this point. Still don't know how to fetch the content. How do you do it?




    //NAVIGATION
    $conn = mysqli_connect($host, $username,...
  4. Replies
    5
    Views
    1,960

    Dynamic CMS problem

    I am using PHP and MySQL to build a dynamic CMS. I am really new to this. I set up my SQL database with the following
    web_pages
    id page_title url content

    These files have the following...
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width