Recent content by Tex0gen

  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 =...
  4. T

    Remove Background In Photoshop?

    Delete the backgroung, then save the image as a .PNG or a .GIF. [PNG probably better as it does not loose quality] good luck.
  5. T

    i need help from any adobe flash experts...?

    you need a new symbol as a button. then insert the code to go to scene 2.
  6. T

    PHP - how does this code work ?

    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.
  7. T

    How can i make a html website with login to open certain pages?

    For this you need a server side script such as PHP or ASP. You could always use a CMS such as Joomla which allows user side content?
  8. T

    How do I create PHP Scripts (specific inside)?

    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.
Back
Top