View Single Post
damage220
Member
Join Date: Jul 2022
Location: Ukraine
Old 08-13-2022 , 17:45   Re: is there anyone skilled in php
Reply With Quote #12

PHP Code:
ch$iConnection->query'SELECT `PlayedTime` FROM `bywtimer` WHERE `Id` = ' $_GET"Id" ] . ';' ) as $szRow ) { 
Could you provide the resulting query string? Just echo the string somewhere in the code, and run the script.
PHP Code:
echo 'SELECT `PlayedTime` FROM `bywtimer` WHERE `Id` = ' $_GET"Id" ] . ';'
damage220 is offline