Jump to content

rossdeane

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

rossdeane's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi People, Wonder if you can help me out.. I'm currently doing a few forms in php, and they can be quite large. The problem I have is that its very time consuming and boring to extract all the form fields into variables, for example $someformfield= $_POST['someformfield']; I've been doing a separate line for each field and just putting it in a separate include file for neatness, but surely theres a quicker way than doing this 50+ times? ??? I considered just naming the fields with numbers and then extracting each one inside a loop, but its not ideal because it would make the form code confusing... Any help appreciated, thanks Ross
×
×
  • 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.