Posts by Antonio • 17 points
5 posts
-
0
votes0
answers25
viewsQ: Handle. srt files with PHP
I am developing a project in Laravel 8 and this project consists of a SRT subtitle management system. In the world of subtitling teams divide an entire caption (srt file) into several slots. In…
-
-1
votes1
answer39
viewsQ: Parameter error
function tr_rating_format_number($id = NULL, $display = NULL) { $return = number_format(get_post_meta($id, 'ratings_average', true), 1); $return = get_post_meta($id, 'ratings_average', true) == '' ?…
-
0
votes3
answers1959
views -
1
votes1
answer209
viewsQ: How to resolve mysql_query error?
I installed a login and registration system in a hosting, adjusted the database and connected to the system, including created a user to test the login. However when I log in it presents these…
-
-1
votes1
answer35
viewsQ: How to remove image upload requirement?
<script type="text/javascript"> jQuery(function($){ $("#date").mask("99/99/9999",{placeholder:"dd/mm/yyyy"}); }); </script> <div class="main"> <div class="main-inner">…