Posts by João Carlos Rosseto • 11 points
4 posts
-
0
votes1
answer63
viewsQ: Cakephp routine is legend to display data in the view
I’m using Cakephp 2.4.2. I’m not able to understand the slowness to display the data. As the number of records increases in the table, the slower it gets. The table structure is id (int(11)), name…
-
0
votes2
answers183
viewsA: Batch file anchored
The flash drive has to have some brand to be checked. It can be like this: You create the subs folder on the flash drive that you will use for backup and place the code below in the folder. @echo…
-
0
votes4
answers68381
viewsA: Script returning Parse error: syntax error, Unexpected end of file
Check the file format. That’s how I solved the mistake "Parse error: syntax error, Unexpected end of file" after suffering a little. Use a file editor like Notepad++, in the toolbar, click the…
phpanswered João Carlos Rosseto 11 -
1
votes0
answers208
viewsQ: mysqli_query() within mysqli_fetch_assoc() dispenses with the use of mysqli_free_result?
With the new Mysql class, mysqli, it has become necessary to worry about always making use of mysqli_free_result() after mysqli_query() with SELECT for memory release, but I often use mysqli_query()…