[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.1

Need help in setting up a site with php

Asked by jermineM in PHP for Windows, SBS Small Business Server, PHP Installation

Tags: PHP

a friend have asked me to help him with his small business site.  the original code is written in PHP.
i was given a copy of the code and is trying to set it up on my pc.

so far this is what i have done:
Installed php as described in http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/
The source has been placed inside a folder in wwwroot. ex: mysite
and have made index.php as the default page
Accessing the site via localhost/mysite/, these are the error messages i get

PHP Notice:  Undefined index:  menu in C:\inetpub\wwwroot\mysite\index.php on line 81
PHP Notice:  Undefined index:  submenu in C:\inetpub\wwwroot\mysite\index.php on line 179
PHP Notice:  Undefined index:  submenu in C:\inetpub\wwwroot\mysite\index.php on line 301

code in line 81 is :
if ($_REQUEST["menu"]=="") {

      if (file_exists("menu.txt")) {

            $fp=fopen("menu.txt", "r");

            $_REQUEST["menu"]=trim(fgets($fp, 256));

            fclose($fp);

      }

}

checking other pages.. display just give me gibberish stuff like :
a0b4df006e02184c60dbf503e71c87ad
58b88a45be0d79102c748768ecb82d09
a995d2cc661fa72452472e9554b5520c


i have no knowledge whatsoever on php coding, just helping out a friend to do minor layout changes.

badly need your help.  thanks in advance

 
Related Solutions
Keywords: Need help in setting up a site with php
 
Loading Advertisement...
 
[+][-]11/18/08 09:15 AM, ID: 22986613Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/18/08 09:46 AM, ID: 22986924Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/19/08 06:50 AM, ID: 22994629Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/19/08 11:33 PM, ID: 23001808Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: PHP for Windows, SBS Small Business Server, PHP Installation
Tags: PHP
Sign Up Now!
Solution Provided By: Frosty555
Participating Experts: 2
Solution Grade: B
 
[+][-]11/20/08 08:06 AM, ID: 23004950Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/20/08 12:08 PM, ID: 23007565Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/25/08 10:30 PM, ID: 23039864Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091021-EE-VQP-81 - Hierarchy / EE_QW_2_20070628