• user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT * FROM votingapi_vote v WHERE 1 = 1 AND v.content_type = 'node' AND v.content_id = 184 AND v.tag = 'upndown' AND v.uid = 0 AND v.vote_source = '18.118.30.253' AND v.timestamp >= 1714107563 in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 557.
  • user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT * FROM votingapi_vote v WHERE 1 = 1 AND v.content_type = 'node' AND v.content_id = 184 AND v.tag = 'upndown' AND v.uid = 0 AND v.vote_source = '18.118.30.253' AND v.timestamp >= 1714107563 in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 557.

Part 8: How to Build PHP and MySQL CMS Website Software


Source Files - http://www.developphp.com/view.php?tid=322

In part 8 we create the forms and PHP scripts geared for editing existing pages that have already been made. The user can edit existing pages and we record the last edit date. We use the page ID numbers and a form field for the admin to claim which page they want to modify in this simple system. All of the existing data is queried from MySQL and placed into the form fields automatically to make life easy for the administrator.


See video

Comments

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options