Questions tagged as 'html'

1
answer

how to send data to another page in html

I have a form in which the user will fill in the data and will return to the home page of the site, and an adm login screen where he will log in and will see a page with the data that the users filled How do I do this? Now I want to di...
asked by 10.12.2017 / 20:32
1
answer

Convert html table into XLSX [closed]

I can only convert to .xls or .pdf but I need .xlsx . The simpler the code, the better. ------ Example requested ------ I use the Salesforce platform, it has some changes in relation to the html but I managed to adapt perfectly, witho...
asked by 19.08.2016 / 17:54
1
answer

html tag within php variable

Can I use html tags within php variable. For example I'm doing a loop where I have a parent item that I want to take <strong> and the child items I just add - , except that if I do this at the time of setting the parent item...
asked by 25.11.2015 / 17:42
2
answers

Generate PDF report with PHP

I am using the TCPDF to generate a PDF report, Problems: The page that generates the HTML that will be converted into PDF receives some POSTS (which will be used to populate the report) as parameters TCPDF only accepts the HTML alread...
asked by 25.03.2015 / 00:22
1
answer

Adding more than one image to PDF using mpdf [duplicate]

I need to generate a PDF with the MPDF class inside the PDF must contain some images, which will be sent through the form.html page, which sends the images to gera-pdf.php which processes and converts the content to PDF form.html <form...
asked by 18.10.2015 / 14:39
1
answer

make a submenu - example on a website below [closed]

I would like to adapt my code to create a submenu like this one: link for example in "categories" - "css" then another side menu appears with the same properties as above and I would like mine to be like this. <div id="menu2"> <ul i...
asked by 02.05.2014 / 10:35
2
answers

Data type Date

I have a question and I do not know if it's possible in Html. Within a form I have several types of fields and one of them is the type DATE that receives (Day / month / Year) and now wanted to change it to receive only (month / year). Can I m...
asked by 02.04.2014 / 10:14
2
answers

HTML - can you determine the content of an input? [closed]

Briefly: I would like to determine the content of an input in a form, but I do not know and did not find an attribute that does, for example. Is it possible? Thank you in advance.     
asked by 21.12.2018 / 12:49
1
answer

WHERE clause with PHP coming from JavaScript [closed]

I need to pass a PHP variable into a WHERE clause of a SELECT , but this PHP variable receives a value from JAVASCRIPT . I ran a test passing just a native PHP value and it worked: <?php $phpNum = 1; /* Testando com numéric...
asked by 29.08.2016 / 02:13
1
answer

Do PHP calculations

I have some doubt regarding some calculations, I made the following table using html and php, what I intend now is that the result calculates me percentages. That is, if the goal is equal to the final evaluation the result will be 100%, on the o...
asked by 16.04.2018 / 16:33