Help -Create php site

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help -Create php site

    Frnds

    i would like to create a php wap site using working script available here, but it shows error when i add script into data base.
    Pls help me how to add php script into data base. Explain in dtl.

    #2
    Every script have different methods to install. For specific script, installation guide is within that script or some scripts are contains easy installation pages with them. For those which dont have such things, you can follow simple steps below.
    Well, I can tell you general explanation of installing script. First of all, you need to upload all files of script on you host. Mostly script need to store some data and so it use database (and mostly a mysql db). To store data in db, it should have tables and so you need to create those table. Find for a file containing sql database schema. It may have sql.txt or sql.sql or any other name. Now go into phpMyAdmin and import that file or copy/paste the content of that file in SQL query box. This will create all necessary table.
    Now your script files need to communicate with sql db and for so it need to login in db server. Script contains configuration file, generally named config.php or configuration.php . Open it and edit it with necessary details. They might be host,usename,password and other global variables. Put appropriate details in that variable and you have finished installing your site.
    Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

    Comment


      #3
      thanks i will try :D

      Comment

      Working...
      X