/    Sign up×
Community /Pin to ProfileBookmark

Guys sign up form validation tutorials needed…..

Guys…
I am new to web development.I need to learn form validation to create a sign up form.

I know basic PHP and MySQL to create a simple login and sign up systems but i don’t know form validation much so i want to learn it from the beginning.If you have a tutorial or example or something like that to learn form validation please post it here.

Your post will help 100s of php beginners like me to start PHP development.

Thank you very much

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@experts585Aug 02.2010 — java script code put this code under the head

function check(){

if(document.data_form.abc.value==""){

alert("Please enter your field name");

return false;

}

return true;

}

Html Code

<form action="" method="post" name="data_form" onsubmit="return check();">

<input name="abc" type="text" value="" />

</from
Copy linkTweet thisAlerts:
@Declan1991Aug 02.2010 — And you'll have to mirror that on the server too. [url=http://www.php.net/manual/en/ref.ctype.php]ctype functions[/url], [url=http://www.php-mysql-tutorial.com/wikis/php-tutorial/form-validation-using-php.aspx]validation tutorial[/url].
Copy linkTweet thisAlerts:
@BocariusAug 02.2010 — Look to php form tutorial
×

Success!

Help @ceylongeek spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...