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
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Mastering Regular Expressions, Third Edition, is available.
The Third Edition of Mastering Regular Expressions is available.
QuoteThis third edition is 5
Multidimensional $_POST
Hello
How to get a single array from array of array (2 - dimension).
For example I have a
PHP loop
Okay so I have several "articles" stored in a mysql database and am attempting to echo tho
"From field" in PHP email form
I used a wizard to create a PHP email form. I was able to customize it with the exception of the Fr
Using two $_POST Function / Switch () statements, second does not work.
Hi all. I’m new to php and am having a problem getting $_POST Function / switch () to work. I
Blank record injected into database
I always found several blank records inside my database, although $SESSION is required to insert the
passing data from one page to another
hey guys
i have the follwoing code to get information from one page and place on another:
why is it over writing
Code: $filepaths[] = $_FILES['new_image'];
foreach ($filepaths as $filepath)
{
$imagename =