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 755801
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T15:10:18+00:00 2026-05-14T15:10:18+00:00

There are a few parts to this code. The first part is creating fixtures.

  • 0

There are a few parts to this code. The first part is creating fixtures.

$totalRounds = $teams - 1;
    $matchesPerRound = $teams / 2;
    $rounds = array();
    $roundDates = array();
    $curTime = time();

    for ($i = 0; $i < $totalRounds; $i++) {
        $rounds[$i] = array();
        $numDays = $i * 4;
        $roundDates[$i] = strtotime("+".$numDays." days",$curTime);

    }

    foreach($roundDates as $time) {
        for ($round = 0; $round < $totalRounds; $round++) {
            for ($match = 0; $match < $matchesPerRound; $match++) {
                $home = ($round + $match) % ($teams - 1);
                $away = ($teams - 1 - $match + $round) % ($teams - 1);
                // Last team stays in the same place while the others
                // rotate around it.
                if ($match == 0) {
                    $away = $teams - 1;
                }

                $rounds[$round][$match] = "$user[$home]~$team[$home]@$user[$away]~$team[$away]~$time";
            }
        }
    }

In the above code, a time is made for each round of fixtures.
At the end of the code I have added $time.

        for ($i = 0; $i < count($rounds); $i++)
    {
        foreach ($rounds[$i] as $r)
        {
            $seperateUsers = explode("@",$r);
            $homeinfo = $seperateUsers[0];
            $awayinfo = $seperateUsers[1];
            $homedetails = explode("~",$homeinfo);
            $awaydetails = explode("~",$awayinfo);
            $database->addFixtures($homedetails[0], $homedetails[1], $awaydetails[0], $awaydetails[1], $awaydetails[2]);
        }   
    }

This piece of code uses breaks down the code from above to put into the table. For some reason, the date that is being entered into the database comes out 0000-00-00 00:00:00.

Is there anything anyone can see to fix this?

Edit: the loop isnt working?
Am i missing anything on the actual loop?

  • 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-05-14T15:10:19+00:00Added an answer on May 14, 2026 at 3:10 pm

    Sounds like $homedetails[0], etc. are not set. You could use a debugger to examine these values before calling addFixtures() or examine them by adding simple echo or var_dump() statements right before the call.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is part observation, part question. First the observation: While everyone talks of modular
There are few apps like Strava which records users movements using GPS. It also
It looks like there a few working solutions for using custom true type fonts
I created a form with nested container, fieldset and there a few checkbox on
I know how to use locks in my app, but there still few things
I have an application that's locked down using forms authentication. There are few nightly
There are a few plugins that I know that after installation they will create
there are a few examples for using Anti-Xml to extract information from XML documents,
There are a few ways to get class-like behavior in javascript, the most common
There are a few books about specific ORM products such as Hibernate or Linq

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.