Posts by Jean Carlo • 153 points
6 posts
-
2
votes1
answer63
viewsQ: Hexadecimal string cut when doing Insert with PDO
Good afternoon, you guys! I would like some help from you to solve a problem that is happening to me. I have a hexadecimal string containing an images that should be added to the database, when I do…
-
1
votes0
answers365
viewsQ: How to use PHP Objects and Mysql Transaction Control?
I have a database with some tables, and I created a class for manipulation for each table of the bank, an example of them is a class for orders and another for itensPedidos. Each class manipulates…
-
1
votes0
answers601
viewsQ: Automatic deploy with git does not work in Ocaweb
Good night, you guys! I’m trying to make an automatic deployment with git directly on the site server in Ocaweb, but it doesn’t work. I followed several tutorials, but I could not, I can send the…
-
2
votes1
answer631
viewsQ: Replace Google Maps Map
My question is how to use the google maps library with another map, or image. I found an interesting example that made me thoughtful, but I couldn’t find an answer so far. This is the example:…
google-mapsasked Jean Carlo 153 -
0
votes1
answer114
viewsA: How to make page title with php
A good solution for what you want, it would utilize user friendly url. No doubt it would be a solution for what you want and you can use apache url rewriting module to do this. Since the subject is…
phpanswered Jean Carlo 153 -
7
votes2
answers18011
viewsQ: INNER JOIN with two fields of the same table
I’m having a problem I haven’t found a solution to so far. I have 3 tables in Mysql: Units:containing information from "stores". Orders: contain the order information made by loja01 for loja02, both…