Receive Value Name With Php - question

free web hosting
Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming

Receive Value Name With Php - question

farsiscript
Hi dears
i make this form

form.htm
CODE
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 6</title>
</head>

<body>

<form method="POST" action="send.php">
Format="TEXT/CSV" S-Label-Fields="TRUE" -->
    <p><input type="text" name="T1" size="20"></p>
    <p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>

</body>

</html>


In form.htm file i have one input box with name T1 i want change
in send.php i use this code to receive T1 value :
CODE
$catid = $_Post['T1'];

But in send.php i dont know that is T1 name
i want receive all value sending form "form.htm" in "send.php"
for example when i want make dynamic form with "n" inputbox i dont know name of inputbox in send.php
sorry my english is not very good
if you know tutorial or sample soruce about this topic please help me
thanks smile.gif

 

 

 


Reply

jlhaslip
Pass the name of the input as a hidden value with the form.
QUOTE
<form method="POST" action="send.php">
Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<p><input type="text" name="T1" size="20"></p>
<input type="hidden" name="name1" value="T1">
<p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>

and then check for the $_post('name1') in the receiving code.
A friend from another forum has a form which uses this method. I will post a link here asap.
Also, for recursion, add another hidden field to tell you how many values the form is passing.

*edit to add link*

This is a tutorial about how to use this technique on a mail form, but modify it for your purposes.
It should work our fine.

Generic Mail Form Tutorial

 

 

 


Reply

farsiscript
Hi Dear jlhaslip nice help ,
what is this text "Format="TEXT/CSV" S-Label-Fields="TRUE" --> " ?
if we have 3~n inputbox we must use javascript to overwrite name in hidden text input ?
for example we compile form with echo in form.php or form.htm
echo "form details with inputs "
we must receive all input name in hidden input box ?
thanks dear

Reply

electron
Well thats quite easy if the name is not imprtant or if the name is common and it has many subfields that you just have to process.
My method includes an array and a foreach loop

You could name the input fields as say 'name[]'.
Notice the square brackets([]).Name all of your fields with this name.
In PHP it would be posted as a array.
So you could use its values as $_POST['name'][n]('n' stands for the array key).
To process the fields use the foreach loop.

This method is used for multiple input fields whose numbers are not fixed and keep on varying e.g. for a multiple file upload it is used.

However yo wouldnt know the actual use of a particular field as thats not you objective.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : receive, php

  1. Problem With My Email : [urgent]
    Can't send or receive email. (1)
  2. Pop3 Email Supported?
    Trying to receive zzn.com email in my client (2)
    Hi, at the moment I am running a test to offer visitors to my web site a free email address via
    zzz.com ( ZZN Free Email ). This seems to work, however (the reason why I am asking here is because
    I cannot find satisfactory answers in their FAQs and support does not seem to get back to me),
    although it is advertised on their web site that you can receive your email in your email client
    rather than as webmail, it does not deem to work. I got in touch with support to ask if that was a
    service restricted to paid users only (nothing about that mentioned on their web site anyw....
  3. Can't Receive Emails To My Websites Google Apps
    (4)
    I can send emails no problem from chris@scottishdreamteam.trap17.com however everytime someone sends
    me something they get this in return. - This is an automatically generated Delivery Status
    Notification Delivery to the following recipient failed permanently:
    chris@scottishdreamteam.trap17.com Technical details of permanent failure: PERM_FAILURE: SMTP Error
    (state 13): 550-rv-out-0910.google.com :5462 is currently not permitted to 550-relay through this
    server. Perhaps you have not logged into the pop/imap 550-server in the last 30 minutes or do not
    have SMTP....
  4. Non-visible Disabilities
    Do you believe people should receive free gov. benefits? (15)
    Have you ever gone somewhere, met someone who looked perfectly fine, and found out they were on
    Social Security for some disability. The person could jog, play football, hike, and yet doesn't
    have to work. You may wonder why the government would use money on people for non-visible
    disabilities. I wont go against it since my mother is on Social Security for having cancer (this is
    possible to get if you apply in Puerto Rico). She has been labeled "unfit to work." You may imagine
    that she is receiving some large sum of money monthly but its only a simple check of $....
  5. Cannot Receive Pms
    (11)
    I cant receive pm/messages on this site... its been like this since i joined because BuffaloHelp
    tried to pm me and i couldnt get it.... i have changed the settings so that i can and all seems to
    be in order but still no messages... anyone know what the problem could be?....
  6. Interesting Breakup
    To give, and receive nothing. (6)
    About one month ago, i meet this amazing chick. Although she was young and had a little daughter of
    1 month old at the time, i liked her alot. As the story goes on, wouldn't you have it, she asks
    me out, along with another chick at the same time. Now like anyone else i spent couple of days
    making my decision, I choose her over this other chick. Did i make the wrong choice? After about 4
    weeks, she was going 2 and half hours away to visit her friends and family for only 3 weeks, and
    return there shortly after. So she left, and she left me on great terms, she got down....
  7. didn't receive FH PM
    (1)
    Hi, I had requested for the free hosting a long time ago (before the requestforum closed for the
    new server thing; it's over a week now) and the request was accepted, I should check my PM, but I
    didn't get it. I posted a new topic on the requestforum, but the forum closed a little time after
    that. I hope you can send it again to me. Request:
    http://freenukehosting.com/forums/viewtopi...3721&highlight= Thanks....

    1. Looking for receive, php

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for receive, php

*MORE FROM TRAP17.COM*
advertisement



Receive Value Name With Php - question



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE