Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End HTTP Request

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #157939
    Junni
    Participant

    how to make a http request in php, actually i just want to make a request like that , i have no idea how to make it, but i have api documentation and i got that form there so , any body can help me to do so , please tell me how to make just a simple http reqest with that text

    http:///bsms app4/sendapi.isp?id=&message=&shortc ode=<short+code>&lann=l&mobilenum=<mobile+number>&password= &aroupname=

    #157944
    Melindrea
    Participant

    Look at PHP cURL. Either find a pre-defined library (there are some out there) that can act as a wrapper around cURL, or use the functions directly, depending on the complexity of your application.

    #157946
    Junni
    Participant

    it is a sms sending API @Melindrea and i just want to send a sigle sms through it.

    #157949
    __
    Participant

    Did you

    Look at PHP cURL

    http://php.net/cURL

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Back End’ is closed to new topics and replies.