No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
A noob programmer ~_~
31 Posted Topics
Re: Hi, I have encountered the same problem except that you are using yahoo and I am using gmail. My code and everthing else is working fine yet I am not recieving any messages. Then I found out that the problem is the email itself. So what I did is to … | |
Hi, I want to Count the number of occurences of data in a table, then multiply it in a value from other table, After that I want to sum up the product of count and the value from other table, As of now, I cant count and then multiple but … ![]() | |
Hi can anyone give me an idea on how I can come out with an output like this: $string = string1-1/string3-3/string3-3/ //this is the original string from DB //i want to split the strings and put it in the array, and the array should look like this Array[0] = String … | |
Hi, can someone explain to me why my code is returning wrong output. I want this code, First I have additional UPDATE query for a category 10, if it is not category 10 then it should ignore the update code. It is running correct if I input an item which … | |
I have this code, where I want to get inclusive dates between two dates. Date1 is the date to day and Date2 is the date after 7 days. I am having problem because the code returns date from the past day, How should I fix it? This is my query. … | |
Hi everyone. I have this problem, my for each output is incorrect. This is my form, I have a dynamic table. It think the problem is not here, but for the sake of more clear explanations.  I am passing the values of that table to another page, I … | |
Re: Try to use this ismple query: SELECT songs.name, songartists.artist FROM songs INNER JOIN songartist ON songartist.id = songs.id ORDER BY songs.name Desc LIMIT 5 | |
Hello, I need some help here. I cannot make the right query. In my code, I want to insert a data into my database. But the id_number will have different values. Id_number have different values because its from a group. So with that group of id_number I want to insert … | |
Hi, I am creating a page where the admin of the page will recieve a bunch of complaint notification and he will answer it accordingly. I am planning to group the complaints and display it in a table like this  I want to group it so that when … ![]() | |
Hi everyone, can you help me understand the logic why I can't access one of my the items in POST. Here is my form: <form action="insert2.php" method="POST"> <table border="0"> <tr> <td width="40%"><b>Date:</b></td> <td width="60%"> <input type='text' name="today" placeholder='<?php echo $today ?>' disabled='disabled'> </td> </tr> <tr> <td width="40%"><b>User ID:</b></td> <td width="60%"> … | |
Hello everyone. I hope you can help me with my problem. So here is the problem: I cant install mariadb5.5win32 on my laptop, (but my other classmates have already installed it on their laptops). I am the only one who can't install it. On the starting process of installing it, … | |
hello, Im trying to run my program to the emulator, but it doesnt work. I recieveing this kind of error in the console: [2013-02-26 11:08:56 - SDK Manager] [SDK Manager] 'D:\ADT-BU~1\ADT-BU~1\sdk\tools\lib\\find_java.exe -s' is not recognized as an internal or external command, [2013-02-26 11:08:56 - SDK Manager] [SDK Manager] operable program … | |
Hello guys, I need some advice/opinions. We are task to create a game in socket programming. We can choose from Java, C, c+, shelland php. Which language is the best to create socket programming for beginners. ? We have a litte knowledge with the given languages, but we don't have … | |
Hello guys, Please take a look at my code, coz I don't know why I cant login here in my log in form.By the way, my database is working, so the problem is in the code. looking forward for your help guys, here is my code: <?php session_start(); include("config.php"); ?> … | |
Hello! I have part in my web app that the user will see this 8 check boxes, and he is only allowed to check 3 check boxes, my problem is that How do I check if the user check the correct textbox? | |
Hello, i'm kinda starting to feel out of my mind now. I am creating a simple web game. I am now in the process of putting some php codes here in game to have scores.My problem is that, My game's top score is the person who played the game very … | |
Hi guys, I need some assistance here. I don't know what to do now. My environment variables were deleted unexpectedly. How can I bring back the original path? My cmd doesnt accept any commands. And I can't run again my eclipse. Please help me what to do. Thank you very … | |
Hello.Please anyone help me with this code. I tried to look in every forum but nothing gives the right answer. Promblem is: **R cannot be resolved to a variable** . Here is my java code: package com.example.twittersearch; import java.util.Arrays; import android.app.Activity; import android.content.Context; import android.content.SharedPreferences; import android.os.Bundle; import android.view.LayoutInflater; import … | |
Hi, I am creating a program that will validate if the user input date is correct. My problem is checking the month, 1. Is it possible to save the all the months in an array and then check the array if the user input is correct. 2. How can it … | |
I need some help here. I keep getting the same error over and over again. And I can't understand why I am getting this error while in fact I am using the correct username and password with write capitalization. I am encountering this problem in attaching dataset in my datagridview … | |
My problem is that I have an option page which contains the button to control the background music on and off. it works fine. But when I exit the option page then go back to option page again and play the music again, there will be two sound playing and … | |
Hi. I want to create my date format but i dont know how. I want the user to input the date in format DD-MON-YY or else it will give him an error. How can I do that? any algorithm? ANy help would be appreciated. Thanks! | |
HI. I need clarifications coz im confused. In the public IP address, the classes. which is correct: Class A: **1.0.0.0 to 126.0.0.0** or Class A: **1.0.0.0 to 126.255.255.0** Class B: **128.0.0.0 to 191.0.0.0** or Class B: **128.0.0.0 to 191.255.255.0** Class C: **192.0.0.0 to 223.0.0.0** or Class C: **192.0.0.0 to 223.255.255.0** … | |
Hi, I am creating my project and I really need some help from you guys. I am creating a form, which will be save in a file. MY question is, is it possible to view the first question then the user should answer it first before the next question popped … | |
** Please help me debug the code, I am experiencing error in this part: cmd.CommandText = "select ROUND(((date_from - date_to)/30),0) as months from rental where tenant_id = '" & Me.TextBox9.Text & "'" cmd.CommandType = CommandType.Text It says: Error while retriving record on the table.. There is already an open Data … | |
Hello! I want to add query to report viewer, but i don't know how. I can't find a tutorial that does what I need so please help me po. I want to fill the data tables or report viewer of datas coming from different tables. Here is my sql code: … | |
Please help me debug about datetimepicker. I think, the code is written correctly but its not. The program kee[s prompting **ORA-01858: a non-numeric character was found where a numeric was expected** Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim cmd As New OleDb.OleDbCommand 'cnn.ConnectionString = … | |
**PLEASE HELP ME. THIS CODE WILL RETRIEVE THE SEQUENCE YOU MADE. AND WILL OUTPUT IN THE TEXBOX IN THE NEXT FORM. BUT MY PROBLEM IS THAT IT DOES NOT RETRIEVE/GIVE THE GENERATED SEQUENCE. FOR SHORT NO OUTPUT T__T . PLEASE HELP.** Public Sub getJO() Dim oradb As String = "Provider=OraOLEDB.Oracle; … | |
**THIS CODE RETRIEVES DATA FROM THE DATABASE. PLEASE HELP ME DEBUG. I AM EXPERIENCING ERROR CALLED INDEXOUTOFRANGE IN: ** **HERE IS MY CODE:** Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'Try Dim oradb As String = "Provider=OraOLEDB.Oracle; Data Source=TRAVELMATE-PC/XE;User Id=cj;Password=me;" Dim conn As New OleDb.OleDbConnection(oradb) … | |
**PLEASE HELP ME, MY CODE IS FOR SEARCHING. YOU WILL FIN THE NAME IN THE COMBO BOX, THEN WHEN YOU PRESS SEARCH ALL THE DATA ABOUT THE TENANT WILL BE RETRIEVED. BUT MY PROBLEM IS, EVEN THOUGH THE TENANT IS IN THE LIST, THE CODE ALWAYS RETURN NOT FOUND. PLEASE … |
The End.