|
Posted by Jerry Stuckle on 04/30/07 03:45
shotokan99 wrote:
> tnx guys prob solved.
>
> is it possible to have an array get variable? something like this:
>
> $_GET['myarray'] = "item1, item2, item3";
> include('mypage.php');
>
$_GET['myarray] = array('item1', 'item2', 'item3);
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|