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
Post Description: Php Show Values Array
Tags: Php, Show, Values, Array
This Post Was Posted On Apr 11, 2008 By script #1351
Php Show Values Array by script
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
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>");
}
?>
// 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
Powered by: Webune Forums V3