returning data from an ssh2_exec()
here's what i got.
$conn = ssh2_connect($this->_host);
ssh2_auth_password($c
Taking an HTML form and a PHP program and making it into one working file.
Hello,
So I would like to display everything INSIDE a specific directory. In other words, I
How to add functionality to a simple php calender?
Hello everyone,
I have just finished creating a simple php calander. Can someone point
Table Control
Hi Guru's,
I've created a Module pool program, which contains the Table Control.
PHP code for a proxy
I was wondering which function I could use to create an online proxy tool. I was thinking cURL would
php code to accept and delete incoming data
Using following HTML Code please show me how to write PHP code to accept and delete the incoming dat
Problem with coding MySQL query
I'm having heaps of trouble getting one of my PHP/MySQL queries to work for some reason (and the fun
upload only text files
hi guys i want to upload only text like like (pdf,note pad and ofiice files) so can any one please t
CHECK A STRING FOR ' " ' (DOUBLE QUOTES)
I am checking for delimiter (.!?) and if there is a " after a sentence then it should neglect a
post to self
Trying to get my form to submit to itself. However I am also trying to use an image for my submit bu