Search results

  1. V

    Where is this php/sql code going wrong?

    I'm working on a piece of php in the hopes that it will call data from an SQL table, group any data that has a matching value in a particular field(not the primary field), and then assign the rest of the field values to those groups and call them as one image for each group, based on whichever...
  2. V

    How do you link an html image file to a php function?

    I'm trying to set up an avatar image that is form dependant, based on a user's selection, in the header php file. I can put up an image with html easily, or echo any php command, which can link back to user input(I don't think php will show images outright like html...) but I can't seem to...
Back
Top