MySQL Forums
Forum List  »  PHP

Re: No echo
Posted by: Alejandro Alvarez
Date: May 02, 2006 05:34PM

Shouldn't you put {} in the if and else?
if( ($username=='xxxx') && ($password=='xxxx') &&($ref == "http://localhost/login.php";)) {
process_form( );
//call function to choose the table to get info from then in the search
//box type in keywords of what to search for.
}else{
echo " <font size='20' />ACCESS DENIED!</font> ";
}

Options: ReplyQuote


Subject
Written By
Posted
April 30, 2006 04:28PM
April 30, 2006 05:48PM
May 03, 2006 11:31AM
May 03, 2006 12:16PM
May 07, 2006 03:30PM
May 07, 2006 10:17PM
Re: No echo
May 02, 2006 05:34PM
May 02, 2006 08:36PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.