Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh
Dynamic Array using glob?
Is there an easier way to do this?
I am trying to get create a dyamic array based on files wi
array_map() probably obvious mistake
The code below is part of a class to escape strings, but should also accept an array, using array_ma
Keeping track of php uploads
Hello all.
I was looking at the way PHP handles file uploads.
It seems that PHP uses a tem
help connecting a form to php and then emailing the form
Ok. So, I made a form, and I need help to where when submitted, I get an email with the submitted de
Taking an HTML form and a PHP program and making it into one working file.
Hello,
So I would like to display everything INSIDE a specific directory. In other words, I
help finding hacking loopholes
i was attacked by a redirect php injection
my pc is clean of viruses
so i figure that
Logging and nologging bulk insert
Hi,
oracle version: 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
PHP Login
Hey!
I got this shopcart code online, am trying to modify it but am getting an error when i try a
is this the proper use of mysql_real_escape_string() to prevent sql injections?
i was wondering is this the proper use of mysql_real_escape_string() to prevent sql injections? any