JavaScript Tutorial #11 - Part 3
Loading...
1,071
Loading...
Uploader Comments (asib12)
see all
All Comments (7)
-
@asib12 thanks, I'll see your PHP vids, it will be good a playlist for they, like JavaScript tuts.. see yaa
-
can you assign information retrieved from the forms to variables?
-
nice man
-
good job in this tutorial on events, but it would be better if I can hear you talk, it's too soft in this video =x
Loading...
how can i do, to if i leave a space in blank and send me an alert, and the i press OK, the form is cleaned, and i need to input again the name, and lastname... i mean, the form is cleared if i have a mistake, how can i do to not let be cleared in a mistake...sorry for my english -_-
Zero0097 1 month ago in playlist Javascript
@Zero0097 You can do that in PHP. If you check the form with PHP, you store the entries in PHP variables and they'll still be accessible after the form has been submitted, so then in the "value" attribute of each input, you have something like
if ( isset ( $first_name ) )
{ echo $first_name;
}
and then if the a value was entered for first name, it will stay there after the form has been submitted.
asib12 1 month ago
Umm, where's the first part? :(
zomgpro 3 years ago
Hmm, said it was uploaded. Lemme do it now.
asib12 3 years ago