Recent content by francisnong

  1. F

    PHP - Validating multiple emails at the same time?

    Hi Everyone, I am looking to write a script that takes in 5 email addresses and checks their validity. I know how to check the validity of a single email. I was wondering if anyone could offer me clues of how i go about it?! Thanks in advance.
  2. F

    Best PHP Book with user rating script?

    Hi folks, I have a question. I was wondering which PHP book do you know of that shows the script for adding user rating to your comments forms. I have a couple of PHP books but i just need to have one that demonstrates how to go about adding user rating functionality. I have almost completed...
  3. F

    Ajax and Google map markers?

    I have an XML document that has 8 addresses stored in it. What i want to do is to use Ajax and a loop to make sure that after I make a search google map is rendered and markers are placed at all the addresses that are in the XML document. I already have a got a google key and all. When i...
  4. F

    PHP Arrays - how do i echo this!?

    Alright i have been given this array as an assignment: $products = array('Jacket' => array('Rain Coat','19.95','10.00'), 'TV Stand'=> array('TV Unit','99.50','9.95'), 'Computer' => array('Laptop','425.99', '48.30')); What I need to do is to...
Back
Top