Questions tagged as 'html'

1
answer

Content on the same line when I pull mysqli

I host a text field in my database, with my space between paragraphs. But when I pull it to insert without being in textarea field it comes all in one line only, no spacing. Goal: Bom dia Bruno Agradecemos pelo seu contato! Segue em anex...
asked by 26.04.2018 / 14:26
2
answers

Problems in recording and resolution of the calculation

I am not able to write the value entered in input and then resolve the calculation. <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> </head> <body> <form method="post"> <lab...
asked by 27.04.2018 / 20:59
1
answer

Doubt fwrite writing to file

I have a problem writing a file using fwrite, I can create the file normally, however at the time of writing I get the following error: Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or va...
asked by 24.03.2018 / 15:26
1
answer

Turn a search into a field that you dial when clicking on the cell

I'm developing a site with local business registration in PHP and MySQL with name, address and phone, so alright, I'm stuck on the item where when doing a search on the site the result that return in the table, where it has the number phone and...
asked by 25.03.2018 / 21:38
1
answer

Syntax .cshtml - DevExpress

In the .aspx page, I have an ASPxRichEdit and the top of the code I place: <%@ Register Assembly="DevExpress.Web.ASPxRichEdit.v17.2, Version=17.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web.ASPxRichE...
asked by 26.03.2018 / 15:32
1
answer

HTML email image in PHPMailer

I'm making a template for sending email marketing, which contains an image: <tr> <td style="padding: 10px 0 10px 0;" align="center" bgcolor="#1ac6ff"> <img src="templates/email/logo.png" alt="Ticket" style="display: inl...
asked by 26.03.2018 / 14:10
2
answers

Email validation with password with jQuery

I need to give you an alert when I give "all right" on my form. The situation is that I need to check without the email having "@" and "." and also along with this if the two password fields have equal values. Here's the code. $("#passo2_cad")...
asked by 24.04.2018 / 20:37
1
answer

HTML TEMPLATE tag for code block repeats

In a .PHP document I have a .HTML stretch with more than 20 DIVs practically identical (see below code). I wanted a way to declare a DIV "repeteco" only once and where necessary repeat it throughout the document, just make its referen...
asked by 28.03.2018 / 20:33
1
answer

Centering images side by side

I would like to center these two images side by side, but in small screen the bottom one is very close together of the image from above <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><...
asked by 22.03.2018 / 19:03
1
answer

How to print the result of a php function from another page?

You can tell me how to finish this project, with this code I have been able to define the message that will appear from the number entered by the user given by the administrator <form action="submit.php" method="post" >...
asked by 22.03.2018 / 15:59