Posts by ThiagoCI • 1 point
2 posts
-
0
votes1
answer188
viewsQ: Use result of an SQL query as attribute to another query.(MYSQL)
I have the following structure: tabela (Grupo): -cd_grupo -nm_grupo -ds_filtros -> Aqui armazeno parte do comando SQL utilizado como filtro , para posteriormente atualizar. I store the following…
-
0
votes1
answer105
viewsQ: Check for remote file, slow, PHP
I’m having trouble checking with remote files, the structure is as follows: function endereco_existe($url) { $h = get_headers($url); $status = array(); preg_match('/HTTP\/.* ([0-9]+) .*/', $h[0] ,…