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

8 Posted Topics

Member Avatar for samaru
Member Avatar for moderate_rock48
Member Avatar for BillWebber

[QUOTE=Dell XPS;434140]The code u need: Private Sub Command1_Click() Randomize Label1.Caption = Str(Int(Rnd * 49) + 1) Label2.Caption = Str(Int(Rnd * 49) + 1) Label3.Caption = Str(Int(Rnd * 49) + 1) Label4.Caption = Str(Int(Rnd * 49) + 1) Label5.Caption = Str(Int(Rnd * 49) + 1) Label6.Caption = Str(Int(Rnd * 49) + …

Member Avatar for Kelbow-Mendes
0
2K
Member Avatar for mattyb15

Okay. I'm a php newbie. I have a form where the user enters their name. I then on the next form I want it to access the database and add 1 to the row named 'number' that matches the persons name that they previously entered. If the name does not …

Member Avatar for Shanti C
0
241
Member Avatar for mattyb15

Hi i'm a newbie to PHP and MySQL. I was wondering if anyone could help me with some code to Add 1 to a number that is assigned to a person in the database. So, the person types their name in a form. Then the form has to find that …

Member Avatar for mattyb15
0
70
Member Avatar for designingamy

[code] <form id="form1" name="form1" method="post" action=""> <label>Email <input type="text" name="email1" /> </label> <p> <label>Confirm Email <input type="text" name="email2" /> </label> </p> </form> <?php $email1=email1; $email2=email2; if ($email1 == $email2) echo "Emails are the same!"; else echo "Emails are Incorrect!"; ?>[/code]

Member Avatar for MVied
0
97
Member Avatar for rod1

I had this same problem with my website. Try setting the location of your images (the grid) to relative instead of absolute. This will align the grid based on the location of another chosen feature of your website.

Member Avatar for nikesh.yadav
0
102
Member Avatar for bazmanblue
Member Avatar for MidiMagic
0
171

The End.