Executing an exe
Hi. I have some bizarre problem with exec (other any other method) to launch exe's. I am making a ga
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
Help with parsing this html
Hi,
I've got some html i just need a couple of strings from.. argh, it's freaking me out. I've t
Unable to display contents in Second Drop Down Box
Hi All,
What I am trying to do is 2 dependent drop down boxes and when user selects su
How could I do this?
Ive got a simple lottery game, and am using an sql database to keep track of the numbers bought. But
Need help/w Page: 1,2,3,4 function!
So I have this code im working on where it's ment to display seperate pages having 20 logs each
I
I face problems to extract data from one table and insert it in another one
Hi,
For modifications, I have to extract data from one table and insert it in another one
Logic question
im wondering what's the best method to do the above list:
it is for alliance @ MMORPG game
Stuck with preg_replace
Hi,
I'm trying to use preg_replace to remove part of the IP address submitted using a form on
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?