No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Re: [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) + … | |
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 … | |
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 … | |
Re: [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] | |
Re: 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. | |
Re: I tested it in Opera 9: Works Perfectly... Looks exactly the same as in Firefox. |
The End.