all groups > flash data integration > may 2005 >
You're in the

flash data integration

group:

Flash and php...Again???


Flash and php...Again??? v_teo
5/19/2005 4:51:43 PM
flash data integration: Hi. I am bothering you again because I really need to know how to make flash
and php talk WITHOUT using amfphp... I would apreciate any help as I tried to
follow other's help and did not do anything...:( The PHP file :


------------------------------------act.php-------------------------------------
--
<html>
<body>
<?php
$host = "localhost";
$user = "root";
$pass = "23121987";
$conn = mysql_connect($host,$user,$pass);

$tot = mysql_query("Select * from kappa1987_membri.tabel",$conn);
echo "<table border=1>\n";

while ($k=mysql_fetch_row($tot))
{
for ($i=0;$i<count($k);$i++)
{
print "&k[$i]=";
print $k[$i];
}
print "\n";
}
?>
</table>
</body>
</html>
----------------------------------------------
works perfectly(written by hand :) )
But the result is more than one array... So I'm not sure how to do...So please
explain to me how to do it...I would be very thankful...

Regards,
N0L|m|tz
Re: Flash and php...Again??? adireddy
5/23/2005 12:00:00 AM
AddThis Social Bookmark Button