Search results

  1. S

    PHP Sessions

    I'm attempting to create a page that can switch between 2 sets of content, using Sessions and a form button. Eventually it'll be used in a CMS to switch between an initial preview of how the page content looks and an editable version, but for now I'm just trying to get a basic functioning...
  2. S

    PHP / MySQL SELECT problem

    Thanks woiwky, that works a treat genius!
  3. S

    PHP / MySQL SELECT problem

    I'm attempting to set up a simple MySQL SELECT which uses a variable to identify the row it selects. If I use the following (using an actual id rather than a variable) it works perfectly: <?php // Request text for page $content = @mysql_query('SELECT text FROM page_text WHERE id="9"')...
  4. S

    Problem selecting database with PHP

    Thank you! Hoped it was something simple I'd missed, I created the user but hadn't clicked on "Add" to add the user to that specific database - which gave me the page with all the selection boxes. Problem solved
  5. S

    Problem selecting database with PHP

    currently attempting to learn the basics of MySQL and PHP, which was going OK until I wanted to connect to a database. I've created a database and put in some tables, set up a user with username and password, all through MySQL and phpMyAdmin. I've two PHP files, the first storing the...
  6. S

    Simple Slideshow script/module needed for CMS

    Thanks, looks like an interesting overview of methods, I shall read on
  7. S

    Simple Slideshow script/module needed for CMS

    Thanks, sounds like a simple enough plan. Its most extensive use would be in an archive section of past exhibitions, presumably it would be able to work within the CMS so that a new directory / folder was assigned for each artist so that only images by that artist would be pulled in to the...
  8. S

    Simple Slideshow script/module needed for CMS

    I'm looking to use a very simple Slideshow script on a number of pages on a website for an art gallery. No thumbnails or enlargements, purely a single image that will change as you click on next / previous buttons and ideally will have the option to include a caption for each image. I intend...
  9. S

    Post your first computer

    This reminds me just how old I am, the 1st PC I had as a kid was this old beast with a staggering 32k or RAM (the model B) http://www.old-computers.com/museum/computer.asp?st=1&c=29 The 1st I actually bought was a Apple Mac LC475, don't remember the specs but I'm sure it was less powerful...
  10. S

    PHP Scripts

    hello! Any suggestions for good websites with free PHP scrips for forms? cheers
Top