vaibhav Posted February 14, 2007 Share Posted February 14, 2007 I have some PHP script. But I am unable to understand how to make them run on the server???? I mean where to put the php script and where to put the mysql files. Somebody will please help me with this issue???? Quote Link to comment https://forums.phpfreaks.com/topic/38451-php-intallation-on-server/ Share on other sites More sharing options...
wildteen88 Posted February 14, 2007 Share Posted February 14, 2007 You place the PHP files in the servers document root, usually a folder called public_html or htdocs or something like that. You don't put the mysql files on the server, you need to import those into mysql using the servers mysql database management tools. Usually phpMyAdmin is installed. You simply login to phpMYAdmin and then click the import link to import a database dump file. Quote Link to comment https://forums.phpfreaks.com/topic/38451-php-intallation-on-server/#findComment-184800 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.