I am looking for someone experienced in PHP who can fix a little error I have in my current PHP script.
The reward for solving this problem is 3$ via Paypal
Here is my Problem:
My Website is currently coded like this:
Code:
[I]html html html php[/I]
Code:
[I]html html php html [/I]
The Problem is, that my PHP script is causing any HTML below the php script itself to disappear for the time my code is running!
Here is my PHP script:
Code:
echo '<li class="list-group-item list-group-item-info">Starting to gather data!</li>';
ob_flush();
flush();
$url = $unsplash;
$cmd = $unsplash . ' - ' . $amount;
exec($cmd);
echo '<li class="list-group-item list-group-item-success">Gathering Data Completed</li>';
ob_end_flush();
Useful Link:

The Person that solves that problem gets 3$ Paypal from me!
Thank you







