Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

help mga master (SMS NOTIFICATION USING PHP)

CHROMO01251

Recruit
Basic Member
Messages
12
Reaction score
0
Points
16
itexmo.com po gamit ko paanu poba gamitin yon d2 sa mga field kopo
(My sample html field)
View attachment 305483


<html>
<body>
<h1>My SMS form</h1>
<form>
<table border=0>
<tr>
<td>number</td>
<td><input type='text' name='number'></td>
</tr>
<tr>
<td>Message</td>
<td><textarea rows=4 cols=40 name='message'></textarea></td>
</tr>
<tr>
<td>Api code</td>
<td><input type='text' name='api'></td>
<tr>
<td> </td>
<td><input type=submit name=submit value=Send></td>
</tr>
</table>
</form>
</body>
</html>


gsto kupo snang gumamit ng curl-less for xammp(localhost) eto po ung code


View attachment 305484

tapos eto po ung sample usage

View attachment 305485

sana po matulungan nyu ako bago lng po kasi ako sa php maraming salamat po
 

Attachments

  • html.png
    html.png
    5.2 KB · Views: 5
  • curless.png
    curless.png
    15.6 KB · Views: 23
  • sampleusage.png
    sampleusage.png
    10.9 KB · Views: 15
Back
Top Bottom