answersLogoWhite

0

Where can you put php code blocks inside a HTML document?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

//Down below you can see the php code block.

<html>

<form>

<p><b><font color="000000" font size="2" face="Verdana">Name:</font></b></p>

<input type=text size="40" name="name">

</textarea>

<br><br>

<input type="hidden" name="stamp"

value="<?php echo md5(uniqid(rand(),true)); ?>" />

<input name="Submit1" type="submit" value="submit" style="width: 117px">

</form>

<html>

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where can you put php code blocks inside a HTML document?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Written remarks in your HTML or CSS document which will not be displayed in the browser?

Comments are not displayed by the browser, but they can help document your HTML source code.


What does mean HTML documents?

HTML stands for Hyper Text Markup Language. An HTML document contains HTML code that shows a Web browser how to display the document content.


How do you embed video games on an HTML?

you need to find the games HTML code and copy and paste it into your HTML document.


How can you get the HTML code from a HTML document?

If you mean HTML website, just check the page source. If you mean a '.html' document, Right click and select Open With and select any text editor.


Is HTML the code used to display a document on the web?

yes


Where can one download a blank HTML document for free?

You can download a blank HTML document for free online from the W3Schools website. Once on the page, click on "HTML" in the left navigation menu and then copy and paste the code from the box into a text document and name it with the .html file extension to save the blank HTML document.


How do you upload an image to a HTML document?

To put an image in an HTML document, first upload the image to a web server somewhere. Then, copy the URL of the document. Finally, place the following code into the HTML document: &lt;image src="PASTE URL HERE" /&gt;


How do you import a flash game in a HTML document?

You will need to embed the SWF file in your HTML using the following code:


How do you view HTML on a PC?

To view the source code of an HTML document, open it using Notepad or a similar text processor (Notepad is best for HTML editing). To view the HTML document as it would look on the Internet, open it with any web browser.


How do you remove ActiveX from HTML code?

Not sure what you are trying to do or what kind of ActiveX calls you have in your HTML code. However, the easiest way to remove anything from an HTML document is to highlight what you do not want and press the delete key.


What is the code inside the HTML?

hyper text markup language


How do you create a simple JavaScript message inside the HTML?

You need to type the following code to create a simple JavaScript message inside the HTML