Search results

  1. U

    Probably Simple php syntax question.?

    I have this script that connects to mysql server and outputs all the data from a specific table. Works fine but only if I pass ?skill=whatever. What I want to accomplish is. if skill is not passed and you navigate to the page it will have a default value inputted and use that properly. <?php...
  2. U

    php sql design populating and manipulating dynamic html tables. What is the best way?

    I want to store sets of information in sql and access it so that I can populate a table with text, links and pictures without having to rely heavily on html. Should be easy enough. I then want to run a php script that runs through the whole database until EOF generating a html table. After...
  3. U

    php sql design populating and manipulating dynamic html tables. What is the best way?

    I want to store sets of information in sql and access it so that I can populate a table with text, links and pictures without having to rely heavily on html. Should be easy enough. I then want to run a php script that runs through the whole database until EOF generating a html table. After...
  4. U

    php sql design populating and manipulating dynamic html tables. What is the best way?

    I want to store sets of information in sql and access it so that I can populate a table with text, links and pictures without having to rely heavily on html. Should be easy enough. I then want to run a php script that runs through the whole database until EOF generating a html table. After...
  5. U

    php sql design populating and manipulating dynamic html tables. What is the best way?

    I want to store sets of information in sql and access it so that I can populate a table with text, links and pictures without having to rely heavily on html. Should be easy enough. I then want to run a php script that runs through the whole database until EOF generating a html table. After...
Back
Top