can any one help me to convert following curl code to php curl script?
best regardsCode:curl -X POST 'https://api.twilio.com/2010-04-01/Accounts/xxx/SMS/Messages.xml' \ -d 'From=%2Byyyy' \ -d 'To=%2Bxxxx' \ -d 'Body=Dear%2C+Plz+wake+up%3B+it'\''s+time+4+SAHERI.%0D%0AYour+1+night+sacrifice+will+make+thousands+night+wonderful+by+the+grace+of+almighty+ALLAH.%0D%0A%0D%0A-biplob+(%2Bxxxxx)' \ -u xxx:yyy;
kamrul hassan


Reply With Quote