• 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 = 178 AND v.tag = 'upndown' AND v.uid = 0 AND v.vote_source = '47.128.115.124' AND v.timestamp >= 1713503076 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 = 178 AND v.tag = 'upndown' AND v.uid = 0 AND v.vote_source = '47.128.115.124' AND v.timestamp >= 1713503076 in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 557.

Part 2: How to Build Custom PHP and MySQL CMS Website Software


In this part we demonstrate table creation and structure methods from inside of PHPMyAdmin. PHPMyAdmin is a great tool if you are not yet comfortable writing custom database structuring scripts using PHP. We make the website system smart enough to use just one file for all display, no matter how many pages or content the site acquires.

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


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