<?php
$Fname = $_POST["Fname"];
$Lname = $_POST["Lname"];
?>
<html>
<head>
<title>Personal INFO</title>
</head>
<body>
<form method="post" action="<?php echo $PHP_SELF;?>">
First Name:<input type="text" size="12" maxlength="12"
name="Fname"><br />
Last Name:<input type="text" size="12" maxlength="36"
name="Lname"><br /></form>
<?
echo "Hello, ".$Fname." ".$Lname.".<br />";
?>
I was doing so well with HTML and CSS, now PHP, with it's --?question? ?marks?, and echo, echo, echos--has emerged like one of those last minute challenges in a reality tv competition that is announced at the nth hour and makes the contestants start crying. My head is reeling from the results of Googling the question: "can I embed PHP into HTML?" and reading a zillion comments that say yes, no, maybe... but only if you use Apache or if you change your server code or if you change your index from html to php... whaaaaa?
I'm beginning to question what I've taken on with this project of building a website with robust community functionality. And to make matters worse, I just realized around an hour ago that integrating WordPress may not be the only route. Maybe there's other blog functionality I should consider. I found a comparison of WordPress vs. Joomla , and discovered Drupal, and who knows how many other 'blog' applications are available. Or which ones are hybrids of blogging and that whole other concept of content management which I have yet to tackle.
So, I end the day completely unsure whether or not I'll have to scrap all of the work I've done in Dreamweaver so far, and unclear about how I'll integrate community into the site, or whether or not I should even be building a website vs. creating a highly customized blog??? I think I'll follow the words of that wise sage Scarlet O'Hara and think about it tomorrow.
What do you think?