Php Show Values Array

RegisterLogin
Php Show Values Array
Post Description: Php Show Values Array
Tags: Php, Show, Values, Array
This Post Was Posted On Apr 11, 2008 By script #1351
what is the function i need to user for php show values array
hostman
#1770 1
you can use this example to give you an idea

<?php
// fill in some information
$userinfo["Name"] = "John Doe";
$userinfo["Location"] = "San Francisco";
$userinfo["Occupation"] = "Programmer";

foreach($userinfo as $key=>$value) {
print("$key is $value.<br>");
}
?>
Apr 11, 2008 Reply Report abuse
©2011 Webune Forums - Tue Dec 20, 2011 11:04 am
Powered by: Webune Forums V3