
< /code>
Но скрипт PHP выполняется до загрузки логотипа, хотя и записан до него. < /p>
Как я могу решить проблему в captcha.php (без необходимости другого файла .php) и без Javascript?
Captcha lädt …
/* Reset & Base */
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:sans-serif; }
/* Splash container */
.splash-container {
position: fixed; top:0; left:0; right:0; bottom:0;
display: flex; flex-direction: column;
justify-content: center; align-items: center;
background:white; z-index:9999;
}
.splash-logo { max-width:120px; margin-bottom:10px; }
.splash-title { font-size:1.5rem; margin-bottom:8px; }
.splash-text { margin-bottom:12px; }
.loader { display:flex; gap:6px; }
.loader div {
width:12px; height:12px; background:#333; opacity:0;
animation: blink 1.2s infinite ease-in-out;
}
.loader div:nth-child(1){animation-delay:0s;}
.loader div:nth-child(2){animation-delay:0.4s;}
.loader div:nth-child(3){animation-delay:0.8s;}
@keyframes blink {0%,100%{opacity:0;}50%{opacity:1;}}
/* Captcha styles (coming later) */
.captcha-grid {
display:grid;
grid-template-columns:repeat(5,1fr);
gap:4px; width:100%; max-width:100%;
}
.captcha-grid label {
position:relative; width:100%; aspect-ratio:1/1;
}
.captcha-grid img {
width:100%; height:100%; object-fit:cover;
}
.captcha-grid input[type="checkbox"] {
position:absolute; top:5px; left:5px; z-index:1;
}
.error-msg {
color:red; font-weight:bold; margin-bottom:10px;
}

My forum
Please wait…
Подробнее здесь: https://stackoverflow.com/questions/796 ... s-executed
Мобильная версия