Run function every 5 mins ??
I have a function PostMessage()
How can I run it every 5 mins ??
returning data from an ssh2_exec()
here's what i got.
$conn = ssh2_connect($this->_host);
ssh2_auth_password($c
Socket programming
Hello all,
I have a PHP socket script. GPS trackers connect to this socket. IMEI verification
Array question
Does anyone know how to create a program that takes the $ amount for 8 different departments and gi
Wierd if else problem
Hi guys,
this probably aint wierd for you, but it seems like php is playin up to me. may b i
How to read posted binary data from a mobile device and post it to a web server?
Here is the senario...
I have a mobile device (MD) that posts binary data to a Web Server (WS
Send inserts to mysql thru port 80
Hi!
I have an application that must do some inserts in a mysql db. This db is behind a firewa
Mail from PHP form not always ending up in my inbox?
Hi guys,
I'm a real newbie to PHP and have managed to put together a simple mail form that se
Inserting a check in checkbox from array value
Hello all,
I have a bit of code that works for a select option box, but does not work for my chec
Filename like the user name
I am creating a form and storing the values in file. Could anyone please tell me how to write a code