Question : So .. I have 3 table: user: | ID | NOME | SOBRENOME | | 01 | Igor […]
Tag: php
Toggle colors in table with PHP [duplicate]
Question : I have a code that displays a table in the% list of registered%, and to embellish, the code […]
How to find out which extensions are installed in my PHP?
Question : Is there any way to find out which extensions are installed in my PHP? I already know I […]
I can not check if an array is empty or null
Question : I need to display a message whenever my array is empty or null, but I can not. I […]
Payment in installments with ticket via PagSeguro [closed]
Question : I developed a site where there is a course for sale at a specific value. This course is […]
Difference between null, empty, 0 and false
Question : The goal Differentiate day-to-day usage of null , empty , 0 and false . The problem Coping with […]
What errors trigger the catch? [duplicate]
Question : In a test similar to this , I stayed in doubts what the errors that generate Exception . […]
Sort by day of the week, starting with today
Question : I want to sort the results by the days of the week I have 7 events, 1 event […]
How to identify which city the user is? [duplicate]
Question : In some sites of purchases / services is made an identification or suggestion of the city that the […]
Is it possible to de-structure an array in PHP equal to or similar to the list in Python?
Question : In Python we can de-structure a list like this: lista = [ “Maça”, “Pera” ] maca, pera = […]