Search found 5 matches
- Tue Aug 07, 2007 12:02 pm
- Forum: PHP - Code
- Topic: Accessing Form Elements
- Replies: 13
- Views: 921
- Sat Aug 04, 2007 4:35 pm
- Forum: PHP - Code
- Topic: Accessing Form Elements
- Replies: 13
- Views: 921
RE:
I look at a tutorial... typed this code in:
but still no go.
It says that T1 is undefined.
Code: Select all
import_request_variables("gp", "formval_");
echo "Ship = ".$formval_T1;
echo "<br />";It says that T1 is undefined.
- Sat Aug 04, 2007 2:47 pm
- Forum: PHP - Code
- Topic: Accessing Form Elements
- Replies: 13
- Views: 921
RE:
Hey everybody, thanks for the answers. I'm a complete beginner in PHP. That's why I'm finding difficulty with this. Could anybody post a short example (using code) that does what I asked. I just need an example to work off of.
Thank you.
Thank you.
- Sat Aug 04, 2007 12:55 pm
- Forum: PHP - Code
- Topic: Accessing Form Elements
- Replies: 13
- Views: 921
RE:
There is no data to "POST"
This code produces a 9X9 Sudoku grid. The user will fill in some numbers into the HTML text fields and I want php to be able to read all of the text fields to see which ones have a number in them.
Thanks.
This code produces a 9X9 Sudoku grid. The user will fill in some numbers into the HTML text fields and I want php to be able to read all of the text fields to see which ones have a number in them.
Thanks.
- Sat Aug 04, 2007 12:03 pm
- Forum: PHP - Code
- Topic: Accessing Form Elements
- Replies: 13
- Views: 921
Accessing Form Elements
feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] I want to...