|
|
|||||||
| About Us | Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Administrator
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2001
Location: London, England
Posts: 1,100
|
PHP - what can it do?
what sort of things can php do on its own, with mysql (or any other form of sql/database)? is there speed inprovements or anything? are their enough advantages of it to use on a normal site?
__________________
“A commonplace man marvels at uncommon things; a wise man marvels at the commonplace” - Confucius |
|
|
|
|
|
#2 (permalink) |
|
:: [ Sauron's Eye ] ::
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Apr 2001
Location: In the Land of Mordor, where the Shadows lie...
Posts: 3,259
|
since were on topic i have 2 question about php also
![]() 1 - can u write the code in a normal text editor and then just save the file as .php? 2 - if its server interpreted, how do u test it without uploading? thkx
__________________
|
|
|
|
|
|
#3 (permalink) |
|
Revenger of Vengeance
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: May 2001
Location: Nowhere
Posts: 11,250
|
> can u write the code in a normal text editor and then just save the file as .php?
Yes. I've done that with all of my PHP files in EditPlus. > - if its server interpreted, how do u test it without uploading? I'm not sure about that, but you could always upload a test page (like indextest.php instead of index.php) before you integrate the intended files. I'd say why I like PHP, but http://www.php.net would be better at describing why it's so nice.
__________________
Sanity is overrated. |
|
|
|
|
|
#4 (permalink) |
|
Administrator
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2001
Location: London, England
Posts: 1,100
|
PWS'....
if you want to test php scripts, you need to set a PWS (person al web server) up on your system, like I do.
<a href="http://www.apache.org">Apache Personal Web Server</a> <a href="http://www.php.net">PHP Scripting Home Page</a> I personally use HTTPD web server, with perl, php and mysql installed. I can run really all message boards, news script and php-nuke type things, all without going online ![]() PS. i can't find the httpd homepage, but i am sure if you search about, you will find it
__________________
“A commonplace man marvels at uncommon things; a wise man marvels at the commonplace” - Confucius Last edited by dn; November 23rd, 2001 at 11:28. |
|
|
|
|
|
#6 (permalink) | |
|
:: [ Sauron's Eye ] ::
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Apr 2001
Location: In the Land of Mordor, where the Shadows lie...
Posts: 3,259
|
Re: PWS'....
Quote:
thkx, im gonna try find some info on thosePS - HTTPD makes ur sistem turn into a normal host?
__________________
|
|
|
|
|
|
|
#7 (permalink) |
|
Fool
![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2001
Location: South Town
Posts: 1,771
|
I use the very same tools dixon uses. The material produced with them are of exceptional quality since the group PHP/MySQL/Apache look to be made on for the other. For example, you could run a BBS just like Emuforums locally on your computer (except that it is commercial, but vBulletin has also a lite edition).
Also, talking about this, the three products are realeased under GPL/GNU, so that means they're free. You can produce really professional sites with these free and amazing tools. PHP is far better than ASP. You can configure PHP to run on almost any HTTPD web server available. On the other hand, ASP requires Microsoft's Web Servers (PWS or IIS) in order to run. And PHP has been being developed in such a way that now we have PHP-GTK, in which you can even creat GUI based web applications!! MySQL does a great job as a free database. It has many, many features you won't even imagine to make use of. It's fast, reliable and secure! If you also prefer, you can download the ODBC version as well for integration with Delphi and other languages! Apache, for me, is the best web server ever!! It's not only a matter of preference, but also strong quality! Everything is free (under the rules of GPL/GNU, of course)! People have posted already, but here goes the links again: PHP.net Apache Foundation MySQL Database Engine With these you can learn everything!!
__________________
"It sure is pleasurable to live your dreams as long as possible, but reality sure has a way of jolting you to your senses eventually."
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|