web applications - How to start creating a php script, that will be installed on many servers? -
i wondering how start coding script using php, , script used on many websites. should start first creating database ? , start creating php files process data database ? , should start thinking of install wizard script @ first, or later when finish project i'll create 1 ? i'm confused on how start project, can please give me advice ?
and :d
should start first creating database?
if going use database in php script, yes, should install database first. mysql start.
and start creating php files process data database?
i start on 1 server first, , create 1 php file called index.php database query. work way multiple php files there.
and should start thinking of install wizard script @ first, or later when finish project i'll create one.
installing php files 90% of times simple copying them onto new server. wouldn't worry install wizard yet.
another general tip because beginner: install wampserver, webserver/php server/mysql server in 1 runs on local computer. great developing because can put php files in c:\wamp, edit them , directly see result in browser through http://localhost/. when happy can upload server, or multiple servers. (just copying).
Comments
Post a Comment