IlaminiAyebatonyeDagogo Posted August 4, 2013 Share Posted August 4, 2013 (edited) Good day to you that is reading this. My name is dagogo am a young programmer and a newbie in programming, mighty PHP esp. What i need help your help for is the ''''PHP FORM VALIDATOR''''. From the info i gather php validation is better than javascript validation. CoS sm1 can block the javascript wit dere browser and hack the site 2ru d form. So i want to make all the fields in d form a must. So i nid ur help in creating d <b> The Form and The Validation script in php</b>. Please d client nid 8 fields you can use any name to call your fields. Also i nid POP-UP THANK YOU PAGE. D POP UP COULD BE JAVASCRIPT. N d form shld redirect ppl 2 d '"'portfolio.html"" page afta it has bin submited. Please use php comment to disply useful info. I av a registration.php for inputing d data of d form 2 d database so cn over look dat aspect. Please try 2 make as simple as possible. Send script to my mail [mailto:dagogodboss@gmail.com]email me[/mail] . Please help me. Thanks a Million. Edited August 4, 2013 by IlaminiAyebatonyeDagogo Quote Link to comment Share on other sites More sharing options...
Muddy_Funster Posted August 4, 2013 Share Posted August 4, 2013 I think your looking for the freelance section. Quote Link to comment Share on other sites More sharing options...
IlaminiAyebatonyeDagogo Posted August 4, 2013 Author Share Posted August 4, 2013 i knw it a huge work. But pls help me. I dnt want to hash a password. Help me Quote Link to comment Share on other sites More sharing options...
Strider64 Posted August 4, 2013 Share Posted August 4, 2013 http://forums.phpfreaks.com/forum/20-php-freelancing/ Quote Link to comment Share on other sites More sharing options...
ignace Posted August 4, 2013 Share Posted August 4, 2013 (edited) Nobody is going to write a script for you for free. Head on over to the freelance section and post there. Interested parties will PM you with their rates. If you have a specific question ask, but do not expect people to write it for you. Edited August 4, 2013 by ignace Quote Link to comment Share on other sites More sharing options...
IlaminiAyebatonyeDagogo Posted August 4, 2013 Author Share Posted August 4, 2013 ok now i get how it work. But is not fair Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted August 5, 2013 Share Posted August 5, 2013 ok now i get how it work. But is not fair What's not fair is expecting volunteers to complete your project for free. We're willing to answer specific questions, but if you require someone else to write your code for you, you need to post in our Freelancing section. Quote Link to comment Share on other sites More sharing options...
.josh Posted August 5, 2013 Share Posted August 5, 2013 are you serious? This is a joke, right? Seriously, who's trolling.. Quote Link to comment Share on other sites More sharing options...
IlaminiAyebatonyeDagogo Posted August 7, 2013 Author Share Posted August 7, 2013 how do i use if conditions to make php validate a field to only acept number Quote Link to comment Share on other sites More sharing options...
IlaminiAyebatonyeDagogo Posted August 8, 2013 Author Share Posted August 8, 2013 i want to make my age field to acept only number how do go abt it. Am using php 'if condition' to the validation. N i also want to use the min and max age requiment. Ie user shld be bw 10-20 yrs. Plz assit me Quote Link to comment Share on other sites More sharing options...
trq Posted August 8, 2013 Share Posted August 8, 2013 if ($age > 10 && $age < 20) { // $age is between 10 and 20 } Quote Link to comment Share on other sites More sharing options...
IlaminiAyebatonyeDagogo Posted August 8, 2013 Author Share Posted August 8, 2013 thanks for helping bt it didnt wok Quote Link to comment Share on other sites More sharing options...
.josh Posted August 8, 2013 Share Posted August 8, 2013 if ($age < 20 && age > 10) { // $age is between 10 and 20 } Quote Link to comment Share on other sites More sharing options...
jazzman1 Posted August 8, 2013 Share Posted August 8, 2013 One more if (age -lt 20 AND age -gt 10) { // $age is between 10 and 20 } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.