Bertiethedog
Programmer
Hi
Obviously I am not stuck as I could go back to my original method of calling a completely seperate file (updatefuel.php)
It would be nice if I could encapsulate the code with the calling form as neither are very big.
At the mo I get error 404
Richard
Obviously I am not stuck as I could go back to my original method of calling a completely seperate file (updatefuel.php)
It would be nice if I could encapsulate the code with the calling form as neither are very big.
At the mo I get error 404
Richard
Code:
<th height="206" scope="row"><form name="form4" id="form4" method="post" action="updatefuel()">
Code:
function updatefuel()
{
die('testing');
}