|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
hi,
i have three files 1) calculat.htm 2) calculat.php3 3) out.php3 here calculat.htm contains the form , when i am submitting that form it goes to calculat.php3 there calculation will be done, and then it redirects the out.php3 file. how to do it please help me. thank's in advance. |
|
#2
|
|||
|
|||
|
if you are already using PHP, why not "include" the out.php3 file inside the calculat.php3 file? let calculat.htm submit to calculat.php3, do the proper data validation, process it and set a flag. on success this flag will allow the include statement. you will just have to code all your variables to match with out.php3, assuming out.php3 is a template-like file.
i hope this helps. URL |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > redirecting url to another page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|