OT: Problem with a poll [message #82438] |
Thu, 22 April 2004 12:45 |
Matt2405
Messages: 77 Registered: October 2003 Location: UK
Karma:
|
Recruit |
|
|
If you ask me isnt <?php and ?> the standered tags.
I dont know much about PHP will I am going to use it in the future.
EDIT: If I am mistaken don't you use the "echo" command when using HTML code in PHP code?
If so it would be this:
<?php
echo"<html>"
. "head>"
. "link rel=\"stylesheet\" href=\"css.css\" type=\"text/css\">"
. "/head>"
. "/html> "
."";
?>
Sorry if I am wrong.
|
|
|