708 Posted Topics

Member Avatar for carvey

ok, lets see if this works. Use php or javascript to select a random number(1 to whatever) and redirect the page to lets say (aurl.com/index.php?test=(random number). Using php to get that number and show the corresponding test. then using php again to check the test. The timeout can be tricky, …

Member Avatar for somedude3488
0
124
Member Avatar for shaza2008

In your html use: [code]<input type="checkbox" name="array[]" value="1" />[/code] Now the checked checkboxes values are in an array in the variable $array. Use this php code to read them. [code]<?php foreach($array as $var) { //do what you want to with $var } ?> [/code] Or you could use a while …

Member Avatar for somedude3488
0
96
Member Avatar for 04ayasin

I had this exact same problem about a week ago. All I had to do was reinstall xp and now my computer will boot up and login in less than a minute.

Member Avatar for 04ayasin
0
195
Member Avatar for Pro2000

Actually a few days ago i got bored and thought since they block anything fun at school I would make a chat program to talk with friends. It uses php, mysql database, and a little ajax. Its very simple to do in fact.

Member Avatar for hacker9801
0
87
Member Avatar for vickymesh
Member Avatar for zabador

Overall the site isn't bad. The banner is a bit big though and i would never use times new roman font for anything. I suggest arial for smaller font and arial black for bigger font. Your drop-down menu system is quite messed up. Your images need to be of better …

Member Avatar for hbk619
0
91
Member Avatar for chrinic~1
Member Avatar for chrinic~1
0
81
Member Avatar for wasakonis