Thread
:
Dynamically update php variables based on option value
View Single Post
#
2
(
permalink
)
05-06-2008, 02:45 PM
phpforfun
Programming God
Join Date: Feb 2008
Posts: 916
Last Blog:
Programming "Just a ...
Rep Power:
11
Re: Dynamically update php variables based on option value
do you mean this?
PHP Code:
<?
if(isset(
$_GET
[
'finish'
])){
Echo
$_GET
[
'finish'
];
} Else {
//code to echo form
}
?>
__________________
Last edited by John; 05-06-2008 at
03:53 PM
. Reason: fixed syntax error
phpforfun
View Public Profile
Send a private message to phpforfun
Visit phpforfun's homepage!
Find all posts by phpforfun