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.
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...
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...
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...