www.philstar.com Open in urlscan Pro
104.22.68.250  Public Scan

Submitted URL: http://www.philstar.com/
Effective URL: https://www.philstar.com/
Submission: On September 24 via manual from SG — Scanned from SG

Form analysis 1 forms found in the DOM

POST

<form method="post">
  <div id="login_fb"><a href="#"><img src="https://www.philstar.com/images/blank.png" style="width: 100%; height: 100%; display: block"></a></div>
  <div id="login_gmail" class="g-signin2" data-onsuccess="onSignIn" style="display: inline-block;vertical-align: top;margin-top: 5px;" data-gapiscan="true" data-onload="true">
    <div style="height:36px;width:120px;" class="abcRioButton abcRioButtonLightBlue">
      <div class="abcRioButtonContentWrapper">
        <div class="abcRioButtonIcon" style="padding:8px">
          <div style="width:18px;height:18px;" class="abcRioButtonSvgImageWithFallback abcRioButtonIconImage abcRioButtonIconImage18"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 48 48"
              class="abcRioButtonSvg">
              <g>
                <path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"></path>
                <path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"></path>
                <path fill="#FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"></path>
                <path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"></path>
                <path fill="none" d="M0 0h48v48H0z"></path>
              </g>
            </svg></div>
        </div><span style="font-size:13px;line-height:34px;" class="abcRioButtonContents"><span id="not_signed_in9npf011jdimq">登录</span><span id="connected9npf011jdimq" style="display:none">已登录</span></span>
      </div>
    </div>
  </div>
  <style>
    .abcRioButton {
      text-align: left;
      padding-top: 3px;
      height: 40px !important;
    }
  </style>
  <script type="text/javascript">
    console.log("SignedID:" + 0);
    console.log("email:" + '');
    console.log("given_name:" + '');
    console.log("family_name:" + '');
    console.log("picture:" + '');

    function check_credentials(info) {
      var xhr = new XMLHttpRequest();
      xhr.open('POST', 'https://www.philstar.com/check_credentials.php');
      xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
      xhr.onload = function() {
        oauthInfo = xhr.responseText;
        console.log(oauthInfo);
        location.reload();
      };
      xhr.send("id=" + info.sub + "&email=" + info.email + "&firstname=" + info.given_name + "&lastname=" + info.family_name + "&loginType=gmail");
    }

    function oauth_gmail(id_token) {
      var xhr = new XMLHttpRequest();
      xhr.open('POST', 'https://www.philstar.com/tokensignin');
      xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
      xhr.onload = function() {
        oauthInfo = JSON.parse(xhr.responseText);
        console.log(oauthInfo);
        check_credentials(oauthInfo);
      };
      xhr.send('idtoken=' + id_token);
    }

    function onSignIn(googleUser) {
      var profileID = auth2.currentUser.get().getBasicProfile().getId();
      var SignedID = 0;
      console.log("profileID:" + profileID);
      if (profileID == SignedID) {
        console.log("already signed in");
      } else {
        oauth_gmail(googleUser.getAuthResponse().id_token);
        console.log("gmail new sign in");
      }
    }

    function signOut() {
      var auth2 = gapi.auth2.getAuthInstance();
      auth2.signOut().then(function() {
        console.log('User signed out.');
        var xhr = new XMLHttpRequest();
        xhr.open('POST', 'https://www.philstar.com/logout.php');
        xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
        xhr.onload = function() {
          location.reload()
        };
        xhr.send();
      });
    }
  </script>
  <style>
    #appleid-signin {
      /* display:none !important; */
      height: 42px;
      width: 42px;
      display: inline-block;
      top: -7px;
      padding-left: 8px;
      cursor: pointer;
    }

    #appleid-signin div {
      position: initial;
    }
  </style>
  <div id="appleid-signin" data-mode="logo-only" data-logo-size="large" data-color="black" data-border="true" data-border-radius="15" data-size="42">
    <div
      style=" font-synthesis: none; -moz-font-feature-settings: kern; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 42px; height: 42px; min-width: 30px; max-width: 64px; min-height: 30px; max-height: 64px; position: relative;"
      role="button" tabindex="0" aria-label="Sign in with Apple">
      <div style=" position: absolute; box-sizing: border-box; width: 100%; height: 100%;">
        <svg xmlns="http://www.w3.org/2000/svg" style="overflow:visible" width="100%" height="100%" viewBox="6 6 44 44">
          <g fill="none" fill-rule="evenodd">
            <path fill="#fff" fill-rule="nonzero"
              d="M28.2226562,20.3846154 C29.0546875,20.3846154 30.0976562,19.8048315 30.71875,19.0317864 C31.28125,18.3312142 31.6914062,17.352829 31.6914062,16.3744437 C31.6914062,16.2415766 31.6796875,16.1087095 31.65625,16 C30.7304687,16.0362365 29.6171875,16.640178 28.9492187,17.4494596 C28.421875,18.06548 27.9414062,19.0317864 27.9414062,20.0222505 C27.9414062,20.1671964 27.9648438,20.3121424 27.9765625,20.3604577 C28.0351562,20.3725366 28.1289062,20.3846154 28.2226562,20.3846154 Z M25.2929688,35 C26.4296875,35 26.9335938,34.214876 28.3515625,34.214876 C29.7929688,34.214876 30.109375,34.9758423 31.375,34.9758423 C32.6171875,34.9758423 33.4492188,33.792117 34.234375,32.6325493 C35.1132812,31.3038779 35.4765625,29.9993643 35.5,29.9389701 C35.4179688,29.9148125 33.0390625,28.9122695 33.0390625,26.0979021 C33.0390625,23.6579784 34.9140625,22.5588048 35.0195312,22.474253 C33.7773438,20.6382708 31.890625,20.5899555 31.375,20.5899555 C29.9804688,20.5899555 28.84375,21.4596313 28.1289062,21.4596313 C27.3554688,21.4596313 26.3359375,20.6382708 25.1289062,20.6382708 C22.8320312,20.6382708 20.5,22.5950413 20.5,26.2911634 C20.5,28.5861411 21.3671875,31.013986 22.4335938,32.5842339 C23.3476562,33.9129053 24.1445312,35 25.2929688,35 Z">
            </path>
          </g>
        </svg>
      </div>
      <div style=" padding: 1px; width: 100%; height: 100%; box-sizing: border-box;"><svg xmlns="http://www.w3.org/2000/svg" style=" overflow: visible;" width="100%" height="100%" viewBox="0 0 50 50" preserveAspectRatio="xMidYMin meet">
          <rect width="100%" height="100%" ry="15%" fill="#000" stroke="black" stroke-width="1" stroke-linecap="round"></rect>
        </svg></div>
    </div>
  </div>
  <script type="text/javascript" src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js"></script>
  <script type="text/javascript">
    /**
     * This function will initialize the `AppleID.auth` object with parameter we pass in.
     */
    AppleID.auth.init({
      clientId: 'com.philstar.myaccount',
      scope: 'name email',
      redirectURI: 'https://www.philstar.com/redirect-apple-signin.php',
      state: 'https://www.philstar.com/',
      usePopup: true
    });
    // Listen for authorization success.
    document.addEventListener('AppleIDSignInOnSuccess', (event) => {
      // Handle successful response.
      // console.log('AppleIDSignInOnSuccess', event.detail);
      var xmlhttp = new XMLHttpRequest();
      xmlhttp.open("POST", 'https://www.philstar.com/check_credentials.php', true);
      xmlhttp.onreadystatechange = function() {
        if (xmlhttp.readyState === XMLHttpRequest.DONE && xmlhttp.status === 200) {
          var data = xmlhttp.responseText;
          location.reload();
          // console.log('apple output:', data);
        }
      };
      xmlhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
      xmlhttp.send('code=' + event.detail.authorization.code + '&id=' + event.detail.authorization.id_token + "&email=''&firstname=''&lastname=''" + "&loginType=apple");
    });
    // Listen for authorization failures.
    document.addEventListener('AppleIDSignInOnFailure', (event) => {
      // Handle error.
      console.log('AppleIDSignInOnFailure', event.detail.error);
    });
  </script>
</form>

Text Content

PHILSTAR.COM | LATEST PHILIPPINE NEWS AND MULTIMEDIA


DIGITAL PORTAL OF THE STAR GROUP OF PUBLICATIONS: DELIVERS THE LATEST NEWS AND
VIEWS, MULTIMEDIA, ANALYSES AND IN-DEPTH REPORTS ON THE PHILIPPINES, SPORTS,
BUSINESS, ENTERTAINMENT, LIFESTYLE AND CULTURE.

 * Philstar.com
   
   * HOME
     
   * Headlines
   * Opinion
   * Nation
   * World
   * Business
   * Sports
   * Entertainment
   * Lifestyle
   * Other Sections
 * The Philippine Star
 * Pilipino Star Ngayon
   
   * HOME
   * Bansa
   * Metro
   * Probinsiya
   * Opinyon
   * Palaro
   * Showbiz
   * True Confessions
   * Dr. Love
   * Litra-talk
   * Kutob
   * Komiks
 * The Freeman
   
   * HOME
   * Cebu News
   * Opinion
   * Metro Cebu
   * Region
   * Cebu Business
   * Cebu Sports
   * Cebu Lifestyle
   * Cebu Entertainment
 * Pang-Masa
   
   * HOME
   * Police Metro
   * Punto Mo
   * Pang Movies
   * PM Sports
   * Para Manalo
   * Para Malibang
 * Banat
   
   * HOME
   * Balita
   * Opinyon
   * Kalingawan
   * Showbiz
   * Palaro
   * Imong Kapalaran
   * Punsoy
 * Interaksyon
   
   * HOME
   * Trends + Spotlights
   * Politics + Issues
   * Celebrities
   * Hobbies + Interests
   * Rumor Cop


HOME
 * ASIAN GAMES 2023
 * EVENTS AND HAPPENINGS
 * FACT CHECKS
 * CLIMATE AND ENVT
 * NEWS COMMENTARIES
 * VIDEOS
 * KOREAN WAVE
 * ESPORT
 * BRANDSPACE

SUPPORT PHILSTAR
About Us | Contact Us | Advertise | Privacy Policy | Member Agreement |
Copyright Notice
Copyright © 2023. Philstar Global Corp. All Rights Reserved
 * My Profile
 * Sign Out


Subscribe

Subscribe

 * nav
   
   ==
   
   HOME
 * HEADLINES
 * OPINION
 * NATION
 * WORLD
 * BUSINESS
 * SPORTS
 * ENTERTAINMENT
 * LIFESTYLE
 * OTHER SECTIONS
 * SUPPORT PHILSTAR



X
ASIAN GAMES 2023
EVENTS AND HAPPENINGS
FACT CHECKS
CLIMATE AND ENVT
NEWS COMMENTARIES
VIDEOS
KOREAN WAVE
ESPORT
BRANDSPACE



Headlines


CHINA SETS UP FLOATING BARRIER IN PANATAG SHOAL

By Mark Ernest Villeza
The Philippine Coast Guard and the Bureau of Fisheries and Aquatic Resources
yesterday condemned the China Coast Guard recent installation of a floating
barrier in the southeast area of Panatag Shoal.
Headlines


RETAILERS URGE GOVERNMENT: LIFT RICE PRICE CAPS

By Bella Cariaso
Headlines


PHILHEALTH HACKERS DEMAND $300,000 – DICT

By Rainier Allan Ronda
Headlines


DENR: 33 AIR MONITORING STATIONS IN METRO MANILA NEED UPGRADE

By Bella Cariaso
Headlines


36 SUCS ASK GOVERNMENT TO RESTORE P6 BILLION BUDGET CUT

By Neil Jayson Servallos


AS IT HAPPENS

14 hours ago

Alert level 3 is maintained over Mayon Volcano. The Philippine Institute of
Volcanology and Seismology prohibits the tntry into 6-kilometer radius Permanent
Danger Zone (PDZ) as well as the flying any aircraft close to the volcano. As of
5 a.m., it records two volcanic earthquakes, 107 rockfall events
and four pyroclastic density current events.

16 hours ago

Infectious disease specialist Dr. Rontgene Solante in a radio interview says
that the government should monitor tourists or residents coming from India. As
of Sept. 14, two individuals were reported to die due to the Nipah virus, a
virus spread from animals to humans that causes deadly fever with a high
mortality rate.  Solante, however, says that this virus is not easily spread
unlike SARS-COV-2.

17 hours ago

The North Luzon Expressway reports light traffic in its toll plazas on Sunday.
As of 3 p.m., NLEX says there is approximately 100-meter vehicle queue at cash
lanes in Mindanao toll Plaza.  However, it says that there is only light traffic
in the following toll plazas: Balintawak Toll Plaza - light at RFID lanes Bocaue
Toll Plaza - light Candaba Viaduct Northbound - light

18 hours ago

The Philippine Institute of Volcanology and Seismology records a magnitude 2.5
quake in Davao Oriental at 1:46 p.m. The mild quake's epicenter was traced
07.40°North, 126.64°East - 011 kilometer North 45° East of Caraga, Davao
Oriental. There are no expected aftershocks from the tremor.

19 hours ago

The National Union of Journalists of the Philippines reports four student
journalists of The Democrat, student publication of University of Nueva
Caceres were intimidated and subjected to surveillance by members of the
Philippine Army. "The other soldiers took their photos without consent. Democrat
editor-in-chief Aila Joy Esperida protested, and told the soldiers to delete the
photos. She also asked for the identity of the soldier asking for their personal
data. The soldier introduced himself as Sergeant Creo," NUJP says. It adds that
students were asked what they were doing at the plaza and claimed that they will
be holidng a rally. NUJP says Creo went  to say "that activists are often
recruited to the New People's Army." "The following day, Esperida received a
letter signed by their barangay captain summoning her and her parents for a
dialogue with the Philippine Army on Sept. 24. On Sept. 23, The Democrat
photojournalist John Harvee Cabal also received a similar letter from their
barangay," NUJP reports.

19 hours ago

The Philippine Coast Guard (PCG) and Bureau of Fisheries and Aquatic Resources
(BFAR) say that they "strongly condemn" the China Coast Guard’s (CCG’s)
installation of floating barrier in the Southeast portion of Bajo de Masinloc
(BDM), which prevents Filipino Fishing Boats (FFBs) from entering the shoal and
depriving them of their fishing and livelihood activities. According to PCG
spokesperson Jay Tarriela, the floating barrier with an estimated length of 300
meters was discovered by the PCG and BFAR personnel onboard BRP Datu Bankaw when
they conducted routine maritime patrol last September 22, 2023 at the vicinity
of BDM. Tarriela says that PCG will work closely with the concerned government
agencies to ensure the safety and security of our Filipino fishermen and
to uphold our maritime rights and protect our maritime domains.

20 hours ago

The Supreme Court Public Information Office reports that as of 12:00 noon, a
total of ?10,387 examinees are currently taking the 2023 Bar Examinations. Today
is the last day of the Bar exams being held in 14 testing centers. #Bar2023 BY
THE NUMBERS: As of 12:00 noon, a total of ?10,387 examinees are currently taking
the 2023 Bar Examinations.#WeCanDoIt #HernanDoIt pic.twitter.com/4FH8sfb9Ny —
Philippine Supreme Court Public Information Office (@SCPh_PIO) September 24,
2023

21 hours ago

The City of Manila advises the motorist of the temporary road closure on Sunday,
September 24 in line with the Alay Lakad 2023 event. The following roads will be
closed to motorists until 12 noon: • Stretch of Bonifacio Drive Southbound (from
Anda Circle to Katigbak Drive) • Stretch of Rocas Blvd. Southbound (from
Katigbak Drive to P. Ocampo) • Katigbak Drive and South Drive • Independence
Road • Kalaw Avenue Westbound (from M. H. Del Pilar to Roxas Blvd.) Vehicles may
take the following alternative routes: • All Trucks and Trailer Trucks coming
from Delpan Bridge shall turn around/U turn at Anda Circle to northbound lane of
Mel Lopez Blvd/R10 to C-3 or turn right to Capulong to point of destination.
Alternative Roads: • All light vehicles coming from Anda Circle intending to
utilize the southbound lane of Bonifacio Dr. shall turn right to A. Soriano Ave.
straight to Magallanes Drive to point of destination. • All vehicles coming from
three (3) Bridges McArthur, Jones and Quezon Bridge intending to utilize the
southbound lane of Roxas Blvd. from P. Burgos shall take Round Table, then to
Ma. Orosa to point of destination. • All vehicles coming from Gen. Luna St.
intending to utilize the southbound lane of Roxas Blvd. from P. Burgos shall
take Round Table, then to Ma. Orosa St. to point of destination; and • All
vehicles coming from westbound lane of Kalaw Ave. intending to utilize the
southbound lane of Roxas Blvd. shall turn left to M.H. del Pilar then turn right
to U.N. Ave. then left to Roxas Blvd. Service Road to point of destination. —
Manila Public Information Office

21 hours ago

PAGASA reports that Southwest Monsoon is affecting Southern Luzon, Visayas, and
Mindanao. It adds that the trough of Low Pressure Area affecting the rest of
Luzon. Metro Manila is expected to experience cloudy skies with scattered
rainshowers and thunderstorms.

23 hours ago

Alert level 1is maintained over Taal Volcano.  The Philippine Institute of
Volcanology and Seismology warns the public of the following possible hazards
that can occur: steam-driven or phreatic or gas-driven explosions volcanic
earthquakes minor ashfall lethal accumulations or expulsions of volcanic gas
Phivolcs prohibits entry into Taal Volcano Island (Permanent Danger Zone or PDZ)
, especially the Main Crater and Daang Kastila fissures, and occupancy and
boating on Taal Lake.


 * Latest
 * Trending

Trending

LATEST

Trending

abtest

abtest


'HINDI KO SIYA DINI-DENY': JOSHUA GARCIA BREAKS SILENCE ON RUMORED RELATIONSHIP
WITH EMILIENNE VIGIER

By Jan Milo Severo | 17 hours ago
Actor Joshua Garcia broke his silence on his rumored relationship with
French-Filipina athlete Emilienne Vigier.
Entertainment



EX-BI OFFICER IN ‘PASTILLAS’ SCAM FINED P5,000

By Elizabeth Marcelo | 1 day ago
A former Bureau of Immigration officer ended her legal battle in connection with
the so-called “pastillas”...
Nation



ECONOMISTS SEE RATES STAYING HIGH LONGER

By Lawrence Agcaoili | 7 hours ago
The Bangko Sentral ng Pilipinas has shown bias toward a more restrictive policy
and a higher-for-longer approach to interest...
Business



UNDERGROUND DRAINAGE TUNNELS PROPOSED AS LONG-TERM FIX FOR METRO MANILA'S
FLOODING WOES

15 hours ago
The construction of large underground drainage tunnels is a “doable” and
“permanent” solution to the...
Headlines



GILAS BOYS DROP DOWN TO BATTLE FOR BRONZE

By John Bryan Ulanday | 7 hours ago
The Gilas Pilipinas boys’ amazing run came to an end, following a 92-36 blowout
loss to Australia in the FIBA U16 Asian...
Sports


LATEST


R&B STAR USHER TO HEADLINE SUPER BOWL 2024 HALFTIME SHOW

INTERAKSYON

|
7 hours ago



THE STAR COVER (SEPTEMBER 25, 2023)

THE STAR COVER

|
8 hours ago



TEAM PHILIPPINES STRIKES IN TAEKWONDO

SPORTS

|
8 hours ago



BOMBERS, PIRATES PULL OFF REVERSALS

SPORTS

|
8 hours ago




FEU ARRANGES TITLE DUEL WITH BENILDE

SPORTS

|
8 hours ago



EAGLES SOAR PAST CARDINALS

SPORTS

|
8 hours ago



ASIAD NOTES

SPORTS

|
8 hours ago



TAMBALQUE ROARS, RULES JPGT PRADERA

SPORTS

|
8 hours ago



A VISION FOR MPBL

SPORTS

|
8 hours ago



WHAT EMOTION HAVE YOU TRIED TO HIDE FROM GOD?

WORD OF THE DAY

|
8 hours ago



NAIA RISES IN RANKINGS OF WORLD’S INTERNATIONALLY CONNECTED AIRPORTS

HEADLINES

|
8 hours ago



DIVORCE BILL AN UPHILL BATTLE – TULFO

HEADLINES

|
8 hours ago



MORE FARMERS’ GROUPS JOIN CALLS TO REMOVE DIOKNO, BALISACAN

HEADLINES

|
8 hours ago



LPA OFF SOUTHERN PHILIPPINES DISSIPATES; 2ND LPA LEAVES

HEADLINES

|
8 hours ago



PALACE URGES PINOYS TO CELEBRATE FAMILY WEEK

HEADLINES

|
8 hours ago



HOUSE HALFWAY THROUGH DEBATES ON 2024 BUDGET

HEADLINES

|
8 hours ago



PHILIPPINES TO ASEAN: REJECT MEDIA SUPPRESSION

HEADLINES

|
8 hours ago



AUSTRALIA WORKS WITH PHILIPPINES IN CORAL REEF RESTORATION

HEADLINES

|
8 hours ago



3 SENATORS TO WITHDRAW FROM POGO PHASEOUT – ESCUDERO

HEADLINES

|
8 hours ago



EDITORIAL — PASTILLAS SCAM: A LAUGHABLE PENALTY

OPINION

|
8 hours ago

Recommended


VIDEOS
4 days ago


LIVE: SENATE HEARING INTO 2024 NATIONAL BUDGET FOR TESDA


4 days ago


VICE GANDA LAUGHS OFF CRIMINAL CHARGES FILED BY KAPISANAN NG SOCIAL MEDIA
BROADCASTERS NG PILIPINAS


4 days ago


WATCH: MICHAEL CINCO CREATION WITH 2.5M SWAROVSKI CRYSTALS PRESUMABLY GRANDER
THAN KINGS’ CAPES!


BrandSpace Video


TEAM PHILIPPINES MALAYSIA-BOUND FOR ASIA FINALS OF TOYOTA GAZOO RACING GT CUP ON
SEPTEMBER 24



COLUMNISTS


LEGACY MODE

by: Ana Marie Pamintuan
Picture this: 28 kilometers of jogging paths, 78 km of bicycle...




FROM ‘FOREVERMORE’ TO ‘FOREVER ENDS’

by: Cito Beltran
Love songs, like the stories they tell, can be hits or misse...




PROSPERITY IN THE COMING AGE OF ASEAN

by: Joey Concepcion
It has been three weeks and I am still brimming with adrenaline...




UP’S SOUTHERN PIVOT

by: Jose Dalisay
At his formal investiture as the University of the Philippines’...




A PUBLIC SERVANT NAMED ‘BAYANI’

by: Marichu A. Villanueva
Call it trite, but the late parents of Bayani “BF” Fernando...




WHY WE MAY BE POOR FOREVER

by: Boo Chanco
Our politicians don’t take poverty seriously. ...




HIGHER AND HIGHER

by: Wilson Sy
Financial markets tumbled last week after the Federal Reserve’s...




RECHARGING RESPITE IN HONG KONG

by: Pat-P Daza
A few weeks ago, five of my girlfriends and I went to Hong Kong...




PURPLE HAIR AND JIGSAWS

by: Barbara Gonzalez-Ventura
One of those days when I have no idea what to write about. Have...




TRIPLE WHAMMY IN OUR TERRITORIAL WATERS

by: Ambassador B. Romualdez
It’s bad enough that our Philippine Coast Guard vessels and...




RAMON ANG’S FERRARI

by: Iris Gonzales
Enzo Ferrari, the legendary Italian race car driver who founded...




MARIA RESSA & THE FIGHT FOR OUR FUTURE

by: Elfren S. Cruz
My friends, former students and people who know me in general,...


‹›


Inside philstar.com
Headlines


CHINA SETS UP FLOATING BARRIER IN PANATAG SHOAL

7 hours ago




 * RETAILERS URGE GOVERNMENT: LIFT RICE PRICE CAPS


 * PHILHEALTH HACKERS DEMAND $300,000 – DICT

More Headlines Articles
Opinion


EDITORIAL — PASTILLAS SCAM: A LAUGHABLE PENALTY

7 hours ago




 * LEGACY MODE


 * FROM ‘FOREVERMORE’ TO ‘FOREVER ENDS’

More Opinion Articles
BrandSpace


LIMITED SLOTS ONLY! GLAM UP YOUR HAIR WITH FREE SALON MAKEOVER AT
#POWEROVERDAMAGE POP-UPS

1 day ago




 * YOUR SCREEN TIME IS ABOUT TO REACH 24 HOURS ON SEPTEMBER 26 – HERE’S WHY IT’S
   WORTH IT


 * 4 'MEGA' SOLUTIONS TO MAKE YOUR BRAND STAND OUT THIS HOLIDAY SEASON

Nation


BE TAX-COMPLIANT, BSKE BETS TOLD

7 hours ago




 * MMDA: CLOGGED DRAINS CAUSED EDSA FLOOD


 * COVID-STRICKEN EMPLOYEES STILL HAVE BENEFITS – DOLE

More Nation Articles
World


RUSSIA ACCUSES WEST OF 'DE FACTO' FIGHTING IN UKRAINE

16 hours ago




 * US EXPERTS CARRY OUT SECOND PIG-TO-HUMAN HEART TRANSPLANT


 * BIDEN GETS AN UPDATED COVID-19 VACCINE

More World Articles
Business


BUDGET GAP WIDENS TO P133 BILLION IN AUGUST

7 hours ago




 * WHY WE MAY BE POOR FOREVER


 * PHILEX CONSIDERS EXTENDED LIFE FOR PADCAL MINE

More Business Articles
Sports


TEAM PHILIPPINES STRIKES IN TAEKWONDO

7 hours ago




 * GILAS BOYS DROP DOWN TO BATTLE FOR BRONZE


 * BOMBERS, PIRATES PULL OFF REVERSALS

More Sports Articles
Entertainment


ARMAN FERRER LOOKS BACK ON SUCCESSFUL STINT AS RAMA

7 hours ago




 * YASSI PRESSMAN AND RURU MADRID TIME TRAVEL IN NEW ROMANCE-DRAMA


 * RECHARGING RESPITE IN HONG KONG

More Entertainment Articles
Lifestyle


PANGASINAN OPENS FIRST PROVINCIAL MUSEUM FEATURING WORKS OF LOCAL ARTISTS

15 hours ago




 * RECIPE: HOT BOWL OF SOUP FOR THE RAINY DAYS


 * LOOK: LIZA SOBERANO WEARS CHIC PRADA AT MILAN FASHION WEEK

More Lifestyle Articles

next


RELEVANT. WITTY. DAILY

Morning news briefings from Philstar.com

SIGN-UP
Recommended


ECONOMISTS SEE RATES STAYING HIGH LONGER

The Bangko Sentral ng Pilipinas has shown bias toward a more restrictive policy
and a higher-for-longer approach to interest rates after signaling the
resumption of its tightening cycle as early as November amid upside risks to
inflation, economists said.
7 hours ago

BSP

MONEY





HIGHER AND HIGHER

Financial markets tumbled last week after the Federal Reserve’s (Fed) latest
policy meeting.
7 hours ago

BSP

DOLLAR

US





EX-BI OFFICER IN ‘PASTILLAS’ SCAM FINED P5,000

A former Bureau of Immigration officer ended her legal battle in connection with
the so-called “pastillas” scam with a fine of P5,000.
1 day ago

BUREAU OF IMMIGRATION





MORE THINK TANKS LOWER GROWTH FORECASTS FOR PHILIPPINES

ING Bank cuts below five percent its 2023 economic growth forecast for the
Philippines due to the further pickup in inflation as well as the possibility of
additional interest rate hikes to be delivered by the Bangko Sentral ng
Pilipinas.
1 day ago

BSP





BSP, BANKS DEEPEN COLLABORATION ON CYBERSECURITY

Philippine banks vowed to further deepen their collaboration and partnership
with the Bangko Sentral ng Pilipinas on cybersecurity, as well as financial
literacy and inclusion.
1 day ago

CYBERSECURITY



Lotto Sep 24, 2023
Previous
6/58 Ultra Lotto
302027283842
JACKPOT PRIZE: 49,500,000.00 PHP
6/49 Lotto
43821242320
JACKPOT PRIZE: 75,560,208.00 PHP
SUERTRES
894
EZ2
148
Next
More Lotto Results

Daily Bread

God knows we feel
By day the Lord directs his love, at night his song is with me — a prayer to the
God of my life. — PSALM 42:8 
More Daily Bread
Exam Results


 * AGRICULTURAL AND BIOSYSTEMS ENGINEERS LICENSURE EXAMINATION


 * LICENSURE EXAMINATION FOR CRIMINOLOGISTS


 * LIBRARIANS LICENSURE EXAMINATION


 * REAL ESTATE APPRAISERS LICENSURE EXAMINATION


 * ELECTRICAL ENGINEERS LICENSURE EXAMINATION

More Exam Results
Word of the Day


"WHAT EMOTION HAVE YOU TRIED TO HIDE FROM GOD?"

More Word of the Day
Forex Sep 24, 2023
1$:56.795

1$:56.795 DOWN

Closing as of 5:00 PM

More Forex



OK
Are you sure you want to log out?
Yes
No
X

Login

Philstar.com is one of the most vibrant, opinionated, discerning communities of
readers on cyberspace. With your meaningful insights, help shape the stories
that can shape the country. Sign up now!

E-mail Address:
Password
  REMEMBER ME FORGOT PASSWORD?
SIGN IN
or sign in with


登录已登录

New user? CLICK HERE TO REGISTER


This site uses cookies. By continuing to browse the site, you are agreeing to
our use of cookies.