How can use this array as a key?
Say I have this array for example:
print_r($array);
Prints:
Code: [Select]Array
Hotlinking Picasa as the image folder of a website
Hi there PHP freaks, I would like to create a private album in Picasa to use it as the image folder
Quick fix: Conditional statement with an array
Hi, I'm getting the temperature value off of the Environment Canada website along with the icon file
sapgui f4 help last search
I know this has to be simople. One user (maybe more) does not have the "last search saved" from the
PHP webpage & array print issue
I have this code running, and it works perfectly … however, see my bottom bit about what I see
$variable $variables type question
I need to be able to designate an array element dynamically, so I thought to use a variable variable
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Need help with basic sql
Hi,
I am using oracle 10g, and having some small doubts related to sql , here goes the si
Problem Dereferencing
With these types and tables:
CREATE TYPE MANAGER AS OBJECT (
MGR_ID INTEGER,
Inserting 100x and 100y coordinates in mysql table - easy
Is there a way to insert this data into a mysql table named 'map' with the fields: 'x int 3' , 'y in