I have a problem about mysql
if i dont know how many columns are there in a table
for example i only want to write datas into 4 columns and the rest of them will be entered their default datas is this possible?
i tried something like this but it didnt work
@mysql_query("insert into pvp.bnet values('$sonuc','$u_name','$sonuc','$sifre','$mail')");
Thanks