Question : Php array related question

I have created this code:

<h3>Listing personal schedule</h3>


<?php
 $schedule = array(
       "9AM" => "Having Breakfest",
       "9:30AM" => "Go to office",
       "10AM" => "On Meeting",
       "10:30PM" => "Having rest",
       "11PM" => "Meetings with friends",
       "12PM" => "Continue working on office",
       "12:30PM" => "Analysing important events",
       "13PM" => "Stop working",
       "13:40PM" => "Go home",
       );

echo "<pre>";
print_r  ($schedule);
echo "</pre>";

?>

Ok now how can i traverse the array with a loop to print out the time and task for each hour?

Thank you

Answer : Php array related question

>> The words that are in the page content are very important, cause google scan these words.
All the page, especialy the home page and first sentences.

>> Pages title, links several point need to be take in consideration.
I always give a significant title to all my page and when it is possible make better url like
Toshiba_laptop.php instead of id74555, some CMS generate very long url that not significant.

Some CMS have Url rewriting possibilities or you have to do it manualy or using Htacces file, there is several way to do it. Contact the Active3 for more information.

Also it is good to paid attention and give significant name to your product pictures.
toshiba_laptop.jpg is better than 1234.jpg

>> How can i see the meta tags with source code ; I use Internet Explorer 8.
IE8 top menu, Display / Source

look for META in the <head> top section, begining of the source code
<META name="description" content="Informationof the site">
<Meta name="keywords" content="computer parts,CPU,Hard drive,cables">

check here for more infos:
http://www.metatags.ca

Here are some tools:
 http://www.smashingmagazine.com/2006/09/22/complete-list-of-best-seo-tools/

Well I'm not a pro but this is my tips :)
Random Solutions  
 
programming4us programming4us