PDA

Click to See Complete Forum and Search --> : Can I run it on any OS?


raladin
Jan 26th, 2004, 03:13 PM
Hi all..

Can I run my PHP project on any server and OS?

I used the timetamp, random string, UNIQUE fields and many many other feaures for PHP..

So must I run it on Linux? or I can run it on any OS?

Can you please tell me what are the OS that I can run my project on?


Waiting your replies..

Thanks in advance..
Regards..

The Hobo
Jan 26th, 2004, 03:51 PM
Originally posted by raladin
Hi all..

Can I run my PHP project on any server and OS?

No. They have to have support for it

Originally posted by raladin
I used the timetamp, random string, UNIQUE fields and many many other feaures for PHP..

Those sound like features of a SQL server, not PHP.

Originally posted by raladin
So must I run it on Linux? or I can run it on any OS?

PHP can run on Linux, Unix, Windows, and maybe others. But you also need a server that works on that OS that supports PHP

Originally posted by raladin
Can you please tell me what are the OS that I can run my project on?

You can't run a project on any OS unless a server and PHP are installed.

raladin
Jan 27th, 2004, 12:39 AM
Thanks alot for your reply..

I found it here :

http://www.php.net/manual/en/installation.php#install.general

Regards..

The Hobo
Jan 27th, 2004, 01:23 PM
Okay...