How to use DOWNLOADED PHP SCRIPT? (hotscripts.com)

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
helpmeout
Forum Newbie
Posts: 4
Joined: Fri Nov 05, 2010 6:45 pm

How to use DOWNLOADED PHP SCRIPT? (hotscripts.com)

Post by helpmeout »

when you download a script from hotscripts.com and the folder goes to your downloads on your computer, what is the best method of implementing the script on your site.
If your using dreamweaver cs5 and download a user authentication script, what would be the procedure of implementing this script??
thanks
Doug G
Forum Contributor
Posts: 282
Joined: Sun Sep 09, 2007 6:27 pm

Re: How to use DOWNLOADED PHP SCRIPT? (hotscripts.com)

Post by Doug G »

You need a php enabled web server. Then create a virtual directory in the web for your application, usually you unpack the files from the download into that virtual directory and look for some file named README or INSTALL for more instructions.

You then "run" the application by opening a web browser to the appropriate url of your web server directory.
Post Reply