Welcome Guest, Not a member yet? Register   Sign In
Member Registration form
#1

[eluser]Unknown[/eluser]
i just wanna make a member registration form. But facing problem !!!
please give hints ..
#2

[eluser]d3xt3r[/eluser]
I think you are going to have to give a lot more information than, that. Try searching Google for CodeIgnitor Samples.
#3

[eluser]Yorick Peterse[/eluser]
[quote author="webmaster.noor" date="1244888851"]i just wanna make a member registration form. But facing problem !!!
please give hints ..[/quote]

Here's the golden tip : provide more information. Second, if you have any PHP knowledge an registration form should be really, really easy.
#4

[eluser]TheFuzzy0ne[/eluser]
[url]http://lmgtfy.com/?q=codeigniter+"registration+form"[/url]
#5

[eluser]Dam1an[/eluser]
you could also use one of the many available auth libraries, which provide you with the basis of what you need
#6

[eluser]got 2 doodle[/eluser]
hint
Code:
($question == 'incomplete' ? null : $help)

doodle
#7

[eluser]TheFuzzy0ne[/eluser]
Code:
function ask_for_help($research_done=FALSE)
{
    if ($research_done)
    {
        get_help();
    }
    else
    {
        do_some_research();
        ask_for_help(TRUE);
    }
}




Theme © iAndrew 2016 - Forum software by © MyBB