Click here to Skip to main content
15,902,883 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

Please help me!

I want to send sms from xml file with my php code..

xml file

---------------------------------------------------
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE MESSAGE SYSTEM "http://127.0.0.1/psms/dtd/messagev12.dtd" >
<MESSAGE VER="1.2">
<USER USERNAME="" PASSWORD=""/>
<SMS  UDH="0" CODING="1" TEXT="" PROPERTY="0" ID="1">
<ADDRESS FROM="" TO="" SEQ="1" TAG="some clientside random data" />
</SMS>
<SMS UDH="0" CODING="1" TEXT="Client API version 1.2 testing msg" PROPERTY="0" ID="2">
<ADDRESS FROM="" TO="" SEQ="1" TAG="" />
</SMS>
</MESSAGE>


-------------------------------------------

So please use this file in php and let me know how to make a send sms file.

Thank you.

If you made this file then please send me by mail:

*REMOVED EMAIL*
Posted
Updated 1-Nov-10 22:38pm
v2
Comments
JF2015 2-Nov-10 4:38am    
Never post your E-Mail address!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900