Preg_match with an array
is there an away to use preg_match with an array?
i want to check a string with an array to s
Help with some dates
I have a list of dates in an array:
$mondays = array(
strtotime("October 12, 2009
Display certain image depending on time of year
Hi, I am new to these forums and would really appreciate some advice on a piece of coding I have don
Parse Error with doctype
I'm getting a parse error with this simple code. I don't get it. It worked one time then when I relo
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Need PHP help... have all the elements... just need help putting them together :
Hey Guys,
I was wondering if someone could help me. I am doing a website for a client which
Displaying returned XML in another PHP page
I have an online payment form that will return XML given if a payment is successful or declines. I
Why is this function returning a false value when it shouldn't be??
This is in an include file. I want it to check a value in an html form and see if it's just white s
Get to know your fellow coder
I think it's time we got personal around here. There's a lot of code swapping and a few members kno
Creating a db with a query
Hello everyone.
I'm having troubles creating a db with a query.
I'm reading a book called PHP