Originally posted by PITT_HAPPENSHITECH PITTMAN!!woot
Thanks 🙂 I finally got my site up as well, it's not completely done but most of it is.
Originally posted by PITT_HAPPENSHITECH PITTMAN!!woot
Thanks 🙂 I finally got my site up as well, it's not completely done but most of it is.
Originally posted by TRHIt is called a while loop, it will keep doing the same code as long as the conditions are true. So $n equels 0 so $n is less than 1 so it will start the loop then at the end $n—means to subtract 1 from $n which is zero so it does the loop again and since $n will never equal zero it will keep running.
well....what about the thing thats only 1 and 0