How can use this array as a key?
Say I have this array for example:
print_r($array);
Prints:
Code: [Select]Array
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
making web pages for accounts
Hello, I would like to make pages for accounts on my website im making (its not a real website..im j
I would like "for" to wait 5 sec
I would like my 'for' loop to wait 5 sec before second iteration.
for ($i=0; $i<10
How to change Time Zone
HI
I want to change the time zone of the server to another country.How can do that?
Thanks
Are sessions secure at all?..
I haven't really gotten into yet, but I was just thinking of something weird..
Lets say you h
Displaying an image using echo command
I had done a query on my database, one of the fields being an image reference to a directory where a
Remote Database Access
Hey guys!!
OK, i'm used to only working with databases from the CPANEL, accessing phpMyAdmin
Get to know your fellow coder
I think it's time we got personal around here. There's a lot of code swapping and a few members kno
Populate drop down list from table??
Lets say for arguments sake that i have a table which contains the numbers 1 to 10.
How can i get