Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for andika.kurniawan.121

for($i=1; $i<=($jumlah_row_tabel_atas+1); $i++) { $satuan = $_POST['PP_row_'.$i.'_satuan']; $word_2[$i]="SELECT id_unit FROM manage_unit WHERE name_unit = '$satuan'"; $q[$i] = mysql_query($word_2[$i]); $data_X = mysql_fetch_array($q[$i]); $id_unit = $data_X['id_unit']; $harga_1 = $_POST['PP_row_'.$i.'_harga_1']; $harga_2 = $_POST['PP_row_'.$i.'_harga_2']; $harga_3 = $_POST['PP_row_'.$i.'_harga_3']; $id_drug = $_POST['id_drug']; $value = $value_array[$i]; $word="INSERT INTO relation_mu_and_unit (id_drug, id_unit, priority, value, harga1, harga2, harga3, last_edit) …

Member Avatar for urtrivedi
0
154
Member Avatar for andika.kurniawan.121

I have problem with move a div to top. This is my code. <div id = "berita"> <p> Belakangan ini cherry belle membuat lagu yang versi rock. . . . . </p> </div> <div id = "komen"> Nama : <input name="nama" type="text"> Email : <input name="email" type="text"> No. HP : …

Member Avatar for //Gonz
0
193
Member Avatar for andika.kurniawan.121

There are two tables "LESSON" TABLE Attributes : - id_lesson -lesson_name - semester "LECTURES" TABLE Attributes : - id_lectures - id_lesson - id_lecturer - hour - day How to display all atributes in lectures table where lessons in 2nd semester ? Note : there's id_lesson in lectures table

Member Avatar for TonyG_cyprus
0
141
Member Avatar for andika.kurniawan.121
Member Avatar for andika.kurniawan.121

I want to make multiplayer game with PHP. In the game, I tell the user to make adhoc before play multiplayer. Is the network in my game Local Area Network ? Can you help me to make the network in multiplayer game which I want ?

Member Avatar for jkon
-1
68
Member Avatar for andika.kurniawan.121

I can see methods in stdio.h, iostream, etc in Turbo C++. But I confuse now because now I try to use code::blocks. Thank you if you solve my problem

Member Avatar for mike_2000_17
0
294
Member Avatar for andika.kurniawan.121

using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Drawing.Imaging; public class Program : System.Windows.Forms.Form { public Program() { Contoh1(); } private void Contoh1() { this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint); System.Threading.Thread.Sleep(2000); this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form2_Paint); } static void Main() { Application.Run(new Program()); } private void …

Member Avatar for ChrisHunter
0
114
Member Avatar for andika.kurniawan.121
Member Avatar for Ancient Dragon
0
355