HOW CAN I PUT A SCRIPT ON THE INTERNET (PHP FILE) SO THAT IT CAN BE USED ON A WEBSITE?

Question by Thomas Jackson:
How can I put a script on the world wide web (php file) so that it can be used on a website?
I want to add a script to my website which I have made my self but I cannot find anywhere to host it it. Does anyone have any tips?
——————————————
Answer by Yan
right does your current website hosting company grant you to upload and run php files? if not you need to change hosting companys or upgrade your hosting withyour current on that will grant it.
then you easy upload the page usually over ftp using a ftp client like wincsp and your php file will be online.
good luck
——————————————
What do you think? Answer below!









about 2 years ago
You can ask google directly.
about 1 year ago
Search for “php free host” you will find many to choose.
I used to use http://www.000webhost.com/
about 1 year ago
you need to look for php hosting. try ulmb.com you will have somthing similar to arassen.ulmb.com depending on what you want your username to be…
bear in mind it will be problematic to access a php script if it is on another host(for security reasons)
you can also tryinstalling wamp, or xamp this will allow you to test you php scripts on your PC.