PHP template help
Ok, I don't know if anyone can help me but I am using PHP templates to make a site. I am a newbie an
Request-URI Too Large
I have created a simple submit form for a mysql database that puts a piece of code into database.<
How to restrict the display of report variants
Hello All,
I want t know how to restrict the display of report variants.
I mean, whe
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
validating url
im trying to validate url's sent to me by a form
the url's im collecting are for placing banners
Recode Abap Dynpro into Web Dynpro
Hi All,
A client has asked us to look at rearchitecting a custom transaction that was developed
Hits this week counter
I have a counter on my site that tracks hits, IP's, etc. into a mySQL database. It also includes the
a very simple php header question (sorry!)
Firstly...I do apologise if this annoys anyone....a header error
I'm do not know php &
Sum of Values in an Array
This is probably really simple... but it's been years since I've written anything, so bare with me!<
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);