Forum Moderators: open
I'm have a one form.
<form name=formname action=test.php method=post>
<input name=a type="text">
<input name=OK type="submit">
</form>
I'm want to before test.php post or refresh the page, run the cookie.php file for make cookie.
I'm want to read cookie information after click button
How can make this.
Thanks.