you could create a hidden input box to store the address details outside the frame that way when the main page changes you still have the address details nice and safe.
thank you, that appears to be working i forgot about the ! symbol meaning to not match, i only just started working with php again after about 5-6 months so my novice skills have probably been...
im trying to allow only certain characters in a input field, the caracters i want to allow are a-z A-Z 0-9 and the dash - the period . and the underscore _....
hi, im creating myself a registration form in php, im doing alot of validation checks as you will be able to see im just wondering if maybe a better option would be to use the switch function the...
i originally coded it to look like that but it looked heavy on the eye, as far as i am aware there is only 52 weeks a year even in a leep year googled it.
unless your gonna be using a server side script and a database this isnt going to be possible, as you will need somewhere to store you events, then once stored they need to be retreeved so who ever...