Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
59% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
2
3 Commented Posts
0 Endorsements
Ranked #17.2K
Ranked #2K
~8K People Reached
About Me

Hanya dalam Dia jiwaku tenang, di dalam Dia aku menjadi kuat, hanya Dia satu-satunya jaminan masa depan ku yang penuh harapan

Favorite Tags
Member Avatar for zeena.zain.1

i'm inneed of a sample project on preschool management system developed in vb6 to my subject System Develop and System Desigh.. does anybody help me in this? it's urgent? [Click Here](null)

Member Avatar for simhakidsden
-2
161
Member Avatar for imBaCodes
Member Avatar for castajiz_2

I was wondering guys if you could explain me how RECURSION works inside a loop!? I got lost here so please anything we ll be much appreciated. public void perm(int[] list, int k, int m) { int i; if (k == m) { for (i = 0; i <= m; …

Member Avatar for ricky.subiantoputra
0
827
Member Avatar for 404notfound

Using Access, in one table, I have Social Security numbers and earnings/tax records, and in the other table I have Social's and emp id's. I'm trying to get an output to a tablegridview, and using the following query line. SELECT AcctNum,SUI,SDI,FICA,Medicare,State,Fed,TotWages FROM tblEarnings INNER JOIN tblPersonel On tblEarnings.SS=tblPersonel.SS I've been …

Member Avatar for JorgeM
0
5K
Member Avatar for HibaPro
Member Avatar for pranavsai3

<?php session_start(); if(isset($_SESSION['is_user_logged_in'])) { $x=mysql_connect("localhost","root",""); $y=mysql_select_db("online_book_shop",$x); $n=$_SESSION['id']; echo "<html> <body background=modern-background-design.jpg> <div align=center> <h1 style=text-align:center;font-family:fantasy;color:red;font-size:36px> COMPLETE BOOK DATABASE</h1></br>"; $z=mysql_query("select * from books order by serial asc"); echo"</br><br/><br/><br/><table border = 4 bgcolor=white align=center>"; echo"<tr> <td> Serial number</td> <td> Name </td> <td> Price </td> <td> Quantity remaining</td> <td> Purchase</td> <td> Add to …

Member Avatar for broj1
0
126
Member Avatar for xLuFeT

Guys, need some help this is my code Select * Table1 ORDER BY Date DESC My problem is I code in descending order but its not descending order because I try to add a Data instead of 5/6/2013 is the first item that i will see. 1/1/2012 can be appear. …

Member Avatar for xLuFeT
0
621
Member Avatar for Aerigon

Well at this point I think it's safe to say coding is not my thing, have another problem I am working on, have the code close to correct I believe, problem, when one of the radio buttons is selected, there should be another groupbox that shows (depending on which radio …

Member Avatar for tinstaafl
0
631
Member Avatar for Unused Mass

Hello. Could somebody explain why this code snippet is not working? The arrow (<----) points to where it's going wrong. It goes wrong when building, with the error of: "An error occurred creating the form. See Exception.InnerException for details. The error is: Index was out of range. Must be non-negative …

Member Avatar for ricky.subiantoputra
0
224