Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
echo "Icq: <img src="http://status.icq.com/online.gif?icq==".$dat1->icq."&img=4">".$dat1->icq."</a><br><hr>";
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /usr/export/www/hosting/toma1413/members.php on line 102
echo "Icq: <img src=\"http://status.icq.com/online.gif?icq==".$dat1->icq."&img=4\">".$dat1->icq."</a><br><hr>";
Parse error: syntax error, unexpected $end in /usr/export/www/hosting/toma1413/members.php on line 105
<?php
@mysql_connect("localhost","USER","PW");
mysql_select_db("DB");
$send1 = mysql_query("SELECT * FROM login ORDER BY id");
while($dat1 = mysql_fetch_object($send1))
{
echo "Username: ".$dat1->username."<br>";
echo "Anmeldezeit:".$dat1->Zeit."<br>";
echo "E-Mail: <a href=\"mailto:".$dat1->email."\">".$dat1->email."</a><br>";
echo "Icq: <img src=\"http://status.icq.com/online.gif?icq=".$dat1->icq."&img=4\">".$dat1->icq."</a><br><hr>";
?>