Search found 8 matches

by Azz
Sat Apr 05, 2025 7:05 pm
Forum: Forms
Topic: Editbox conditions, hide
Replies: 10
Views: 570

Re: Editbox conditions, hide

Thank you! I removed jQuery link and it works now. Editbox hidding. The same with self hidding editboxes. BUT, if I choose other combobox value, after hidding, boxes steel hidden, don't appear. If I add more conditions with SHOW, boxes don't appear after hidding. About selfhidding, it works to, but ...
by Azz
Thu Apr 03, 2025 8:13 pm
Forum: Forms
Topic: Editbox conditions, hide
Replies: 10
Views: 570

Re: Editbox conditions, hide

In Page HTML , Start of page, my php code to connect database, and load information to it.

(<?php
ob_start();
session_start();
if (!isset($_SESSION['username'])) {
header('Location: ./noaccess.html');
exit;
}
require_once 'image_processor.php';
$mysql_server = 'localhost';
$mysql_database ...
by Azz
Thu Apr 03, 2025 5:43 pm
Forum: Forms
Topic: Editbox conditions, hide
Replies: 10
Views: 570

Re: Editbox conditions, hide

Yes, in EDITPOST page, when editbox displays echo information from database, if is less than 1, editbox disable itself, and it works. Editboxes is really disabled, and if value is 1 or more, editbox enabled. When I change “disable” to “hide”, hide don't work in same condition and same all. About ...
by Azz
Thu Apr 03, 2025 3:15 pm
Forum: Forms
Topic: Editbox conditions, hide
Replies: 10
Views: 570

Re: Editbox conditions, hide

Here is 2 PHP pages of my project. https://disk.yandex.ru/d/65vIW-vidhfIbQ
When i delete all php part and save like html, hiding works. But if i save with all php and with extention.php only disabling works, but not hide. I steel having a hope that hide can work
by Azz
Thu Apr 03, 2025 1:25 am
Forum: Forms
Topic: Editbox conditions, hide
Replies: 10
Views: 570

Editbox conditions, hide

Hello dear Pablo! I just found little problem using editbox conditions. I tried to hide editbox if value less than 1, but it doesn't work. After that, I tried disable the same editbox with the same conditions, and it works! But I need to hide it. I tried distinct “configurations”, but it still not ...
by Azz
Tue Jan 21, 2025 5:19 pm
Forum: Login Tools Questions
Topic: Login tool USERS LOG
Replies: 35
Views: 30284

Re: Login tool USERS LOG

Hello, finally I solved this problem, just changing localhost program, for other. Now MySQL logging users works perfect! Thank you for attention :)
by Azz
Sat Jan 04, 2025 2:19 pm
Forum: Login Tools Questions
Topic: Login tool USERS LOG
Replies: 35
Views: 30284

Re: Login tool USERS LOG

Todays error log:

2025/01/04 17:10:04 [notice] 13680#13300: signal process started
2025/01/04 17:10:35 [error] 3668#684: *7 CreateFile() "C:\Winginx/home/azradarza/public_html/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: azradarza, request: "GET ...
by Azz
Sat Jan 04, 2025 1:37 pm
Forum: Login Tools Questions
Topic: Login tool USERS LOG
Replies: 35
Views: 30284

Re: Login tool USERS LOG

Hola, feliz año nuevo, Pablo!

Llei la documentacion, pero sigo sin poder resolver mi pequeño problema con el USERS_LOG.
Todo me funciona perfectamente, con el (utf8_ unicode_ci) al registrar un usuario nuevo, i las demas funciones de Login Tools menos el Users Log.

Pues se trata de que simplemente ...