PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am trying to make a php application submit a form from within a script & have tried as following code shows but am just getting a blank page afterwards
(I've also tried adding- if($amount==0)return submitForm(); but this gives an unexpected Tvariable message & then- if($amount==0) $this->body .="return submitForm()\n"; this allows the script to carry on but makes no difference)
Any ideas as to how to go please would be much appreciated