PHP forums, MySQL forums, Web Development resources

Home PageHome    PHP ResourcesTopic List    FAQFAQ    SearchSearch    MemberlistMemberlist    UsergroupsUsergroups 
 RegisterRegister
    ProfileProfile    Log in to check your private messagesLog in to check your private messages    Download the RSS Reader RSS Feed Download the RSS Reader RSS for this forum Log inLog in 

PHP Forum :: MySQL Forum :: Java Script Forum



PHP Beginner

 
Post new topic   Reply to topic    WeberForums.com Forum Index -> PHP General
View previous topic :: View next topic  
Author Message
JiBX
Guest





PostPosted: Wed Feb 17, 1999 11:40 pm    Post subject: PHP Beginner Reply with quote

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





PostPosted: Fri Feb 19, 1999 4:57 pm    Post subject: RE: PHP Beginner Reply with quote

1. I've never used PHP on Windows (I use PHP on Linux).

2. You should be able to use Notepad, though. When saving a new script, just use Save As... to give it an extension other than .txt. Then to reopen it, you can open Notepad and us File - Open.

You can download the PHP documentation from http://www.php.net. Also, check out:
http://www.devshed.com
http://php.codebase.org/
http://www.wernhart.priv.at/php/
Back to top
Adrian
Guest





PostPosted: Mon Feb 22, 1999 11:10 am    Post subject: RE: PHP Beginner Reply with quote

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





PostPosted: Fri Mar 05, 1999 11:43 pm    Post subject: RE: PHP Beginner Reply with quote

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





PostPosted: Thu Mar 11, 1999 10:25 pm    Post subject: RE: PHP Beginner Reply with quote

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
Display posts from previous:   
WeberTrivia Questions WeberTrivia Questions
 Think you are smart? Prove it!. Try your skills with these questions :
 WeberTrivia QuestionsRecursive arrays and multi-dimensional arrays are one and the same. (PHP and MySQL)
 WeberTrivia QuestionsThe \"cache_dir\" tag of the squid configuration has a default of /var/spool/squid. (Linux)

WeberTrivia Questions



PHP Code Examples
 Stream diffrent sizes of images from a single image to save disk space.
 JavaScript dropdown list menu to switch any page.
 Dump the contents of a PHP variable in html format with a recursive list of subfolders and files from a given root directory.
 PHP Dump in html format the contents of one array variable with a recursive list of the nested array variables inside.
 Link Extractor - This function is used to extract links from a given URL. This will convert relative path into absolute path and also remove PHPSESSID stuff.
 Building a Dynamic Form using Javascript and innerHTML. Add form elements in realtime without refreshing the page.
 A PHP Calendar function with CSS : add a cool calendar to any php page by just adding a calendar class based function.
Post new topic   Reply to topic    WeberForums.com Forum Index -> PHP General All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum






Powered by phpBB © 2001, 2005 phpBB Group
PHP Forum :: MySQL Forum :: Java Script Forum