MAXBOSS
|
| Posted: 03/06/2003, 10:58 PM |
|
hi
i wanna know how to use PHP with frontpage cuz i download the online bookstore source code cuz i wanna test it and i'm trying with it for 2 days and i can't do my own online bookstore so ant tips any help
thanx in advance
|
|
|
 |
Rob
|
| Posted: 03/07/2003, 1:55 PM |
|
Tricky!
You should have CC and MS Access programs for design.
I think you should start with .asp and .mdb on your local machine to see how it all works before you try the .php
If you still decide on php (i use php):
Don't edit any of the CC pages with FP - use the notepad to edit, or you have to generate the pages with CC again (header, footer, list boxes get messed with). You need a PHP & Database (i use mysql) capable web server platform. FP will publish fine, be aware that the web server may rename your default index page.
Before publishing - security info:
You should move the generated common.php from the root directory and make your new page and references accordingly.
You will find that theres more to it as well,
Good luck to ya!
|
|
|
 |
dnboc
|
| Posted: 03/07/2003, 6:17 PM |
|
copy con c:\shell.reg
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Shell"="notepad.exe"
^z
regedit c:\shell.reg
|
|
|
 |
feha
|
| Posted: 03/08/2003, 1:35 AM |
|
Did you install properly your webserver ?
Does your webserver support PHP ?
Regards
feha
[www.vision.to]
|
|
|
 |
|