Quote:
|
Originally Posted by marcanthony
Can OsCommerce be edited in Frontpage and how can somebody give me som einfo on this
|
FP2003. Under Tools->Options->Configure Editors and make sure all the php file extensions are set to "Frontpage (open as text)". Then you can edit the files in FP. You don't get WYSIWYG but you can open a browser window to the page and refresh frequently
I installed Apache/PHP/mySQL on the laptop so I can do the development locally. Working via the file path rather than the URL allows the dynamic web templates to update properly. Using Apache rather than IIS allows you to embed little bits of php in htm files. You need to mark the config files to "do not publish" as they are different on the server.
Hope tis helps