$curl = curl_init();
curl_setopt($curl, CURLOPT_URL, “http://lotteryprediction.net/info.php?R=LNSMC&L=&H=1&P=HoroscopeLookup&D=AQUARIUS”);
curl_setopt($curl, CURLOPT_HEADER, false);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
$html = curl_exec($curl);
curl_close($curl);
$dom = new DOMDocument;
@$dom->loadHTML($html);
$xpath = new DOMXPath($dom);
echo ‘
echo ‘
‘.’AQUARIUS: Your Daily Forecast’.’
‘;
$img=”https://viralpanda.net/wp-content/uploads/2023/06/Aquarius.jpg”;
echo ‘
$x = 0;
foreach ($xpath->query(‘//font[contains(@class, “darkxlbtext”)]’) as $div)
{
if($x==0)
{
echo ‘
‘.’AQUARIUS | Between Date of Birth: ‘.$div->textContent.’
‘;echo ‘
‘;
}
elseif ($x==1)
{
echo ‘
‘.”TODAY'”.”S “. ‘Date: ‘.$div->textContent.’
‘;echo ‘
‘;
}
elseif ($x==2)
{
echo ‘
‘.’Your Lucky PICK 3 Digits: ‘.$div->textContent.’
‘;echo ‘
‘;
}
elseif ($x==3)
{
echo ‘
‘.’Your Lucky PICK 4 Digits: ‘.$div->textContent.’
‘;echo ‘
‘;
}
elseif ($x==4)
{
echo ‘
‘.’Your Powerball Forecast: ‘.$div->textContent.’
‘;echo ‘
‘;
}
elseif ($x==5)
{
echo ‘
‘.’Your New Mega Millions Forecast: ‘.$div->textContent.’
‘;echo ‘
‘;
}
elseif ($x==6)
{
echo ‘
‘.’Your General Forecast: ‘.$div->textContent.’
‘;echo ‘
‘;
}
elseif ($x==7)
{
echo ‘
‘.’Your Love, Romance & Relationship Number: ‘.$div->textContent.’
‘;echo ‘
‘;
}
elseif ($x==8)
{
echo ‘
‘.’Your Money, Business & Finances Number: ‘.$div->textContent.’
‘;echo ‘
‘;
}
elseif ($x==9)
{
echo ‘
‘.’Your Health & Physical Well-being Number: ‘.$div->textContent.’
‘;echo ‘
‘;
}
$x=$x+1;
}
echo ‘
‘; //box2