Search results

  1. A

    help with send email php?

    i am trying to have a http service send me emails with info populated from my website. its not working. below is the code i have for my sendEmail.php. any help would be awesome. this is driving me nuts. <?php $senderName = $_POST['senderName']; $senderEmail = $_POST['senderEmail']...
  2. A

    how with xml photo datalist!?

    i am trying to get my image gallery to load the images from an external source. I created an xml file but it doesnt seem to be working. here is my code: <?xml version="1.0" encoding="UTF-8"?> <filmroll> <FRimage> <FRthumb>thumb1.jpg</FRthumb> <FRimage>1.jpg</FRimage> </FRimage> <FRimage>...
Back
Top