Recent content by Robbie8

  1. R

    PHP Advice on how to set column widths in php

    Hi, I have sussed the problem by coding the following into my code - this is giving me what I need and I have tested all of the possibilities and it works as I need it to. <td width="5px"> etc to each field
  2. R

    PHP Advice on how to set column widths in php

    Hi, Thankyou for your advice. I added the code as I think you advised but it is giving me the following error - Perhaps you could have a look at the code that I added and advise me where I have made the error. -- Error Message : Fatal error: Cannot redeclare getcolwidth() (previously...
  3. R

    PHP Advice on how to set column widths in php

    Postby Robbie8 » Mon Sep 03, 2012 7:44 pm Hi, I am using a php view to show a table of all the entrants in my projects with their number, name, rounds and points. I have two projects Project One and Two which have their results displayed in tables. The width of the columns for the values in...