Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
09-14-2014, 05:31 PM
Post: #1
|
|||
|
|||
[NEED HELP!] Codeigniter Code Validation!
Hello BBHF's Members I'm sorry if im wrong to post this thread in this section. i need help to validate that the email with no duplication and the name, middlename lastname also, when i add a full info of a student. Example: Magic Button : when a add a student name "Brendon Rayle G. Montoya" it will add for a new record, if still the same name in the example it will prompt "Student name is Already Exist" if i add a new student still the same Name and Lastname but the Middle name is not it will be valid to add. same process in updating student. Here's the Controller Code Code: function student($param1 = '', $param2 = '', $param3 = '') i'm so newbie in making validation in this program please help me doing this. and i will pay who helped me. when its done i will give a $50 and name what script, themes you want.,
|
|||
09-14-2014, 05:35 PM
Post: #2
|
|||
|
|||
RE:
I will be able to help you with this. Not at my computer at the moment
|
|||
09-14-2014, 05:37 PM
Post: #3
|
|||
|
|||
RE: | |||
09-14-2014, 06:34 PM
(This post was last modified: 09-14-2014 06:36 PM by Loomy.)
Post: #4
|
|||
|
|||
RE:
(09-14-2014 05:37 PM)HaselBiscuit Wrote:U realize this is the wrong section right :P But u post cool stuff so ill forgive ;) have u checked the validation scripts inside codeigniter apps, like pintastic for example ?(09-14-2014 05:35 PM)lolclol Wrote: I will be able to help you with this. Not at my computer at the momentit would be great. that you can help me.. |
|||
09-14-2014, 06:41 PM
Post: #5
|
|||
|
|||
RE:
https://ellislab.com/codeigniter/user-gu...ation.html
http://stackoverflow.com/questions/82202...tion-rules http://www.formget.com/form-validation-u...deigniter/ https://www.packtpub.com/books/content/f...igniter-17 maybe that helps. If u want to learn the best way is to take apart something that exists, soon as u understand it, break it on purpose, and try to fix it :P If u want to pay someone $50 to write it for u, hell yes ill do and wrap a ribbon around it too..but honestly u would be better off gaining the XP yourself. |
|||
09-14-2014, 06:48 PM
Post: #6
|
|||
|
|||
RE:
Need to update my phpStorm, and ill see if i cant do it for u for free.. in all honesty i need all the practice i can get too. im busy rewriting all the pintastic apps from ground up using fresh codeigniter base. for me the best way to understand it has been actually writing and debugging... reading gives me headaches and i get bored.
|
|||