Hello everybody,
$question = "Is there any $kind_soul out there that would point me to the right direction to solve a problem?";
$problem = "How to generate a PHP based structure that would pull data from a SQL (MySQL) and present it in a dynamic table. The promes lyes in the dynamic table. Right now, the new content in database will be displayed at the next refresh of the PHP page (refresh can obviously be made automatic). My problem is therefore to dynamically display content (adding a new table row for each new database row) without having to refresh the page";
if ($question="yes"){
if ($problem="solved"{
$kind_soul="GENIUS";
} else echo "I'll be thankfull if $kind_sould could just provide me with a opinion"
}
else echo "I am desperate!";
Thanks,
Vin