How can use this array as a key?
Say I have this array for example:
print_r($array);
Prints:
Code: [Select]Array
Undefined variables
hi
----------------------------------------------------------------------------------------------
Preventing SQL Injection
I have a question about SQL Injection, In some of our code we use this:
view plaincopy to clipboa
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
Having a problem get the selected item from a drop down menu
I have been looking at this for days now.
I have a drop down menu that get it's values from a
help finding hacking loopholes
i was attacked by a redirect php injection
my pc is clean of viruses
so i figure that
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
Error when call dll from oracle
Hi all, please help me!
I have dll write C language, I want call it from oracle procedur
Storing/displaying image urls in a database?
Hi
Basically I have the following scenario:
User chooses picture from list. Picture info is ad
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