Is it possible to call a webpage that has a form on it and get the form's action to run automatically, having used a variable to populate the forms field?
(My webpage is on an Apache server and I'm using php if it makes any difference..)
Code:
<Form Action=name.php Method=Post>
<Input Name=FirstName Value='username'>
<Input Type=Submit>
</Form>
(My webpage is on an Apache server and I'm using php if it makes any difference..)