Warning: Supplied argument is not a valid MySQL-Link resource in /home/yeinbang/public_html/guest/guest.html on line 2
25
$query="delete from guest_table where num=$num";
$result=mysql_query($query,$connect);
$delok=mysql_affected_rows($result);<-----225 line
php3에선 되던데 php4에선 안되는군여
이유가 뭐죠?
부탁드립니다