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?
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...
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 =...
It is getting the Information from the server you host it on. It is a server side script so the user can not see its source. but you can see the echo output.
I recommend reading up about PHP and getting a few books and reading tutorials. PHP is a fiarly hard language to code if you have not used it before. The only thing you need PHP to do is to show bits for details of the above but everything else need to be images and xhtml.
Good luck.