hello
i want to make a new website which i can sent to my user a SMS messages, but i have 2 questions:
1-to check the mobile number of user i must send a validation code in SMS to user, when i check the SMS vendor they said that they support http API for example :http://api.clickatell.com/http/sendmsg?user=xxxxx&password=xxxxx&api_id=xxxxx&to=448311234567
&text=Meet+me+at+home
question how can i send link without allow user to see this address because i will write my username and password and he can take them.
2-for example i will send SMS to my user at 12:00PM daily , my php page will load the numbers from mysql and will send them ,
Question: how can i active this php page at 12:00pm automatically without entering the page?