Executing an exe
Hi. I have some bizarre problem with exec (other any other method) to launch exe's. I am making a ga
DB2 for z/OS, LUW, iSeries
Hello,
In this forum a lot of threads related to other members of the DB2 family than DB2 for z/OS
Securing a user input - need some confirmation
Hello All,
I am in the process of recoding a large proportion of an e-commerce site, one of t
Accessing element of object array
Hello
My object looks like this:
Array ( [0] => User Object ( [id] =>
Help Import Animoto and Youtube
CAn someone help me urgently want to allow users on my website to import youtube/revver/dailymotion
php title problem
Hi,
I am having a problem managing my page title with PHP.
Currently I have my <
Multi dimensional arrays
If I put in this code:
1
2
3
4
5
6
7
8
9
10
11
12
13<
Inserting a variable in a link
I have this code that I want to insert for my own variable but I have no idea how. This is what I wa
cURL error
So here is my code... I got it off of here... http://www.youtube.com/watch?v=XcgQUsorF_8
Because
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<