| View previous topic :: View next topic |
| Author |
Message |
JiBX Guest
|
Posted: Wed Feb 17, 1999 11:40 pm Post subject: PHP Beginner |
|
|
Hi,
I gues I'm clueless.
There is no book available for reference !
I need a lot of help here .....and probably it's a stupid question! Hope you guys don't mind.
1)What is PHP sourse code/windows distribution (from www.php.net) ? Is it like a visual program/compiler ?
I tried to set it up but it's very complicated and the instruction is hard to understand !!
2) Can I use note pad to edit this script ?
But how to avoid .txt extention ? Where do I put this .php3 file ? in cgi-bin ?
Enough for now. I really want to learn but none of the people I know seems to know PHP !
Thanks a lot. |
|
| Back to top |
|
 |
scollo Guest
|
|
| Back to top |
|
 |
Adrian Guest
|
Posted: Mon Feb 22, 1999 11:10 am Post subject: RE: PHP Beginner |
|
|
Hi,
There are 3 versions of PHP: 1) The precompiled Linux version, 2) The source for Linux so others can get it and compile it themselves, and 3) The windows binary version. PHP is a hypertext preprocessor similar to ASP, Cold Fusion, and PERL (if you write it that way). If you follow the instructions step by step you should be able to get it going. You can use Notepad, you need to Save As... *(all file types) with the php extention. |
|
| Back to top |
|
 |
Dusty Guest
|
Posted: Fri Mar 05, 1999 11:43 pm Post subject: RE: PHP Beginner |
|
|
when saving a file with notepad, you can surround your filename in quotes to get any extension you want.
so saving as
"index.php3"
include the quotes, will save the file as index.php3 |
|
| Back to top |
|
 |
Boaz Yahav Guest
|
Posted: Thu Mar 11, 1999 10:25 pm Post subject: RE: PHP Beginner |
|
|
Dusty wrote:
-------------------------------
when saving a file with notepad, you can surround your filename in quotes to get any extension you want.
so saving as
"index.php3"
include the quotes, will save the file as index.php3 |
|
| Back to top |
|
 |
|