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.

0 Endorsements
Ranked #4K
Member Avatar for shelexelex

I want to sum the values of the 'countryamt' column and echo it out. The inputs are coming from the 'matconfirmation.php'. I stored all the inputs in an array, but i dont know how to sum the values up. The bold part of the code was what i tried doing, …

Member Avatar for diafol
0
296
Member Avatar for shelexelex

I have been trying to do this and i dont know why exactly its not working.. Here's the idea. I want to receive the name and age of a person via POST method and then put it in an array dynamically, so that as more names and ages are added, …

Member Avatar for Gaetane
0
351
Member Avatar for shelexelex

I'm a newbie to this. Hi, i've been trying to display all database records on an html table i still cant think anything out. I only know how to display a predefined number of rows but i need it to display all db records. I know it has to do …

Member Avatar for bradly.spicer
0
310
Member Avatar for shelexelex

This code doesnt get into the if statements to check the conditions. Please help me find what is wrong with it. <?php $info=""; if (isset($_POST['RegButton'])) { $FirstName= $_POST['Fname']; $LastName= $_POST['Lname']; $Email= $_POST['Email']; $Phone= $_POST['Phone']; $userPass= $_POST['password']; $repass= $_POST['repassword']; //For password encryption $slt= time(); $salt= $slt; $harshed= sha1($userPass.$salt); if (empty($_POST['Fname'])){ $info= …

Member Avatar for shelexelex
0
253
Member Avatar for shelexelex

Please, i want to compare a column in table with 2 colomns in another table. Such dat if the values on the first column corresponds to the other then it will do something. I've tried SELECT * FROM tblToad frm d first table and then SELECT color FROM tblcolor, bt …

Member Avatar for AndreRet
0
89
Member Avatar for shelexelex

Hello all, Sorry for asking this newbie question again. But I need to get the server name and all database name on SQL Server. I want to make application, which can switch between server and database quickly. So user can choose server, then input username and password, then the list …

Member Avatar for QVeen72
0
63
Member Avatar for shelexelex
Member Avatar for Netcode
0
60
Member Avatar for abhishekkp

Hello I'm doing a mini project of student management system. i need to take the attendance of all the students and store it in sql server. plz help me i need to submit my project on 25th of this month. i am left out with only this form :( or …

Member Avatar for Netcode
0
748
Member Avatar for nirnal

hi everybody i have two textbox and one combobox from database connection i want to make a login with three objects.. if textbox1 have this valui and textbox2 have this value and combobox have this value.. then it will check in to the dbms.. and if currect.. then login success.. …

Member Avatar for Netcode
0
106
Member Avatar for shelexelex

Please i need to know how to schedule an auto backup for my program database. Please anyone with ideas?

Member Avatar for debasisdas
0
84
Member Avatar for shelexelex

Please, i am writting a program and i want the program to run every 3 hours, now when i try to put 10800000ms which is equivalent to 3 hours in the interval property of the timer, i get an error message that say.. "Invalid Property Value", Is it that it …

Member Avatar for shelexelex
0
170
Member Avatar for shelexelex

please i am new to this vb programming but i have a challenge before me.. I need to make a program that will compare the date in the database with the system date and if they are equal, it pops up a notification on the icon tray. Your help will …

Member Avatar for shelexelex
0
198
Member Avatar for else

hi! we are having trouble in our program. every time we click login button it will proceed to the next form even if it doesn't have anything on it. can you please help us regarding this problem [code] Private Sub Command1_Click() Adodc1.RecordSource = " select * from login where username …

Member Avatar for shelexelex
0
137
Member Avatar for PinoyDev

Good day! I just want to ask on how to setup a site so that when i search the site or business name on any search engine, it will be listed in the search result. Just like in Google. Thank you & God bless!

Member Avatar for PinoyDev
0
317
Member Avatar for LaurenceS1

Have been trying to learn from some old documentation that I bought several years ago but did not persevere with! Have Person class which compiles ok. The Employee class cannot find Person class in the extend statement, the BigCorp cannot find either the Person or Employee classes. All files are …

Member Avatar for stultuske
0
119
Member Avatar for shelexelex
Member Avatar for DDirectJ
0
77
Member Avatar for shelexelex

I have been trying to fix this code for my feedback form, but its not working i dont know what else to do now, Is there any settings i need to do? I am using an EasyPHP 2.0 [CODE] <?php // Contact subject $subject ="$subject"; // Details $message="$detail"; // Mail …

Member Avatar for shelexelex
0
86
Member Avatar for shama_kandy
Re: HTML

What will be the effect on web browsing if the browsers start compiling the HTML language instead of interpreting it?

Member Avatar for Momerath
0
126
Member Avatar for shelexelex

I forgot the password to the hard disk of my Dell Latitude D600.. I dont know how to go about it to make it open.. any suggestion in the house.. Will really apreciate.

Member Avatar for rch1231
0
42
Member Avatar for Dartz654

I downloaded the JDK and have started making simple applications (ex: Hello World). Is it possible to put this onto a website, and if so how do I go about doing that?

Member Avatar for Dhruv Gairola
0
184
Member Avatar for shelexelex

Hi, I am having a challenge with this.. I just read a book on Java Applet and there is something that is confusing to me. i need help on that.. There are two programs here... import java.awt.Graphics; import java.swing.JApplet; public class TryMe extends JApplet { public void paint (Graphics g) …

Member Avatar for Dhruv Gairola
0
99
Member Avatar for shelexelex
Member Avatar for jon.kiparsky
0
89
Member Avatar for shelexelex

hi everyone. my name is chris..i am new to javw pogramming i just have the feelings that i can get what i hv been looking for here.. i startd reading java sometimes ago and i got chocked whn i got to evnt handling... i relly wantto be a java pogrammer..i …

Member Avatar for shelexelex
0
98
Member Avatar for Quazy

Hello, I'm Quazy, new in this forum, from Norway. I am a Amateur in vb.net, and trying to learn a few tricks.

Member Avatar for shelexelex
0
64