User Profile

Collapse

Profile Sidebar

Collapse
cocotheflyingnut
cocotheflyingnut
Last Activity: Dec 7 '07, 05:17 PM
Joined: Nov 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thank you! That made my program work perfectly!

    JOSH
    See more | Go to post

    Leave a comment:


  • 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="">...
    See more | Go to post

    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...
    See more | Go to post
    Last edited by pbmods; Nov 27 '07, 10:23 PM. Reason: Added CODE tags.
No activity results to display
Show More
Working...