Jump to content

Andy-H

Members
  • Posts

    2,000
  • Joined

  • Last visited

  • Days Won

    1

Andy-H last won the day on January 3 2014

Andy-H had the most liked content!

About Andy-H

  • Birthday 04/02/1991

Contact Methods

Profile Information

  • Gender
    Male
  • Location
    Manchester - UK
  • Age
    22

Andy-H's Achievements

Advanced Member

Advanced Member (4/5)

8

Reputation

  1. I think a "How PHP works, a walk-through the core" would be a nice tutorial, showing how the PHP parser works and how the code is interpreted into C and ran in the background?
  2. I just look for cPanel and upgrade bandwidth/quota as necessary. After all, why pay for what your not using... Especially when cPanel gives a readout of your bandwidth/quota use!
  3. I like NetBeans and EditPlus 3
  4. They tend to like making life hard. lol Do you buy VPS/VDS or have your own dedi?
  5. Nope, it took me 2 days to find one, all the German hosting servers seem to have it enabled but I don't speak German. In the end if found http://arvixe.com , there pretty good apart from the overselling specs. Unlimited pretty much everything :s
  6. <?php $string = "123 abc 45"; $chars = ''; $nums = ''; for ($index=0; $index<strlen($string); $index++) { if( ctype_digit($string[$index]) ) { if ($str) $nums .= ' '; $nums .= $string[$index]; $str = False; }else{ if (!$str) $chars.= ' '; $chars .= $string[$index]; $str = True; } } echo "Chars: $chars<br >Nums: $nums"; ?>
  7. http://php.net/ctype_digit
  8. Anyone know of a cheap webhost that has PDO with mysql enabled?
  9. *link removed* Jus found that, loads of examples from web programming books on O'Reilly =P
×
×
  • Create New...

Important Information

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.