A
Anonymous
Guest
Hi There
I'm new to php, actualy i'm new to everything right know. I have a page where i have the following on it.
is there a way to make this into it's own php script.
I'm new to php, actualy i'm new to everything right know. I have a page where i have the following on it.
Code:
<input type="text" id="password">
<input type="button" onclick="if(document.getElementById('password').value=='42323'){window.location='http://www.google.co.uk'}">
is there a way to make this into it's own php script.