Documentation
Posted: Tue Aug 28, 2007 3:44 am
This is how i am writing comments.
/****************************************************************************************************
Name : Login
Description : Checks for existence of username and password in clients table.
Paramenters : $username, $password
On Success : redirect to mypage.php
On Failure : return errors
*****************************************************************************************************/
should there be any thing which has to be included?
/****************************************************************************************************
Name : Login
Description : Checks for existence of username and password in clients table.
Paramenters : $username, $password
On Success : redirect to mypage.php
On Failure : return errors
*****************************************************************************************************/
should there be any thing which has to be included?