Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Question about working with php

New Here ,
Aug 03, 2011 Aug 03, 2011

I purchased an extension (security assist) and it says that you have to work in PHP? I'm a little confused. I realise it's an extension, but how do I do this so that I don't affect my files? Is this just an easy fix?

TOPICS
Server side applications
707
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 03, 2011 Aug 03, 2011

It sounds as though the extension you purchase utilizes PHP server-sider scripting to use.  This shouldn't affect your site at all except that you need PHP installed on your web server and you need .php extensions on your documents.  Nothing should be affected on the pages themselves.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 19, 2011 Aug 19, 2011

I've got Dreamweaver 5.5 - doesn't it have php already installed? If not, how do I add it?

I've saved the file as a .php and it seems to work alright; it's converted the page to a php page file.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 20, 2011 Aug 20, 2011

A php page and an html page are the same, the extension alerts the server that their may be php to process.

If the host you use is a paid service, it is almost a sure bet that they have the php as one of their scripting languages.  If you are on a free host, you might have an issue.

PHP is not really something you install on your dreamweaver. DW has supported php for several versions now, so you dont have anything to do to write in php.

SA will write most of what you want, but every now and then you have to go in and edit code, so you will most likly need to learn php, which is a good thing anyway.

Gary

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Aug 20, 2011 Aug 20, 2011
LATEST

Most of the SA functionality relies in the whole PHP/MySQL environment. For example, if you're running the wizard to create registration and login pages, it requires that you have the database set up and configured, and certain tables created, and existing database connection in DW. Web Assist has some good documentation available for all of this and the WA people themselves are usually pretty quick to answer questions posted in the forum.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines