Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7903201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:41:18+00:00 2026-06-03T09:41:18+00:00

http://codepad.org/VnqZjQ7e All the code is in there so that this time I don’t mess

  • 0

http://codepad.org/VnqZjQ7e

All the code is in there so that this time I don’t mess up in forgetting code like last time.

Basically if you run it in your host server you will see that the plans are listed above the table which is what I want to prevent, but the thing is I don’t even know where it comes from, and the other problem being how I would fix it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T09:41:20+00:00Added an answer on June 3, 2026 at 9:41 am

    The problem is in this portion of your code

    if($basicplan < $suckersplan && $basicplan < $compplan)
        echo $bestplan = $basicname;
    if($compplan < $basicplan && $compplan < $suckersplan)
        echo $bestplan = $compname;
    if($suckersplan < $basicplan && $suckersplan < $compplan)
        echo $bestplan = $suckersname;
    

    That’s echoing outside of the elements. Instead, use the following.

    if($basicplan < $suckersplan && $basicplan < $compplan)
        $bestplan = $basicname;
    if($compplan < $basicplan && $compplan < $suckersplan)
        $bestplan = $compname;
    if($suckersplan < $basicplan && $suckersplan < $compplan)
        $bestplan = $suckersname;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://codepad.org/GAl6W6xn Why does this code say not set? What is array location 2 set
See this code: http://codepad.org/s8XnQJPN function getvalues($delete = false) { static $x; if($delete) { echo
Is there an online interpreter like http://codepad.org/ or http://www.trypython.org/ which uses Python 3? Answer
Feel free to run the codes here: http://codepad.org/SAOaOABn Code: <?php $time = time(); echo
I have a PHP CLI script ( http://codepad.org/w6iyLLdv ) which stubbornly returns exit code
I wrote a sample program at http://codepad.org/ko8vVCDF that uses a template function. How do
Sometimes I see people use http://codepad.org as a way to quickly run/test their Perl
Why is the difference between the two addresses wrong? http://codepad.org/NGDqFWjJ #include<stdio.h> int main() {
http://weblog.rubyonrails.org/2009/1/26/nested-model-forms This post helped in learning how to handle multiple models in a rails
I used this tutorial http://delphi.about.com/od/kbthread/a/thread-gui.htm to create a class that asynchronously downloads a file

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.