Search results

  1. S

    how to split a sentence using preg_split function in php?

    $word = "red / green" ; how can i split $word into two words red and green using preg_split?
  2. S

    Can anyone explain this PHP code?

    can anyone explain this code in detail? $kt=preg_split('/ /', "php programming language"); while(list($key,$val)= each($kt)){ if($val<>" " && strlen($val) > 0){ $q .= " name like '%$val%' or "; } } $q=substr($q,0,(strlen($q)-3));
  3. S

    i want use the facebook on mac os 10.6 without unlock the website from router...

    ...so what can i do? I have a netgear router. When I go to facebook the screen goes black and reads "website blocked by netgear firewall" so i want use the facebook on mac os 10.6 without unlock the website from router so what can i do?
  4. S

    how htc touch theme's wallpaper showing?

    i have downloaded themes for htc touch mobile and copied them into windows directory but their wallpaper not showing on screen.
  5. S

    I have problem for installing Multifunction photocopiers scanner in window

    vista business? Model of Photocopier is Panasonic DP-8045
Back
Top