Posts Tagged ‘code html’

What is PHP and how do you link/use it in web development?

What exactly can you use PHP for? What i understand is that you can read and write information on a database. Is it like javascript and css where you link your PHP file with a source code in your html page?

How can I keep html code out of my forms?

I’ve a mail form on my website and I’m wondering how I can validate what is put into the message part of my form so that I can keep html code out of it.
Can you help me with some code to strip out html code from my form?

Any way to invoke a php script besides user clicking a button on a form?

The only way I know to run a php script is to put the name of the script in a <form action=""> tag. Are there any other options?

I have a situation where I would like to start a php script without relying on the user to press a button. I tried putting php code in a .html file, but when I load the file from the server it doesn’t execute any php.

Thanks,
Houyhnhnm

How do I enter a html code a plain text instead of html in dreamweaver?

Im trying to add a weather module from the weatherchannels website. Well I have a code for the weather widget but it wont show the model in dreamweaver. How do I apply the code so that it will work?

What is the code to embed a picture into html?

What is the code to embed a picture into html? I would like to embed small pictures, how do I go about doing this? Please give me the code for it.