Thank you! That made my program work perfectly!
JOSH
User Profile
Collapse
-
That's exactly what I want to do, but for some reason it isn't working. I want to echo out the $memo[] array of what was typed in each text box. Any suggestions to what I have done up? Right now it's not echoing out anything.
[PHP]<?
$memo[] = $_POST['memo'];
for($j=0;$j<=6; $j++){
echo '
<form name="saving" method="post" action="">...Leave a comment:
-
Is there a way to make a form name a variable?
I'm building a chart, and it's going through a for loop, which creates new text boxes. I want to be able to save the information put in each text box in some sort of variable array.
Right now it's only letting me save the very last one in a variable I've named $memo. I thought that if I echoed $memo within the loop it would print out each text box's input, but it's only taking the last one and printing that to the screen the amount...
No activity results to display
Show More
Leave a comment: