Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
なんらかの理由で、このスクリプトは Cookie の読み取りを停止し、'NO POP' または 'POP CODE' メッセージが 2/3 週サインインして表示されません. とにかく、Cookie 'faceupz' が私の PC に設定されています.仕事 ?
if( isset( $_COOKIE['faceupz'] ) ) { echo 'NO POP'; } else { echo 'POP CODE'; }
ありがとう!