Recent content by Taliesan

  1. T

    How to upload an image and related check list options in php?

    Long story short, theres an ongoing task on a site i play where one task requires us to program in php xD something i cannot do and despite researching still cannot fathom. Basically, the program needs to allow someone to upload an image and check off pre-set check options about the image e.g...
  2. T

    Any way to view php code in a web page?

    I'm trying to get the hang of using php, and usually when learning a new language I like to look at working examples. I've found various php scripts in order to do this, but many do not work in the way their descriptions suggest. So, i wanted to know, is their any way for me to view php code...
  3. T

    Why do both my Part Number and 'Serial Number come up " unknown" on the Packard Bell

    Its probably the HP site itself, I have a HP laptop and when trying to get various replacement parts i experienced the same problem. HP's website and support is fairly poor i'm afraid. However, if the machine you bought is second hand, was sold to the store and then sold on to you, you...
  4. T

    Question about Photoshop?

    Hey, not sure about cs4 itself, but cs2 and cs3 are pay once programs. One payment for the full range of features, but i'm sure there are optional extras which can be purchased e.g. brush sets Not sure of the cs4 cost but cs3 costs a few hundred pounds for the standard version that is photoshop...
  5. T

    is there a way to divide the page when using HTML?

    Yes, you can use a table with a set width between each cell. Something like this maybe: <table width=100% cellspacing=2> <tr> <td width=10%> <img src=url> </td> <td width=10%> <img src=url> </td> etc.... </tr> </table>
Back
Top