Posts by WELLINGTON LEITE • 29 points
3 posts
-
-1
votes1
answer95
viewsQ: Generate a set of numbers in php
Friends need to automatically generate a sequence of numbers and comma separations in php, for example. 1,2,3,4,5,6,7,8,9,10,11,12 save in a variable and then make an Insert in a mysql database.…
-
0
votes0
answers178
viewsQ: Error including in database: Duplicate entry '-1' for key 'PRIMARY'
Friends have this table, when I save a user the following error occurs Error including in database: Duplicate entry 'first name.last name -1' for key 'PRIMARY' This is the code. detail in…
-
3
votes0
answers37
viewsQ: Refresh in a <li>
I have a content inside a <li> I need to refresh her at the event onclick. But within this li there is a function in php. How would that be possible?…