- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi
I've created a site, and downloaded it, so I can upload it to my website.
Now I need 1 page to have a .php extension instead of a .html extension.
However, when I change the extension , I get an error message:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_STRING in /home2/***/public_html/***/mypage.php on line 1294
How can I successfully change the extension?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Using .php as the extension on the file you downloaded means that you server is going to parse it as PHP rather than HTML. There are coding conventions in HTML that would likely cause parsing errors, not to mention the file will be missing some of the basic ingredients of a PHP page.
One of our users might be able to help you with some custom coding, though I'd also recommend taking a look at some beginner guides on that from W3Schools to get a little more familiar with it yourself.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Using .php as the extension on the file you downloaded means that you server is going to parse it as PHP rather than HTML. There are coding conventions in HTML that would likely cause parsing errors, not to mention the file will be missing some of the basic ingredients of a PHP page.
One of our users might be able to help you with some custom coding, though I'd also recommend taking a look at some beginner guides on that from W3Schools to get a little more familiar with it yourself.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report