Questions tagged as 'html'

2
answers

How to open a page in a new tab without leaving the current page

What I want is something that works like target="_blank" , but I do not want to leave the page where the link was clicked. That is, clicking on the link would seemingly nothing change, keeping the current page view, however, a new tab w...
asked by 15.11.2014 / 00:34
0
answers

php commented within the console

I have the following test code: <html> <head></head> <body> <?php echo 'teste'; ?> </body> </html> Should only show written test on screen, however while executing the page is blank. When opening th...
asked by 26.04.2018 / 14:40
0
answers

Add class current in categories menu in wordbar sidebar

I have a menu of categories in the wordpress sidebar within the "News" page, I'm using index.php as the main page of posts setting it by "customize" as in the image below, then in the "News" page the menu category-sidebar shows the current-cat c...
asked by 26.04.2018 / 15:18
1
answer

Save XHTML form as PDF

I am creating a report page via XHTML, have option to view the form and would like to add a button to download this form as a PDF. I was trying to use DomPDF to do this, but a php page appears with the codes rather than a PDF.     
asked by 23.04.2018 / 14:17
1
answer

Is it possible to fire a file inside a server through a web page?

I would like to know if it is possible to execute a command inside a server through a web page, what I need is that through this page I can open a VBS script that I have saved or even open an application. No matter the language applied, is there...
asked by 17.04.2018 / 00:56
0
answers

Automatic number for form

I wanted to get an automatic number after completing a form, or, I suppose, I'll fill out my form. What you have to say, Reserve # 1/2018, when someone else has to fill in another form, you have to say Reserve # 2/2018. I do not know if you can...
asked by 17.04.2018 / 11:49
1
answer

Send email with attachments in php

I'm sending an email, everything works fine. Now I wanted to add some files as an attachment. I have the following code: $from = $_SESSION['email_cliente']; $email_destino = "[email protected]"; $subject = "Assunto"; $messagem = "Isto é uma mens...
asked by 02.04.2014 / 15:59
0
answers

WEB Player for ASF

I'm having trouble trying to create a video player in html to play files in ASF . No html pure, does not play in that format and the company where I work, only accepts this video format. Is there any way to reproduce...
asked by 18.04.2018 / 19:38
0
answers

Paging of 2 tabs using 1 control variable for page numbering

Next, I have a page that has 2 tabs and in each tab there is pagination, the problem is that I need to use the variable "$ pagina " for both tabs as a way to control the page number without changing both the tabs, how would? Below my co...
asked by 16.04.2018 / 22:01
1
answer

I can not join two tables in php

Good afternoon, I have the following problem, I am developing a project and I need to join two tables of mysql to appear in the table made in php. That is, I want the following: Thistableabovehastoreceiveinformationfromtheuserstableandfromanoth...
asked by 16.04.2018 / 17:36