Results 1 to 13 of 13

Thread: HELP: PHP Guide

  1. #1

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Red face 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.

  2. #2
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: HELP: PHP Guide

    Get PHP 5, not 4 and download Apache 2 from http://httpd.apache.org/
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  3. #3

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: HELP: PHP Guide

    What IDE shoul I download?

  4. #4
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    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
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  5. #5

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    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

  6. #6
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: HELP: PHP Guide

    Yes it does.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  7. #7

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: HELP: PHP Guide

    Great!
    Now I can develop WEB Projects in MS and Linux.
    How about Mac?

  8. #8
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    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.

  9. #9

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: HELP: PHP Guide

    I just want to be versatile. Some clients are using different OS.

  10. #10
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    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.

  11. #11

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: HELP: PHP Guide

    I already know what are the standards, I need to learn Advance to Expert level in these WEB Development tools.

  12. #12
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: HELP: PHP Guide

    Quote 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.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  13. #13
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    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
  •  



Click Here to Expand Forum to Full Width