Jump to content

jlhaslip

Members
  • Posts

    2,568
  • Joined

  • Last visited

Everything posted by jlhaslip

  1. jlhaslip

    image error

    And is the path to the image okay where you attempt to display it?Add an alt= tag to the html image tag to see if that might be the problem. Maybe the path you are using in the image tag is not correct?
  2. Store the labels as an array, then loop through the array, adding the selected=selected to the printed line if conditon is true for the comparison of the $_POST['subject'] value and the array element. Check to see if there is a value in the $_POST['subject'] before the comparison loop, or by using an isset(), and handle accordingly.
  3. Quick question to justsomeguy:could the meta-tag redirect be to the referring page? and how would that be achieved?
  4. You will probably have to post the code here in the Forum, or seek another site to assist you. The other site will also ask for the code, probably.
  5. Clear your Cache?Add a Meta tag with an expires="date_in_the_past" or "0".They also might have it cached at your server? or elsewhere enroute.
  6. Have you confirmed that your Hosting service allows php? And allows the mail function?Some Hosts disabled the SMTP and POP3, so run a phpinfo to see.Just checking.
×
×
  • Create New...