|
-
Aug 9th, 2006, 10:39 PM
#1
Thread Starter
Fanatic Member
HELP: PHP Guide
How to Download Apache?
I already have php-4.4.3, mysql-5.0.24 and SUSE-10.0.
What are the other tools I should download for PHP development?
There are BIG demand and offer for Java programmers and I want to start in PHP.
Thanks for help.
-
Aug 10th, 2006, 12:30 AM
#2
Re: HELP: PHP Guide
Get PHP 5, not 4 and download Apache 2 from http://httpd.apache.org/
-
Aug 10th, 2006, 12:39 AM
#3
Thread Starter
Fanatic Member
Re: HELP: PHP Guide
What IDE shoul I download?
-
Aug 10th, 2006, 12:47 AM
#4
Re: HELP: PHP Guide
A text editor will do for PHP and in my opinion is better than an IDE. SUSE comes with Emacs and Vim which both support syntax highlighting for PHP.
If you do want an IDE, give PHP Exclipse a go: http://www.phpeclipse.de/tiki-view_articles.php
-
Aug 10th, 2006, 12:51 AM
#5
Thread Starter
Fanatic Member
Re: HELP: PHP Guide
Thanks!
But I still not mark this thread as RESOLVED 'coz I still ask some questions after I install SUSE10 on my pc.
Do SUSE10 run on VMWare
-
Aug 10th, 2006, 12:53 AM
#6
-
Aug 10th, 2006, 01:06 AM
#7
Thread Starter
Fanatic Member
Re: HELP: PHP Guide
Great!
Now I can develop WEB Projects in MS and Linux.
How about Mac?
-
Aug 10th, 2006, 04:06 AM
#8
Re: HELP: PHP Guide
web projects are platform independent.
You can even create it in Miscrosoft Word if you want, and it will still run in any web server that supports PHP engine.
If you are worried about how your page will display in other web browser, then design using the W3C standards.
HoraShadow
I do like the reward system. If you find that my post was useful, rate it.
-
Aug 10th, 2006, 04:46 AM
#9
Thread Starter
Fanatic Member
Re: HELP: PHP Guide
I just want to be versatile. Some clients are using different OS.
-
Aug 10th, 2006, 04:50 AM
#10
Re: HELP: PHP Guide
Yes, that's exactly what I ment on my previous post.
It does not matter in what OS you program. It only matters how you code your web page. If you use the W3C standards , your pages are going to be displayed correctly across most browsers/plataforms.
HoraShadow
I do like the reward system. If you find that my post was useful, rate it.
-
Aug 10th, 2006, 05:43 AM
#11
Thread Starter
Fanatic Member
Re: HELP: PHP Guide
I already know what are the standards, I need to learn Advance to Expert level in these WEB Development tools.
-
Aug 10th, 2006, 06:22 AM
#12
Re: HELP: PHP Guide
 Originally Posted by HoraShadow
web projects are platform independent.
You can even create it in Miscrosoft Word if you want, and it will still run in any web server that supports PHP engine.
If you are worried about how your page will display in other web browser, then design using the W3C standards.
HoraShadow
Don't use word. Word is not a text editor, you would have to manually save the files as text. When creating PHP scripts accross different platforms, you should use an editor which can deal with UNIX, Windows and MAC line endings.
-
Aug 10th, 2006, 09:17 AM
#13
Re: HELP: PHP Guide
The Word part was ironic
I do like the reward system. If you find that my post was useful, rate it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|