Posts by Leandro Vidal • 22 points
3 posts
-
-1
votes1
answer98
viewsA: How to upload photo using jQuery Picturecut?
This Cdn from jqueryCut is apparently off the air, at least I couldn’t visualize. Confirm that Cdn is online or you can download the files directly from git Click here…
-
1
votes1
answer33
viewsA: Problem entering form data in Mysql
Check that the value of the sql variable is correct, debugge and run the command directly in the database and see if it is being inserted.
-
-1
votes3
answers864
viewsA: Make primary key uplinkable
It is impossible to accomplish this a primary key cannot repeat itself, just remove the AUTO_INCREMENT property from the column