How to ask a regex question?
Hi, I thought I'd share some of my insight after seeing too many bad questions that either get ignor
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
Why use OOP?
Can someone explain to me why I should use OOP instead of procedure based code.
Im building a
How to convert this array to string
I am having problems converting this array to a string
using print_r($val[1]); I get:
Code: [
Bluetooth RSSI & VIsta
Okie I got 4 Bluetooth adapters, a DBT-120 by Dlink, A Zonet Microsoft Bluetooth which is what I use
Simple Scraper... Weird Output
Okay, maybe I just need a Blue Monster and some sleep, but....
I'm scraping a ringtone site
PHP error. Need help urgently
Hi,
I am programming a php site and have a problem that i just cant find out how to fix. When
Include with Parameters
In a particular page I would like to include a file that requires $_GET parameters.
when I go
Timer control causing error
I recently decided to add a timer control to an existing page that uses AJAX on my site. As soon as
New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan