equality help
Posted: Fri Aug 13, 2010 1:29 pm
hello
when i echo for example $mm it will read a text from mysql and print this text very well on the output page,
now i want to use this text, if this text equal to my text ,then include final.php in the page
briefly :
$mm= ...php code to gain text from sql row ;
$mytext = "passed"
and now if these strings are equal , $mytext=$mm , then include final.php
thanks for your help;
when i echo for example $mm it will read a text from mysql and print this text very well on the output page,
now i want to use this text, if this text equal to my text ,then include final.php in the page
briefly :
$mm= ...php code to gain text from sql row ;
$mytext = "passed"
and now if these strings are equal , $mytext=$mm , then include final.php
thanks for your help;