Search results

  1. T

    how do i display an id based on the page php mysql?

    Okay, i have a mysql database with a table called cmspage. in that i have id, title, desc, keywords, content. But how do i get it so for every new id is a new page.. ie: id=1 index..php id=2 about.php etc etc but does it automatically?
  2. T

    PHP Unexpected [ or expecting..?

    I keep getting the error.. Parse error: syntax error, unexpected '[', expecting ',' or ';' in /home/sites/cms_class.php on line 71 The offending line is this.. Can someone please help me solve this? it keeps on happening throughout my <a href> tags. <a...
  3. T

    undefined function [PHP] please help?

    Im creating a CMS.. i keep getting undefined function, can someone help please? [attached] Error on line 9 of this page: <------------ index.php ----------------> <?php include '../cms_class.php'; $obj = new pbcms(); $obj->host = 'localhost'; $obj->username = 'web'; $obj->password =...
Back
Top