Results 1 to 2 of 2

Thread: PHP, Textarea, Array help

  1. #1
    Join Date
    Jun 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default PHP, Textarea, Array help

    Hi everyone,

    I'm learning php and I would like to ask for a little help with a script I'm trying to write. The script has a form where users can post data back to the script via text area and I'm a little confused on changing the data entered into the form into an array. Basically I need to set up the script so the user can put an undetermined number of items inside the text area, one item per line. When submitted to the script, I need to convert the data in the text area into an array. Any help is greatly appreciated!

  2. #2
    Join Date
    Jun 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Nevermind guys, I figured it out with the help of a friend! Thanks.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •