Go Back   FlashFXP Forums > ioFTPD Forum > ioFTPD > Scripting > SnypeTEST's scripts

SnypeTEST's scripts php_pSio, ioTrial

Reply
 
Thread Tools Rate Thread
Old 07-12-2006, 04:32 AM   #1
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
Create a free account to browse our forums without ads



Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -5. The time now is 10:35 AM.