return row = 1
Posted: Thu Dec 09, 2004 9:15 am
hi..
i have bunch of records in my database, and i wana display it in my webpage using php, question is:
How can i make the code for PHP for:
is there any one know how can make the PHP code with that condition??
i have bunch of records in my database, and i wana display it in my webpage using php, question is:
How can i make the code for PHP for:
Code: Select all
IF (query return row = 1) {
doThisAction;
}
ELSE (query return many row) {
doThisAction;
}