• Creating a Basic CMS with PHP – Part 5 Adding and Editing Posts

    Download the source

  • Deleting Multiple Records from A Database With Checkboxes

    Download The Source Code

    Y wants to know

    "... I am having serious issues with deleting with checkboxes. Maybe whenever get the time you can do a Search box for a Database with PHP and then display the search results via checkboxes. By clicking the check box and entering a button, it deletes the data."

    This is a fairly simple task once you break it down. Essentially we are going to build a form with a submit button, upon being submitted will execute a query that deletes multiple rows from a MYSQL database. The user will mark which rows they want deleted by simply clicking on the checkbox next to the row they want to drop.
    Continue reading →

  • Creating a Basic CMS with PHP and MYSQL Part 4

    I will be uploading a text version of this tutorial below in the near future.

  • Creating a Basic CMS with PHP and MYSQL Part 3

    I will be uploading a text version of this tutorial below in the near future.

  • Creating a Basic CMS with PHP and MYSQL Part 2

    I will be uploading a text version of this tutorial below in the near future.

  • Creating a Basic CMS with PHP and MYSQL Part 1

    Continue reading →