Questions tagged as 'html'

1
answer

Hide the page's HTML source code

Is it possible to hide the source code of the page? I ask why Twitter seems to use this technique. See: <!DOCTYPE html> <html lang="pt"> <head> <meta charset="utf-8" /> <title>Twitter</title> <style...
asked by 01.09.2018 / 11:57
2
answers

How does a Json object return?

I just modified an HTML example with Json but it is of an array type and apparently what I want to use is an object, I believe this is the problem. json contains this information: {"riotschmick": {"id": 585897, "name": "RiotSchmick", "profile...
asked by 02.12.2015 / 18:13
2
answers

How to organize PHP and HTML code to make an e-commerce? [closed]

I'm doing an e-commerce and finished planning the site. The site will have to be registered before buying the products, which will be done using PayPal. My question is: do I login pages and no HTML login and then I put PHP, or do I do PHP and...
asked by 16.10.2015 / 20:36
2
answers

PHPMailer not taking form value

So, I have a sample registry form to test PHPMailer, but PHP is not accepting form IDs with the error:    Undefined index HTML and PHP are just below: <?php //ATENÇÃO ESSE TIPO DE ENVIO SOMENTE PARA USO DO GMAIL //PARA USOS DE OUTRO...
asked by 06.09.2018 / 20:23
2
answers

Error in displaying multiple Google Maps bookmarks PHP, JS, HTML

I'm trying to make a Google Maps map that shows the location of a garbage dump, information that is contained in the form of coordinates in a database, and the weight of the dump, also contained in the database. What's wrong with bookmarks no...
asked by 12.08.2018 / 22:35
1
answer

How to troubleshoot the error: String data, right truncated: 1406

Hello, follow my question: I'm trying to save the data from the Checklist Protocol, but the following error is occurring:    SQLSTATE [22001]: String data, right truncated: 1406 Data too long for column 'item' at row 1 How can I solve...
asked by 27.11.2018 / 14:20
1
answer

Connect Database with HTML [closed]

How do I connect to my database with html? HTML CODE <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>CADASTRO DE CLIENTES COM BANCO DE DADOS E PHP</title> <s...
asked by 26.06.2018 / 17:49
1
answer

No connection response PHP [closed]

Good evening, could anyone help me? I'm doing an academic project where I have to link HTML pages and make them pull information from the database. So far, I have created a table in my database, created a php script to connect and put the for...
asked by 11.06.2018 / 03:32
2
answers

Why the PHP script does not run if opened by the pc, but does it run open on localhost? [duplicate]

I'm already warning that I'm not with any problem and, alias, I just solved one that refers to this question but anyway, I wanted to know (out of curiosity) why a php script does not run if I open the file through the computer , but if I enter...
asked by 19.02.2018 / 13:53
1
answer

No error to place a watermark

Does watermark pdf error exist in this code?    document index.php <?php session_start(); ?> <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <meta http-equi...
asked by 10.05.2018 / 21:10