View Full Version : PHP Files in Local view
Bornfree
05-25-2008, 09:23 PM
Hi There,
I have this website which i copy into a CD from time to time and distribute as my products catalogue! the problem is that i have a PHP form in my site and when it's copied onto the CD it doesn't show when viewed from the CD. How can i solve this problem?
Thanks in advance guys!
djr33
05-26-2008, 09:33 AM
PHP is a serverside language. That means that you can't view it directly in a browser. When you have PHP installed on your server it will automatically parse it into the output html from the php script, before sending to the browser.
In order for it to work on the CD you'd need to have the CD act as some sort of server, in theory, and I don't think that's even possible, much less easy.
tech_support
05-26-2008, 09:35 AM
http://portablewebap.com/
http://www.indigostar.com/microweb.htm
Bornfree
05-27-2008, 01:56 AM
Thanks for the info guys!
newbinew
06-19-2008, 04:41 AM
PHP is a serverside language. That means that you can't view it directly in a browser. When you have PHP installed on your server it will automatically parse it into the output html from the php script, before sending to the browser.
In order for it to work on the CD you'd need to have the CD act as some sort of server, in theory, and I don't think that's even possible, much less easy.
Hi Mod....
I am looking for just help like this.
Can you tell me how I can (a) view and (b) make changes with Frontpage to php website.
Is there any application that is easy to install that I ca use.
I have found EasyPHP, installed it but cannot configure it.
Thanx for any help
newbienew
allahverdi
06-19-2008, 04:52 AM
Try DreamWeaver
rangana
06-19-2008, 04:59 AM
Hi Mod....
I am looking for just help like this.
Can you tell me how I can (a) view and (b) make changes with Frontpage to php website.
Is there any application that is easy to install that I ca use.
I have found EasyPHP, installed it but cannot configure it.
Thanx for any help
newbienew
Is the page in the server already? Have you tried going unto cpanel, and do the changes in FileManager.
newbinew
06-19-2008, 05:01 AM
Thanx
I do not have dreamweaver...
I only have frontpage.
What I ould like to know is if I can find another software application that I can install and it will make my computer work like a server so I can update the pages pages thanx
:)
newbinew
06-19-2008, 05:03 AM
Is the page in the server already? Have you tried going unto cpanel, and do the changes in FileManager.
Ahhh....
Not a bad answer....
No they are not on the server...
They are on my hard-drive....
Do you mean I can go into Cpanel and update the pages that way...
Interesting....
Thanx for the response
:)
rangana
06-19-2008, 05:12 AM
When, they're on the server, I would normally go the the cpanel,
but since its in a local file, ensure you have a cross-platform webserver like XAMPP (http://www.apachefriends.org/en/xampp.html).
,,,and oh, I have no idea on WYSIWYG editor. All I'm with me is notepad++.
Anyway, hope that helps.
newbinew
06-19-2008, 05:15 AM
When, they're on the server, I would normally go the the cpanel,
but since its in a local file, ensure you have a cross-platform webserver like XAMPP (http://www.apachefriends.org/en/xampp.html).
,,,and oh, I have no idea on WYSIWYG editor. All I'm with me is notepad++.
Anyway, hope that helps.
OK
Thanx gonna try that XAMPP proposal...
Thanx
WAMP is pretty good to, I also like NotePad++.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.