Posts by Sandro Molines • 46 points
2 posts
-
1
votes2
answers565
viewsA: Format String to insert into Mysql (TIMESTAMP)
You can also do so, using the function that Silvio commented with the function date to format before inserting into the database: $timestamp = date('Y-m-d H:i:s',…
-
1
votes3
answers7456
viewsA: Button Submit turn a normal link
To do this I advise you to use jQuery, follow a small example of how I would do this, remembering that you will need to import the jQuery library. I used a input hidden, passing its value in Submit…