View Single Post
  #1 (permalink)  
Old 06-06-2006, 08:44 AM
JuniorOnline JuniorOnline is offline
WebProWorld Veteran
 
Join Date: Jul 2005
Location: London - Cheswick
Posts: 669
JuniorOnline RepRank 0
Default PHP & XML (please check)

is this part right?


$startTags = array(
"EVENTS" => "<hr>",
"NAME" => "Event Name:"<font size=+2>",
"DATE" => "Date:"",
"DESCRIPTION" => "Descriptions:",

);

// close tags opened above
$endTags = array(
"NAME" => "</font>
",
"DATE" => "

",
"DESCRIPTION" => "
",

);
Reply With Quote