[plug] PHP Arrays

Jason :) jas at whatever.iinet.net.au
Mon Sep 11 12:39:52 WST 2000


on line 5 in that code, try:
$value=$browser["browser"];

PHP seems to like having quotation marks in its array element name thingy...

|
| <?
| $browser = get_browser();
| $value=$browser[browser];
| echo "$value";
| ?>
|




More information about the plug mailing list