Jump to content

appending arrays to a script


ksmatthews

Recommended Posts

HI THere,

 

I would like to call a script by appending an array of numbers. For example ..

 

$myarray[] = (1,2,3,4,5);

 

myfile.php?name=$myarray

 

I would then like to read and use the contents of that array within myfile.php using $_GET['name'].

 

I do not seem to be able to do this ...

 

What am I doing wrong ?

 

Steven M

Link to comment
https://forums.phpfreaks.com/topic/92872-appending-arrays-to-a-script/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.