I have a form with three radio buttons.
Selecting one of the first two buttons and then clicking the submit button will open page x which is another form asking for more info before going to page y to list data.
How do I go to page y (and pass on data in $yy) directly when the third radio...
To go back to my previous web page, I issue the following:
function goBack()
{window.history.go(-1)}
but then I'm told my web page has expired.
Why is this? How do I correct so it doesn't expire?
Thanks,
Michael
I do $Bal = ($Bal - $row[3]) and then, to print the results,
<input readonly size=\"10\" style=\"color:black;text-align:right\" value=\"$Bal\">
But how do I get the format xxx.xxx.xx?
Thanks,
Michael
I'm using
$Bal = ($Bal - $row[3]);
and
<input readonly size=\"10\" style=\"color:black;text-align:right\" value=\"$Bal\">
to show the balance of the account.
How can I ensure I always get 2 decimal places,
e.g. 25.00 and not the 25 which I presently get.
Thanks,
Michael
How do I get the YY out of my Database trdate (defined as DATE)?
i.e., I want to
SELECT * FROM transactions WHERE user = '$UserID' AND trdate = '$yy'
($yy is a 2 digit year)
Thanks,
Michael
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.