|
Posted by A.Translator on 01/23/06 11:33
Steve schreef op 23-1-2006
> I think you should, too (:
And I will. I always google before posting a question, but if you are a
complete novice, much of what you google-up means nothing to you. That is why I
have enrolled in a php-course!
> echo '
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> <head>
> <title>Title</title>
> <link rel="stylesheet" href="/css/screen.css" media="screen"/>
> <meta name="description" content="Description"/>
> <meta name="keywords" content="key1,key2"/>
> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
> </head>';
> will start you off with a page header. php is a server-side scripting
> language. It's purpose here is to generate a web page that browsers can
> reach. It's like programming from one step back - generate a script that
> will display correctly in a browser.
I will give it a try. From your example I understand I can link stylesheets
just as I am used to - I must have made some stupid mistake for it not to work.
Bedankt en de groeten terug!
--
Groet,
Adriana
[ gooi de vuilnis weg als je me wilt mailen ]
Navigation:
[Reply to this message]
|