Puika1 Posted February 4, 2010 Report Share Posted February 4, 2010 šajā scritpā if (($submit == "Pievienot!") && ($kods != "") && ($autors != "") && ($nosauk != "") && ($bilde != "")) { ?> <b>Paldies, Video tika pievienots</b> <? echo "<meta http-equiv='refresh' content='2;url=javascript: history.go(-1)'>"; mysql_query("INSERT INTO video (video, autors, nosauk, bilde) VALUES('$kods', '$autors', '$nosauk', '$bilde') ") or die(mysql_error()); mysql_query("INSERT INTO video (video ir tabula vai datubaze?) Quote Link to comment Share on other sites More sharing options...
rATRIJS Posted February 4, 2010 Report Share Posted February 4, 2010 http://dev.mysql.com/doc/refman/5.1/en/insert.html Quote Link to comment Share on other sites More sharing options...
2easy Posted February 4, 2010 Report Share Posted February 4, 2010 (edited) tabula datubāzi norāda sākumā ar mysql_select_db() Edited February 4, 2010 by 2easy Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.