How can i download a PHP Script from a website?

  • Thread starter Thread starter Ariel
  • Start date Start date
A

Ariel

Guest
some php script are given as plain text to be copied freely from the web page.

copy it into notepad editor and save it with a .php extension.

example:

scriptname.php

and upload it to your web server
 
I found a good PHP script on a website...
I want to download this to my pc and upload it to my server...

Please tell me a way...
 
Back
Top