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

24 Posted Topics

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 Member #120589
0
321
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
354
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
342
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
278
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
92
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
69
Member Avatar for shelexelex
Member Avatar for Netcode
0
62
Member Avatar for abhishekkp
Member Avatar for nirnal
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
87
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
177
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
320
Member Avatar for else

Leave the On Error resume next.. It could allow anyone break into your database.. [CODE] if (rs.eof=false) then if (text1.text= rs.field["username"]) and (text2.text= rs.field["password"]) then msgbox "Logged in Succesfully" frm2.show unload me else msgbox "invalid" text1.text= "" text2.text= "" end if end if [/CODE]

Member Avatar for shelexelex
0
142
Member Avatar for PinoyDev

You will need to register your domain with google webmaster. Just go to google ans type google webmaster, there you will be able to get this done and your site wil show up there. Remember you need to stil use your meta tags, [CODE] <meta name="Keyword" content "persons, my name"/> …

Member Avatar for PinoyDev
0
324
Member Avatar for LaurenceS1

I have being trying to learn this language its like as if its really difficult to learn. I wish i could get a tutor or something.

Member Avatar for stultuske
0
132
Member Avatar for shelexelex
Member Avatar for DDirectJ
0
81
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
89
Member Avatar for shama_kandy
Re: HTML

Html is a web scripting language, it has no compiler, its not like a programming language that has a compiler and since its not have a compiler, it cannot be compiled. Its just a language that tells the browser how to display a particular information.

Member Avatar for Momerath
0
138
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
43
Member Avatar for Dartz654

Well, i guess you are actually talking about Java Applets.. What you have read is Java Application.. Java Program has Application and Applet.. The Applet is the java program you use for Web Designing..

Member Avatar for Dhruv Gairola
0
196
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
108
Member Avatar for shelexelex
Member Avatar for jon.kiparsky
0
98
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
111
Member Avatar for Quazy

im new here too.. i was reading java ans got to event handling and it looked as if everything ive read were gone. i really wish i can get a guide through.

Member Avatar for shelexelex
0
66

The End.