I'm setting up a members only site to sell my embroidery designs on the internet. After researching hosting services, I've noticed the only servers the subscription/security programs seem to run on in Unix/Linux.
So I think I've decided to move my website to a Linux hoster ... which means the database on the back end of my members site has to be changed to mySql from Microsoft Access ... no big deal I guess.
So during my research, I found out mySql is free and so was PHP which would give me all this really neat functionality I could build into the website and Apache was free too.
So I also went out and got Apache and loaded the web server on my computer, loaded mySql on my computer, and loaded php on my computer. Apache seems to be running fine, mySql seems to be running (I haven't created any databases yet), and I tested php and I got that funky setup screen to come up so I'm assuming it's running ok. BTW, I've got a Dell running Windows XP.
Here's my problem .... I love the way my website looks from FrontPage 2002 .... so I though I could go into FrontPage 2002, clicked on Insert ... Web Component ... Advanced Controls ... HTML ... and type some test code that I got from one of the PHP books I picked up. When I preview in my browser, the HTML line shows up but the one between the php thingies doesn't.
Is there a trick to getting php to show up inside FrontPage? I left the extension of the page as .htm. Any help would be immensely appreciated!
Renee