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

First attempt at php

Guest
Jun 17, 2006 Jun 17, 2006

I also posted this in the General discussion forum for DW, as I was not sure where it will be picked up.

I have just uploaded my first PHP script. This file should display a form to enable data input but the code is displayed instead, I cannot figure out where the error lies and it seems that my code is not been interpreted or something. It can be viewed at
777associatesinc.com/menupage.html. This has a menu which should load the forms.

I will appreciate it if someone can shed some light on where this is going wrong, many thanks.

HK
TOPICS
Server side applications
159
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
Enthusiast ,
Jun 19, 2006 Jun 19, 2006
LATEST
PHP will not work unless the extension on the file is .php

Your server will not recognize, compile and execute the PHP without the appropriate extension.

Change the name of your file to menupage.php and it will work!

Thanks!
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