Installing PHP script

S

Sebastian

Hi,

I have the following problem. I want to install a PHP script which will
allow articles posted at my site to be graded by users. My site is in .html
and I am using Front Page software.

I have uploaded PHP script into my website's root directory. I have also PHP
feature enabled by my hosting company.

How do I put that script at a particular page? What scpecifically do I have
to put in the html code for the script to be installed at a particualar page
and be working?

I tried the instruction from Microsoft's page but its not working. I put the
following code at my page <script language="php"> and </script>, where in the
field </script> I inserted the name of the file which contains the PHP
script. It was not working at all.

I contacted my hosting company and they said that everything was fine with
them and that it is software programming issue.

All best,
Sebastian
 
S

Stefan B Rusynko

All php pages (w/ any php script) must have .php extensions
- for the rest, see http://www.w3schools.com/php/default.asp




| Hi,
|
| I have the following problem. I want to install a PHP script which will
| allow articles posted at my site to be graded by users. My site is in .html
| and I am using Front Page software.
|
| I have uploaded PHP script into my website's root directory. I have also PHP
| feature enabled by my hosting company.
|
| How do I put that script at a particular page? What scpecifically do I have
| to put in the html code for the script to be installed at a particualar page
| and be working?
|
| I tried the instruction from Microsoft's page but its not working. I put the
| following code at my page <script language="php"> and </script>, where in the
| field </script> I inserted the name of the file which contains the PHP
| script. It was not working at all.
|
| I contacted my hosting company and they said that everything was fine with
| them and that it is software programming issue.
|
| All best,
| Sebastian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top