the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
php automatically escaping single quotes
I'm trying to test out my security a bit and I've noticed that php is escaping my single quotes. For
WORDPRESS - Multiple Loops Only Going to One Post?
I have various pages with multiple loops and i need them to be individual to all other categories.
rookie looking for help coding a CSS form with PHP
I'm trying to figure out how to add PHP code to my xhtml form so that it is a working form embedded
post to self
Trying to get my form to submit to itself. However I am also trying to use an image for my submit bu
CE 7.1 and External GIS integration
Hi All,
We want to develop an application on CE 7.1 which uses GIS features from an exter
Dynamic Data + Sql Server 2005 Enterprise?
Hi! I have just started to learn ASP.NET, and it looks like it is quite a lot to learn. Im not reall
header redirect problems? please help
Ok i am making a site that generates youtube thumbnails and i am generating an image that displays 1
Is there a quick way to do this?
Hi all,
I need to create a mysql table from php that goes a little something like this
Downloading file (Headers)
I'm trying to make users download a file, but they must wait 60 seconds before it begins.
But