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...
  6. U

    Is there any way to shrink images using div tags whilst making a web page?

    <img src=yourgif.gif" style="height:300px;width:300px"> <img src="yourgif.gif" height="50%"> wrapping it in a div won't work unless you wanted to keep the origianl size but only have a certain area of it visible.
Back
Top