Robin H it might so.. Do you want some real code from the page ???

There you have it ..


Code: 
Array ( [subject] => The Eye (2008) DVDRip [date] => Wednesday, April 28, 2010, 10:17 [date_numeric_day] => 28 [date_numeric_month] => 4 [date_numeric_year] => '10 [date_alpha_month] => Apr [date_numeric_time] => 10:17 [date_suffix_day] => 28th [categories] => Array ( [0] => MKV ) [categories_id] => Array ( [0] => 73 ) [edit] => Array ( [name] => edit [url] => preview_cgi.php?y=10&m=04&entry=entry100428-101711 ) [delete] => Array ( [name] => delete [url] => delete.php?y=10&m=04&entry=entry100428-101711 ) [permalink] => Array ( [name] => permalink [url] => http://xxx.com ) [entry] =>ENTRY CONTENT)
Porsche_maniak Reviewed by Porsche_maniak on . How would you translate this in PHP ? For first value in $var do something... I think it is subarray.. like - $entry_array .. So t3od0r how to choose the first or any other value.. And btw the values are actually all entries/pages of content. I think if($entry_array) works but if i want to do this --- if($entry_array){$entry_array=$entry_array.'TEST';} it adds 'TEST' to all entries not the first one...(maybe because the code like this means 'if exist'?) Rating: 5