Php and css on in html?
Posted: Sun Mar 26, 2006 9:13 am
feyd | Please use
I'll let you guys have some fun and through some css in it.
Thx
feyd | Please use
Code: Select all
andCode: Select all
tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hi i want to have css html and php on one page. Is there a way toget allthree towork together? If theres a easier way (my ears are open). Here my code:Code: Select all
<!DOCTYPE html PUBLIC
"-//h3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml-strict.dtd"
<html>
<head><title>www.Example.com</title>
<link rel="stylesheet" type="text/css" href="css.css" />
</head>
<body>
<?php echo date("m-d-Y g:i A"); ?>
<form name="login" method="post" action="validate.php">
username:<input type="text" name="user_name"><br>
password:<input type="password" name="password"><br>
<input type="submit" value="submit">
</form>
</body>
</html>I'll let you guys have some fun and through some css in it.
Thx
feyd | Please use
Code: Select all
andCode: Select all
tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]