Jump to content
xisto Community

Unholy Prayer

Members
  • Content Count

    38
  • Joined

  • Last visited

Everything posted by Unholy Prayer

  1. I hate it when people tailgate me. I remember I was driving on this one back road going through the country going 65 when the speed limit was 45. This utility van decided to tailgate me so I just slowed down and he passed me and I flipped the bird at him... people that do that *BLEEP* are stupid.
  2. I have a desktop, but I'm going to need a laptop for when I go off to college next year. I personally prefer desktops because I'm just used to them, although laptops can be conventient at times because they're easy to move around.
  3. One of the useful features of PHP is strings. You can use them to print a long text item that you may be posting more than once. It doesn't have to be long, though. Here is an example. <?php $motto = "Free Web Hosting, No Ads."; $site = "Xisto"; ?> That bit of coding could be used in a piece of text such as: You can also use strings to make database functions shorter or easier to read. I'll get into that later. I hope this tutorial was helpful to you guys.
  4. I was once addicted to soda. I used to drink five cans of soda per day. I just started drinking less and less and eventually I wasn't drinking any soda. I think the method I used was to drink one can less per day than a couple days ago. For example, instead of drinking 5 cans a day, I lowered it to 4 a day. Then after a while, to 3 a day and so on. Eventually, the addiction was broken.
  5. Hmm... I might do that. Thanks for the help, guys.
  6. What site is the best to assemble a custom computer? I have been thinking about buying my own computer but I'm not sure which site I should use. Notice from BuffaloHELP: Topic title modified.
  7. Use this code to display the current date and time. <?php $date = date('l dS \of F Y h:i:s A'); echo "$date";?> "l" would display the current day of the week such as Sunday. d displays the day of the month... such as 1 and S adds the appropriate suffix(st). /of simply displays the word "of". F displays the current month with no abbreviations while Y displays the four digit year(2007). "h" displays the current hour with leading zeros if necessary(Ex. 06 for 6 o'clock). "i" displays the minute of the hour with leading zeros if necessary. "s" displays the seconds with leading zeros if necessary and finally "A" displays if it is AM or PM in uppercase format. For a full list of time formats and explanations, visit PHP.net. Hope this is useful for you guys.
  8. Not a bad code. Could be very useful to the users that are new to PHP.
  9. Tutorialized also has alot of good PHP tutorials.
  10. I don't think the DVD will last much longer, but I'm going to use the DVD as long as I can since the Blu-Ray appears to be the better disc. I just don't feel like paying the extra money for the Blu-Ray.
  11. I heard Microsoft loses about $100 on every 360 they make. That's why they jack up the prices in the marketplace.
  12. Epcot is one of the parks in Disney world where there are rides and stands dedicated to certain countries such as Mexico, Japan, and others.
  13. Call of Duty 2(360) and Perfect Dark Zero (360)
  14. Project Gotham Racing, Forza Motorsport, NFSMW
  15. Rainbow Six: Lockdown, Starwars Battlefront 2, Splinter Cell: Chaos Theory.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.