How could I combine these arrays??
Hello.. I'm trying to figure out a way to combine these first two arrays to get the last array..
Confused with Loop
guys, i got confused with Looping...this is the case
I have 3 stocks, let say "Stock A&q
DBCA Templates
Hi all,
I'm working on creating a template for DBCA, but can't find any documentation on the
list files from folder, only one for each date
I have many files in a folder and wish to only list one of each date
these are the file names
upgrade from 4.7 to ECC 6.0
Hi all,
we are going to do an upgrade from R/3 4.7 to ECC 6.0. I need to know if i can find som
Problems generating word documents on server side for security reasons
I have a problem with word documentation generation when generating a word document (docx) with PHP.
PHP IMAGE UPLOAD SCRIPT
Hi for the last week i have been looking for scripts that will upload a photo to a certain folder wh
Default TimeZone
The server I'm working with is hosted in America so all times inserted into the database are coming
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?