Old 07-12-2006, 04:32 AM   #1
angelo
Junior Member
 
angelo's Avatar
 
Join Date: Jun 2006
Posts: 2
Default psio help

hello i would like to know if someone have already done a php site for listing mysql (also call dupechek)because my php script suck too mutch:
Code:
<?php
mysql_connect("......", ".....", "......");
mysql_select_db("ioFTPD");

$reponse = mysql_query("SELECT * FROM php_psio"); 
while ($donnees = mysql_fetch_array($reponse) )
{
?>
<table width="668" border="0" cellpadding="0" cellspacing="0">
  <!--DWLayoutDefaultTable-->
  <tr>
    <td width="68" height="27" valign="top">
	<?php
	echo $donnees['rls'];
	?>
	&nbsp;</td>
      </tr>
</table>
<?php
}

mysql_close();
?>
angelo is offline   Reply With Quote
Reply

Tags
call, listing, mysql, php, site

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 08:46 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)