[FX.php List] Returning calculated fields after a new record submission

Derrick Fogle derrick at fogles.net
Mon Sep 8 14:18:02 MDT 2008


It's there as long as the field is on the layout you're using for your  
FX.php call, you just have to get it back out of the FX.php data  
structure after the transaction.

On Sep 8, 2008, at 3:13 PM, Josh Shrier wrote:

> I have a form which the user fills out as a submission request. I  
> want the results page to display all the entered information from  
> the form as well as calculation results generated in the database  
> after the submission. The information entered on the form displayed  
> fine on the results, however the calculated results did not display.
>
> For example:
>
> The user enters start and end time and I want to results page to  
> display the duration time which is end time- start time. On the  
> results page I have it shows up blank.
>
> I used $Duration=$_POST['Duration']; as the variable
>
> Then in the table I attempted to display like this:
>
> <tr>
> <td>Duration</td>
> <td><?php echo $Duration; ?>
> </td>
>
>
> I don’t know why it doesn’t work, please help.
>
> -Josh Shrier
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list


Derrick



More information about the FX.php_List mailing list