Forum Moderators: coopster

Message Too Old, No Replies

new portal

         

yllai

6:37 am on Sep 9, 2004 (gmt 0)

10+ Year Member



Now, I want to have a own portal(with php)..
Can anyone know how can I start?
What I must have? a server, database, php editor, FTP?
I can download the portal or I have to start from the coding and setting from beginning until end?

any guide?

Zipper

10:01 am on Sep 9, 2004 (gmt 0)

10+ Year Member



>>Now, I want to have a own portal(with php)..
nice..

>>What I must have? a server, database, php editor, FTP?
yes all..

>>I can download the portal or I have to start from the coding
that's really upto u to decide. are you good in php? can you create a portal by yourself?
have doubts? take a look at [hotscripts.com...]

Adrian2k4

12:27 am on Sep 11, 2004 (gmt 0)

10+ Year Member



>> What I must have? a server, database, php editor, FTP?

Get Xampp as a testing and development server: (runns localy on your windows pc) [apachefriends.org...]

Use MySQL as a database ... is included in Xampp and probably also on your hosting server.
You can use PHPmyAdmin to edit your MySQL database (also encluded in Xampp) [phpmyadmin.net...]

I would recomend the ZEND Studio as an editor/IDE, it's very good but commercial... [zend.com...]

If you need a free editor/IDE try Eclipse:
[eclipse.org...]
or HTML-Kit with a PHP highlighting plugin:
[chami.com...]

For FTP you can use almost anything, even windows/internet explorer will do...

And the PHP-Manual is always handy if your scripting PHP:
[php.net...]