
$sql="delete from news where id=$newsid";
mam błąd o tej treści
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1,
calość ze skryptu usuwającego wyglada tak:
<?php $newsid=$_GET['deletenews']; $sql="delete from news where id=$newsid"; ?>
Jak wiecie co z tym zrobic to bylbym wdzieczny za pomoc. Pozdro.

Tym razem poprawiłem ale następnym razem prosze samemu używać bbCode'u.
~mike_mech