You can check the daily almanac of 2006, 2007 and 2008, as well as the auspicious dates for marriage, business opening, moving, etc. Comes with some explanations of terms.
Query items: marriage, sacrifice, groundbreaking, market opening, consecration, praying for blessings, seeking an heir, travel, migration, laying a bed, demolishing, building, installing a gate, hanging a plaque, collecting wealth, sweeping the house, etc.
Query result example:
February 22, 2008 AD according to the old lunar calendar: Friday, the 16th day of the first lunar month Pisces stems and branches: The zodiac sign of the Year of Wuzi is rat, Jia Yin month and Ren Chen days: Set up the bed and close the account, enter the house, ask for names, accept heirs, offer sacrifices, and open a warehouse. : Zhai Jiao, making a stove, setting up a bed, and burying auspicious gods. Appropriate trends: The combination of heaven and virtue, keeping the sun, heaven, witchcraft, yang, virtue, six rituals, golden chamber, and golden hall. Appropriate taboos for evil gods: The moon is weak and disgusted, and the fetus god occupies the square of the day: Outside the warehouse, the five elements of true north: long flowing water, full of water. When holding the position, it is against the dog (Bingshu) to destroy the south. Peng Zubaiji: If Ren does not draw water, it will be more difficult to be careful. If Chen does not cry, the master will be mourned.
[Instructions before uploading]
1. Import nongli.sql in the nongli directory into your own database;
2. Modify several database connection parameters in these lines of code in index.php and change them to your own;
if(!mysql_connect("localhost","username","password")){ //MYSQL address, MYSQL username, MYSQL password [please modify before uploading]
echo "Database link error!";
die();
}
mysql_select_db("5glive"); //MYSQL database name [please modify before uploading]
3. This program is simple. If you know PHP, you can change the program yourself. This one is not well written and I have limited energy, so I will not provide technical support for that one;