Posts by Philipe Silva • 45 points
6 posts
-
0
votes1
answer44
viewsQ: How to create a template system with PHP slots/sections?
I have a question for study purposes. I am developing an MVC and AJAX project and, on the pages that would use Javascript, I would use these delimiters. Code: <?php $script->start('js'); :>…
-
0
votes1
answer165
viewsQ: jQuery Ajax File Upload error serialize
I am implementing an upload system in my system but am not able to recover the upload data via jquery serial when I pass the data without input file it works normal and does not present me error.…
-
1
votes0
answers70
viewsQ: Create Login Class javascript & php (AJAX)
Guys I have a big doubt regarding the javascript es6 to create a login class, my intention was to organize more code only I do not know where to start :p, I apologize for my lack of knowledge on the…
-
0
votes2
answers124
viewsA: List Category and sub-egoria
this here my query; in case I wanted to order by groups mysql> SELECT -> app.subcategoria.subcategoria, -> app.categoria.categoria -> FROM -> app.ws_subcategoria AS subcategoria ->…
mysqlanswered Philipe Silva 45 -
0
votes2
answers124
viewsQ: List Category and sub-egoria
Good afternoon, I am developing a framework in the Mvc model and wanted to list the categories and subcategories I am using a single table CATEGORY. with the following fields. mysql> select *…
mysqlasked Philipe Silva 45 -
0
votes3
answers2107
viewsA: How to print only a part of HTML?
There are several ways to do this, since you want in Javascript, here is a simple example. <body> <div id="sua_div">Essa é a DIV</div> <button id="btn">Clique para…