PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.lang.php > How to start with PHP
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
How to start with PHP

Réponse
 
LinkBack Outils de la discussion
Vieux 09/11/2007, 23h51   #1
hawks26
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut How to start with PHP

Hi all,

I'm new to php. I want to learn PHP. but i dont know how to
start.could any one tell me how to start with PHP

thanks in advance,

  Réponse avec citation
Vieux 10/11/2007, 00h14   #2
Gary L. Burnore
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to start with PHP

On Fri, 09 Nov 2007 15:51:33 -0800, hawks26 <sameer.barath@gmail.com>
wrote:

>Hi all,
>
>I'm new to php. I want to learn PHP. but i dont know how to
>start.could any one tell me how to start with PHP
>
>thanks in advance,


Read a book or pay for a class or both.
--
gburnore at DataBasix dot Com
---------------------------------------------------------------------------
How you look depends on where you go.
---------------------------------------------------------------------------
Gary L. Burnore | ÝÛ³ºÝ³Þ³ºÝ³³Ýۺݳ޳ºÝ³Ý³Þ³ºÝ³ÝÝÛ³
| ÝÛ³ºÝ³Þ³ºÝ³³Ýۺݳ޳ºÝ³Ý³Þ³ºÝ³ÝÝÛ³
Official .sig, Accept no substitutes. | ÝÛ³ºÝ³Þ³ºÝ³³Ýۺݳ޳ºÝ³Ý³Þ³ºÝ³ÝÝÛ³
| ÝÛ 0 1 7 2 3 / Ý³Þ 3 7 4 9 3 0 Û³
Black Helicopter Repair Services, Ltd.| Official Proof of Purchase
================================================== =========================
  Réponse avec citation
Vieux 10/11/2007, 03h17   #3
Rik Wasmus
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to start with PHP

On Sat, 10 Nov 2007 00:51:33 +0100, hawks26 <sameer.barath@gmail.com>
wrote:

> Hi all,
>
> I'm new to php. I want to learn PHP. but i dont know how to
> start.could any one tell me how to start with PHP


Think of something you'd like taken care of insteaz of doing it by hand.
Try to build it. Refer to www.php.net often if you experience trouble
(including the user contributed notes). Ask what a good solution for a
problem is/what your error in code is if you run into trouble.

--
Rik Wasmus
  Réponse avec citation
Vieux 10/11/2007, 03h33   #4
Minimiscience
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to start with PHP

hawks26 <sameer.barath@gmail.com> writes:

>Hi all,


>I'm new to php. I want to learn PHP. but i dont know how to
>start.could any one tell me how to start with PHP


>thanks in advance,


The documentation on the PHP website is incredibly extensive & useful, so it
would seem wise to start there. I recommend first reading the tutorial at
<http://www.php.net/manual/en/tutorial.php> and then progressing through the
rest of the manual.
--
You can't write me, I :q!
  Réponse avec citation
Vieux 10/11/2007, 10h00   #5
jamesgoode
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to start with PHP

On Nov 9, 11:51 pm, hawks26 <sameer.bar...@gmail.com> wrote:
> Hi all,
>
> I'm new to php. I want to learn PHP. but i dont know how to
> start.could any one tell me how to start with PHP
>
> thanks in advance,


Hi,

I would recommend the excellent tutorial at http://devzone.zend.com/node/view/id/627.
It is the best tutorial that I have ever seen, on the internet, or in
a book.

--James Goode.

  Réponse avec citation
Vieux 10/11/2007, 12h16   #6
Krustov
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to start with PHP

<comp.lang.php>
<hawks26>
<Fri, 09 Nov 2007 15:51:33 -0800>
<1194652293.336968.301460@e9g2000prf.googlegroups. com>

> I'm new to php. I want to learn PHP. but i dont know how to
> start.could any one tell me how to start with PHP
>


Ignore the idiot retards who point you to the php.net website .

For a beginner its totally useless as its a reference manual and not a
learners tutorial .

Once you start to learn php and start to understand the type of syntax
php uses then the php.net becomes very useful .

Buy a couple of beginner books and learn to walk before tying to run .
  Réponse avec citation
Vieux 10/11/2007, 15h23   #7
firewoodtim@yahoo.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to start with PHP

On Sat, 10 Nov 2007 12:16:15 -0000, Krustov <me@privacy.net> wrote:

><comp.lang.php>
><hawks26>
><Fri, 09 Nov 2007 15:51:33 -0800>
><1194652293.336968.301460@e9g2000prf.googlegroups .com>
>
>> I'm new to php. I want to learn PHP. but i dont know how to
>> start.could any one tell me how to start with PHP
>>

>
>Ignore the idiot retards who point you to the php.net website .
>
>For a beginner its totally useless as its a reference manual and not a
>learners tutorial .
>
>Once you start to learn php and start to understand the type of syntax
>php uses then the php.net becomes very useful .
>
>Buy a couple of beginner books and learn to walk before tying to run .


Except for the slurs, this comment is right on. I would never had
learned any PHP, if I had started at php.net. It takes a good book or
two, preferably a good friend who knows php too, time and diligence to
get started. When you know the basics, php.net becomes your best
reference.
  Réponse avec citation
Vieux 10/11/2007, 21h42   #8
Animesh K
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to start with PHP

hawks26 wrote:
> Hi all,
>
> I'm new to php. I want to learn PHP. but i dont know how to
> start.could any one tell me how to start with PHP
>
> thanks in advance,
>


IMO, you should have a website in mind before beginning with php.
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 02h14.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,17044 seconds with 16 queries