Welcome Guest, Not a member yet? Register   Sign In
Good idea or Bad idea?
#5

[eluser]BrianDHall[/eluser]
I just do something like this, specific to one of the required form fields:

Code:
if ($this->input->post('login')
{
    ...
}

Or sometimes like Damien's example, depending on how I think I may wish to use the form.

The way any page is set there should never be a worry that someone will find it who shouldn't - there is no such thing as a truly hidden page on the internet Smile


Messages In This Thread
Good idea or Bad idea? - by El Forum - 09-19-2009, 09:13 PM
Good idea or Bad idea? - by El Forum - 09-19-2009, 10:02 PM
Good idea or Bad idea? - by El Forum - 09-19-2009, 10:14 PM
Good idea or Bad idea? - by El Forum - 09-19-2009, 10:24 PM
Good idea or Bad idea? - by El Forum - 09-20-2009, 02:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB