Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

4 Endorsements
Ranked #397
Ranked #3K
~13.7K People Reached
About Me

A noob programmer ~_~

31 Posted Topics

Member Avatar for davy_yg

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 …

Member Avatar for cereal
0
2K
Member Avatar for ms061210

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 …

Member Avatar for diafol
0
292
Member Avatar for ms061210

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 …

Member Avatar for veedeoo
0
292
Member Avatar for ms061210

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 …

0
119
Member Avatar for lloydsbackyard
Re: date

Try replacing "-" with "/" `str_replace("-","/","$myDate1");`

Member Avatar for diafol
0
145
Member Avatar for ms061210

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. …

Member Avatar for urtrivedi
0
176
Member Avatar for ms061210

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. ![f02560409ffa7053e6601d38d966fc3b](/attachments/large/3/f02560409ffa7053e6601d38d966fc3b.png "f02560409ffa7053e6601d38d966fc3b") I am passing the values of that table to another page, I …

Member Avatar for cereal
0
108
Member Avatar for jKidz

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

Member Avatar for ms061210
0
220
Member Avatar for ms061210

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 …

Member Avatar for urtrivedi
0
290
Member Avatar for ms061210

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 ![3013855895854a76f7cd9ebb4a16bb33](/attachments/large/3/3013855895854a76f7cd9ebb4a16bb33.png "3013855895854a76f7cd9ebb4a16bb33") I want to group it so that when …

Member Avatar for diafol
0
91
Member Avatar for ms061210

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%"> …

Member Avatar for aravinda.dani
0
270
Member Avatar for ms061210

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, …

Member Avatar for JorgeM
0
5K
Member Avatar for ms061210

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 …

Member Avatar for BigPaw
0
63
Member Avatar for ms061210

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 …

Member Avatar for ms061210
0
189
Member Avatar for ms061210

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"); ?> …

Member Avatar for homeboy
0
331
Member Avatar for ms061210

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?

Member Avatar for ms061210
0
132
Member Avatar for ms061210

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 …

Member Avatar for ms061210
0
274
Member Avatar for ms061210

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 …

Member Avatar for caperjack
0
88
Member Avatar for ms061210

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 …

Member Avatar for CimmerianX
0
695
Member Avatar for ms061210

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 …

Member Avatar for lewashby
0
207
Member Avatar for ms061210

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 …

Member Avatar for poojavb
0
309
Member Avatar for ms061210

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 …

Member Avatar for Phaelax
0
326
Member Avatar for ms061210

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!

Member Avatar for Watael
0
90
Member Avatar for ms061210

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** …

Member Avatar for ms061210
0
352
Member Avatar for ms061210

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 …

0
80
Member Avatar for ms061210

** 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 …

Member Avatar for john.knapp
0
155
Member Avatar for ms061210

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: …

0
83
Member Avatar for ms061210

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 = …

Member Avatar for mikeybware
0
325
Member Avatar for ms061210

**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; …

Member Avatar for Begginnerdev
0
182
Member Avatar for ms061210

**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) …

Member Avatar for Reverend Jim
0
111
Member Avatar for ms061210

**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 …

Member Avatar for ms061210
0
157

The End.