Updated 5
Good morning, I'm trying to create a comment system that is equal to link
>
Here is the JavaScript code to send everything to PHP:
$(function() {
$('.commentform').submit(function() {
var comment_publica...
I'm trying to display the exact time with PHP in the following format.
Date: YYYY-MM-DD
Time: 00: 00: 00: 000
<?php
setlocale( LC_ALL, 'pt_BR', 'pt_BR.iso-8859-1', 'pt_BR.utf-8', 'portuguese' );
date_default_...
Edited - Although I have requested exclusively in css, I have seen that in fact the final result in JS is much more professional and lean. Being
so I confirmed @renan's response as the one that really helped.
However I would stress her...
The two data types, DECIMAL and NUMERIC , are / can be used to store exact values.
For example:
Is there any difference between Salario DECIMAL(5,2) and Salario NUMERIC(5,2) in MySQL?
Is there a situation that...
I have a website in 3 languages, EN , EN and EN .
But on some separate machines when accessing the site by the browser is directing to page in English . This happens because of the code below that I developed to retrieve the user's brows...
I have the following situation ...
A pure javascript client application that runs with node.js, where I send via a JSON post, as follows:
doLoad = function (livrosList){
var xmlhttp = new XMLHttpRequest();
x...
I have an Asp.Net MVC project and would like to securely store user passwords in the database.
Home
The goal is to create something that can not be easily decrypted in a few hours of brute force on a PC (I'm aware that with a little more effort...
In some videos in numberphile on the Zeno's Paradox the teacher of the video tried to explain how this paradox worked using the hands to beat palamas (I'm not sure how to explain this but I'll leave the video there in question, please watch...