Posts by Fernando • 57 points
13 posts
-
0
votes0
answers22
viewsQ: Format value as currency
Accurate in PHP format the value 1.174.36 in 1174.36 I need to remove all previous points from the penny. I’m racking my brain here but I can’t find the solution. all the solutions I can find is the…
-
0
votes1
answer20
viewsQ: Magento square thumbmail
I am creating a virtual store in magento using the tema porto, but I have the following problem: The images are becoming rectangular and disproportionate, follow a photo example: How do I leave a…
-
2
votes3
answers4012
viewsA: input datetime-local value
I managed to solve as follows: str_replace(' ','T','2018-06-22 12:00:00') But I don’t know if it’s the best way
-
1
votes3
answers4012
viewsQ: input datetime-local value
Hello friends all right ? In my database I have the date time so:2018-06-22 12:00:00 in the final html is this way: <input type="datetime-local" class="form-control" id="data_contratado"…
-
0
votes1
answer29
viewsA: Cordova error build
problem solved just needed to download the drivers from android 7
-
0
votes1
answer29
viewsQ: Cordova error build
Hello friends I’m new in the world Ordova and I’m having this mistake when trying to generate the app, this is my first app I didn’t even touch the folder www. If you can help me I’m very grateful.…
-
0
votes2
answers92
views -
0
votes2
answers92
views -
0
votes1
answer116
viewsA: php foreach Multilevel menu
I could solve, I was doing the sql query incorrectly comparing id_pai with id_pai where it should be id_pai with id $blog_categorias_filhasQ = $pdo->prepare('SELECT * FROM blog_categoria WHERE…
-
0
votes1
answer116
viewsQ: php foreach Multilevel menu
Hello friends all right ? I am with the following problem I have this database need to create a menu with Multilevel for the blog site, created one with the following code: <ul class="nav…
-
0
votes1
answer293
viewsQ: Compare values using SQL
I find myself in the following picture situation I need to compare the value of the property with the minimum and maximum filter value but due to the semicolons I get no results. How can I solve…
-
0
votes0
answers42
viewsQ: Visits to the website
Hello friends I have this information of my visitors to make a very cool Dashboard, I am wanting to calculate the time of permanence of customers on the site, to each access that the person gives it…
-
0
votes0
answers32
viewsQ: Uncaught Exception 'Pdoexception' with message 'SQLSTATE[HY093]: Invalid Parameter number: Parameter was not defined
Fatal error: Uncaught Exception 'Pdoexception' with message 'SQLSTATE[HY093]: Invalid Parameter number: Parameter was not defined' in D: htdocs sistemas imobiliaria admin classes imovel.php:603…