View previous topic :: View next topic |
Author |
Message |
quebecostarica
Joined: 05 Sep 2005 Posts: 213 Location: Costa RIca
|
Posted: Fri Aug 28, 2009 7:32 am Post subject: Static php files - Html Plugin - Possible |
|
|
Hi Richard,
Would it be possible to modify the script in order to output .PHP static files with the html plugin?
As it is now we have 3 choices:
1)htm
2)html
3)shtml
One more choice????
Thanks
Roger Pilon
Hydroponics Aquaponics Monster Directory |
|
Back to top |
|
 |
PHPWebScripts Richard - Admin
Joined: 13 Jan 2003 Posts: 6244
|
Posted: Fri Aug 28, 2009 11:20 am Post subject: |
|
|
If you are familiar with php, you can add the php option to the available options in configuration_main.php. I also can do it for you. If you need it to run another php code in these static pages, it's also possible to configure the server to run php code also in html files. |
|
Back to top |
|
 |
quebecostarica
Joined: 05 Sep 2005 Posts: 213 Location: Costa RIca
|
Posted: Fri Aug 28, 2009 12:31 pm Post subject: Is it the code ? |
|
|
Is this code correct?
<td align="left"><select name="Ahtml_ex" class="field10">
<option value="html"'.$Ahtml_ex[html].'>html</option>
<option value="htm"'.$Ahtml_ex[htm].'>htm</option>
<option value="shtml"'.$Ahtml_ex[shtml].'>shtml</option></select></td><option value="php"'.$Ahtml_ex[phpl].'>php</option></select></td>
Roger |
|
Back to top |
|
 |
PHPWebScripts Richard - Admin
Joined: 13 Jan 2003 Posts: 6244
|
Posted: Fri Aug 28, 2009 2:42 pm Post subject: |
|
|
It's not correct. Please email me, I can add it for you. |
|
Back to top |
|
 |
quebecostarica
Joined: 05 Sep 2005 Posts: 213 Location: Costa RIca
|
Posted: Thu Sep 10, 2009 7:37 pm Post subject: Working perfectly! |
|
|
A big thanks to Richard and his team!
Like always great and consistent support!
Roger pilon
http://directory.ponics.org |
|
Back to top |
|
 |
PHPWebScripts Richard - Admin
Joined: 13 Jan 2003 Posts: 6244
|
Posted: Fri Sep 11, 2009 12:53 am Post subject: |
|
|
Thank you, Roger! |
|
Back to top |
|
 |
|