Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
221 views
in Technique[技术] by (71.8m points)

API + PHP + HTML FORM + BULK DATA

Hello Coder's I need Help In HTML Form With POST Method On API

I have created SMS Sending Form Using HTML & PHP its Working Fine But I want Send one SMS With Multiple Mobile Number ( Bulk SMS ), My API Is getting only Single Number TO Procced ..

Any idea to send multiple SMS using form and time interval setting please help me . see output sample of form

OutPut Of FORM

<form class="form" action="https://example.com/v1/api/sms" method="post" target="test1">
            <input type="hidden" name="from" id="sender1" value="bulk">
                <ul>
                    <li>
                        <input name="mobilenumber" type="text" id="number" placeholder="Mobile Number with 91" maxlength="50" required>
                    </li>
                    <li>
                        <textarea name="smstext" id="text" cols="30" rows="5" placeholder="(SMS TEXT HERE ) - max 525 characters" maxlength="555" required></textarea>
                    </li>
                    
                    
                    <li>
                        <button onclick="myFunction()" type="submit">Send SMS</button>

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

62 comments

56.7k users

...