wtf is this shit?
Code
<font face="Arial"><font face="Arial"><font size="3" face="Arial">
anyway, to your question:
Quote
i want an actual HTML form (not php) to receive a PHP variable that would be also defined in the HTML file
i'm still not clear what you want. are you saying you don't want the file you listed to have any <?php> tags? if so, you have a few options.
1) use javascript/jquery to make a web service call on the page to your php code
2) pass the value as a param to the page (post/get/etc)
are you trying to see how long it takes the user after loading the page to submit the form? i'm sure there are better ways of handling it. keep in mind the user can spoof that value as well.
This post was edited by carteblanche on Nov 2 2015 06:40pm