Tag Archive | "send"

i want to write a php code that will send text messages to phones?


Can anybody help me on COMPLETE PHP CODE that will allow me to send text messages to phones.

Posted in PHPComments (2)

How to make my computer send me a text message when something stops?


I have a program on my computer running.
But sometimes it stops when it’s not supposed to.
I usually leave the room when I leave it on, then come back to the computer, and it’s not working!

How can I make it so I get an SMS (a text message to my phone) every time it stops?

Please help!

Posted in ComputerComments (1)

Is it possible for my PHP form to send answers to my hotmail account?


I have the PHP code for a contact form and I was just wondering if my email account with hotmail will be able to receive answers from the form?

Posted in PHPComments (3)

How to send multiple HTML text inputs with same name into a SQL database with PHP?


I have a webpage I wrote in HTML, that has a javascript button that will add a row to a table to allow multiple inputs. Each iteration of the input text box has the same name attribute. When submitted, a PHP page connects to an MSSQL database through an ODBC connection and posts the inputs. However, if theres more than one, only one gets posted. Any idea on how to get the name and PHP script to auto increment the name attribute? Thanks.

Posted in PHPComments (1)

I made feedback form in php which takes feedback from user and send to my hotmail email account?


now i want to upload this feedback.php form into an any free hosting account in which it works properly as in my computer. would any one tell me any free hosting account which supports smtp and other required feature which supports my feedback.php account.?

i’ll b very thank full to you.

Posted in PHPComments (1)

How do I get the output of PHP/ Javascript so I can send it through mail function?


I am making a PHP script to send an email with information on the visitor.
In order to convert the IP address to the city/ country it is put through some other sites, but the only free ones do it via Javascript.
When I send it through mail( ) I get the ‘‘….
What I want is the output of that script.
Is there anyway to dot this?
Sorry, I’m new to PHP, thanks.

Posted in PHPComments (3)

How can I make a message system in PHP with the ability to send to multiple users?


Title says it all, I’m trying to make a message system coded in PHP, I currently have the system working for a single user to receive a message but I would like a user selection box to select multiple users, and send messages to them.
And by message system I really just mean the box that’ll pull up the users database and use a multiple selection box to select users in the said database.

Posted in PHPComments (1)

PHP: How to send a URL request without waiting for the response?


I want a function similar to file_get_contents(URL) but with a difference that I do not want to wait for the URL to get processed. I just want to send the request and move on regardless of the ourcome of URL. Is there such a function in php?

Thanks in advance :)

Posted in PHPComments (2)

How to send email synchronously using PHP?


What is the EASIEST way to send email synchronously using PHP? Specifically, I want incorrect addresses to fail in the script itself, rather than bounce back to the sender later after the script has completed.

Posted in PHPComments (3)

How can i connect to usb port and send parameters (in C++ or Delphi or VB.net or C#)?


Posted in DelphiComments (1)

Categories