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
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:
- Where To Get Free Php Scripts?Best solution by Yahoo! Answers
- How to replace a string inside of a Word Document?Best solution by Stack Overflow
- How to put downloaded PSP games on PSP?Best solution by Yahoo! Answers
- How do i downloaded it?Best solution by Yahoo! Answers
- How to use downloaded fonts?Best solution by TeX - LaTeX
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.