kode
[email protected] ("Mr. Bogomil Shopov") Thu, 17 Apr 2003 19:04:15 +0300
| Newsgroups | php.general.bg |
|---|---|
| Message-ID | <[email protected]> |
function SomeRead ($ID) {
require("file.inc");
if ($a[$ID]){
return $a[$ID];
} else {
return "Resource not available!";
}
}
kadeto
file.inc sadarja
$a=array(1=>'hello',2=>'world'); (sample)