708 Posted Topics
Re: 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, … | |
Re: 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 … | |
Re: 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. | |
Re: 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. | |
Re: What exactly is the problem? what needs to be a clickable link? | |
Re: 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 … | |
Re: did you ever find anyone to finish the site for you? | |