Hi Nikola,
You need to add your PHP code to your HTML. I'm sure Dreamweaver allows you
to edit the HTML directly, but I don't know how I'm afraid. To check
everything's up and running, open Notepad (should be under
Start>Programs>Accessories) and paste this in:
---start---
<html>
<head>
<title>Test PHP page</title>
</head>
<body>
<?php
echo "<h1>Hello world!</h1>";
?>
</body>
</html>
----end----
If this works, then congratulations - you've just used echo()
If not, give us a shout and someone will help you out :-)
Cheers
Jon
-----Original Message-----
From: Nikola Veber [mailto:[EMAIL PROTECTED]]
Sent: 31 August 2001 08:59
To: [EMAIL PROTECTED]
Subject: [PHP] help !
Importance: High
I'm sorry I have to ask these stuff, but I havent found anything like
this in the manual.
I am running win98 with properly insalled xitami web server with php
support (I ran installshield). Any way, I cant figure out hov to make
a smple program with echo command, because I don't know where to
place the code. I am using opera 5.12 as my default browser, and
Macromedia Dreamweaver as the html editor. Maybe there is an
option in Dreamweaver , but I couldn't find it in it's documentation
Please help !
Nikola Veber
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
**********************************************************************
'The information included in this Email is of a confidential nature and is
intended only for the addressee. If you are not the intended addressee,
any disclosure, copying or distribution by you is prohibited and may be
unlawful. Disclosure to any party other than the addressee, whether
inadvertent or otherwise is not intended to waive privilege or confidentiality'
**********************************************************************
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]