Jump to content

PASSING VALUE OF TEXTBOX


fareedreg

Recommended Posts

<?php

 

$_POST["txtmemid"];          //---------->  posting txtmemid value to balance.php

require_once("balance.php");

 

echo "<table width='231' border='1' align='center'>";

echo "<tr>";

echo "<td width='113' bgcolor='#CCCCFF'><div align='center'><span class='style1'>Current Balance</span></div></td>";

echo "<td width='102'><div align='center'>$totalamt</div></td>";

echo "</tr>";

echo "</table>";

 

?>

 

 

IS THIS THE RIGHT  METHOD FOR POSTING txtmemid VALUE TO BALANCE.PHP????

Link to comment
https://forums.phpfreaks.com/topic/186066-passing-value-of-textbox/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.