To Thread - Forum Home

The Mudcat Café TM
https://mudcat.org/thread.cfm?threadid=58796
7 messages

Tech: BS - php extensions - what are they?

13 Apr 03 - 10:18 AM (#932360)
Subject: Tech: BS - php extensions - what are they?
From: maldenny

Help please. I've recently found web pages with the extension *.php. I must have missed something, but I've not come across these before. Is it something to do with style sheets? I could do with some advice - I need to amend one and don't wish to foul it up inadvertantly.

Thanks,

Mal


13 Apr 03 - 10:28 AM (#932368)
Subject: RE: Tech: BS - php extensions - what are they?
From: GUEST,Jon

php is a type of programing language widly used for web pages. To quote from the php manual:
PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP


I like it and use it to run the conversion scripts at folkifo.


13 Apr 03 - 10:51 AM (#932376)
Subject: RE: Tech: BS - php extensions - what are they?
From: maldenny

Thanks Jon, knew I could rely on someone out there for help.

Mal


13 Apr 03 - 11:06 AM (#932381)
Subject: RE: Tech: BS - php extensions - what are they?
From: GUEST,Jon

glad it was of help. A little more info for you:

The php website is at http://www.php.net/. Everyone will have thier own software favourites but my personal favourite editor for my occasional dabblings into php is Zend Personal Studio though it seems as if the current version may disable more features than the one I installed.


21 Apr 03 - 09:30 AM (#937044)
Subject: RE: Tech: BS - php extensions - what are they?
From: maldenny

Jon,

I've a couple of questions regarding PHP web pages which I've not been able to sort out on the PHP sites you gave me. If you don't mind helping, please let me have your email address.

Thanks,
Mal


21 Apr 03 - 10:30 AM (#937079)
Subject: RE: Tech: BS - php extensions - what are they?
From: GUEST,Jon

Mal, I'm not sure I will be able to help but you can try me by all means. You can email me at jon@folkinfo.org.


21 Apr 03 - 10:45 AM (#937088)
Subject: RE: Tech: BS - php extensions - what are they?
From: George Seto - af221@chebucto.ns.ca

One thing to note, most of the PHP web-pages are based on a Database, and they make up the page on the fly composed of elements from a database.