You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
<table width="770" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" class="text"></td>
</tr>
<tr>
<td height="25" class="text"align="center">
<?php
mysql_connect (localhost,****,****) or die ('Konnte keine Verbindung zur Datenbank herstellen');
mysql_select_db('****');
$res = mysql_query('select * from teilnehmer');
$num = mysql_num_rows($res);
while ($dsatz = mysql_fetch_assoc($res))
{
echo $dsatz["vorname"] ;
echo $dsatz['nachname']." ";
echo "( " .$dsatz['nickname']." )";
}
?>
</td>
</tr>
<tr>
<td height="1" bgcolor="#808080"></td>
</tr>
<tr>
<td class="text" valign="top" >mous</a>
</td>
</table>
|

TrOuble
God





Quoted from "Shoggy"
edit: sinnvoller und auch sicherer wäre es natülich einen neuen User anzulegen, der lediglich die Rechte bekommt, die zum Ausführen des Scripts notwendig sind.
Quoted from "Shoggy"
Da gibt's in dem Sinne keine Config Datei. Die Config ist quasi eine Tabelle inerhalb der Datenbank.
Quoted from "Giffi"
*YOGi mal zurückknuff*. Unter SuSE findet man die Datei ebenfalls
sehr einfach ---> /etc/my.cnf

-