I am trying to call a user defined function in an if statement when the condition is true.
if($number_of_rows_after>$number_of_rows_before)
{
myFunction();
echo "this my if";
}
else{
echo "this is my else";
}
myFunction() is getting called regardless of whethe...
Hi Guys
I am wanting to create a menu page which displays menu's based on if the menu field in the sql database has a yes or no in the contents by using an if statement. I have not had much success and would like some help to point me in the right direction.
<?php
include("../edb.php"...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.