Posts by Vinicius Yuri • 21 points
4 posts
-
1
votes1
answer139
viewsQ: PHP/FTP File Verification
Hello, I have the following situation: My company wants to validate all files from a particular folder on FTP with BD (Mysql), to make sure that all files are being used and those that are not…
-
0
votes0
answers133
viewsQ: Error 503 in PHP
I have a script that introduces several information in the database and saves some files on the server through URL, but PHP ends the process before the completion with error 503. I have tried (I…
phpasked Vinicius Yuri 21 -
0
votes2
answers1665
viewsQ: Limit Inner Join Result
I’ve been in trouble for a few days. I have a select that does some Inners and should return 3 lines, but one of the Inners has several results linked to the searched result; how to limit this Inner…
-
1
votes1
answer240
viewsQ: If within PHP Field
Good Afternoon, How to Make an if within variable value assignment. $html =' <body> <table width="100%" style="background:#00aeef;"> <tr><td> <table width="596" border="0"…