Jump to content

input userdata into array


advancedfuture

Recommended Posts

I have a textfield that I want to submit the data into an array

 

The user would enter data such as 92444,1223,12344,2322

 

all seperated by commas.

 

How would I got about putting $_POST['value'] into an array.

 

I've tried

 

$var = array($_POST['value'])

 

but that doesnt seem to work.

Link to comment
https://forums.phpfreaks.com/topic/139405-input-userdata-into-array/
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.