Basically I am setting ls > array(). I want each item to be an option in
the array. I have have scoured for some time now and this is what I have
come up with, but it is not populating each file as an ? The select
box is just empty. I know this is an array because I have tested with
print_r.
Found this on the php.net, querying the PHP mailing list:
">test.php
--
$blah=10;
include "whatever.php";
>whatever.php
-
echo "The value of blah is: {$blah}";
It just keeps the variable since it's global..
When ur using a function. It can
2 matches
Mail list logo