How can i make a sms sending script in php programming which can send a sms to any mobile in whole world without using any sms gateway?
You can send SMS for free by making a script that checks the carrier of the phone number or have the user select it! Then you can use the php Mail() function to send an email which in result sends the SMS message. Check out this link to figure out the correct email domains for each carrier: makeuseof(dot)com/tag/email-to-sms/
For only sending sms, you could make a script that contacts free sms sites like Way2Sms and send sms using them. However, they will put their advertisements at the bottom of those sms.