a problem with the PHP and Frontpage

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
PHP
Forum Newbie
Posts: 2
Joined: Fri Mar 21, 2003 12:34 am

a problem with the PHP and Frontpage

Post by PHP »

hi

at first sorry for my english it's not my first language
:oops:


i have this problem with the php and frontpage i'm trying to do a website
the first page has only the word ( ENTER) and it end in .html


and when any 1 press ENTER
it enters to another page all i wanna is to let it show my name
and it end in .PHP

but when i make preview in browse

and i press enter
then the problem began

it say to me do u like to save
and it never open with me
i donna know why
so any tips any 1 can help me i will be thankfull


and i'm doing this test cuz i wanna do an online rigestration system small 1 in my pc and i enter every thing
so also if u guys can give me some tips or tutorials to help me
:oops:
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Post by AVATAr »

Firts you have to have installed Apache (or any Web server) and php
and

then you have to access you page with the browser (not with the preview of forntpage) like : http://localhost/mypage.html

if you open your page with a browser like "File -> Open -> C:\mypage.php" the browser will try to download it cause he wouldnt know what to do with it.
Post Reply