Why is there many php.ini files in a system?

How to add downloaded php scripts to my html document ?

  • Hi, I have created a website witth a php log in system. now i need to create a few features on the members account page like upload form, and stuff like that. Now i downloaded a php script and i see the files, php files. Now my question is how do I connect these scripts to work on the html doc? where do i place the php code??? thank you

  • Answer:

    hi , php is a server side language so u will not able to embed it in html pages .u can embed static html into your php script.All you need a web server which is capable of handling php requests . Hope it will help you Roshan

Aleksey at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

You can use the form tag and add action="myScript.php" and method="The method from your script that you want to use". Then when this form is activated it should run the method of your choice from your script. <form action="myScript.php" method="myMethod"> </form>

drail159

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.