PHP Exercises
--0-1275040313-1225441166=:35058
Content-Type: text/plain; charset=us-ascii
Hello all,
Iam new here,trying hard to study PHP.Can anyone help me with a link where I can get PHP exercises and possible solution?.
Thank you in advance
--0-1275040313-1225441166=:35058--
Re: PHP Exercises
Twaha,
I found PHP manual is best.
Refer http://www.php.net/manual/en/
On Fri, Oct 31, 2008 at 1:49 PM, Twaha Uddessy <uddessy [at] yahoo.com> wrote:
> Hello all,
> Iam new here,trying hard to study PHP.Can anyone help me with a link where I can get PHP exercises and possible solution?.
> Thank you in advance
>
>
>
>
--
Sanjay Mantoor
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP Exercises
--0-1627980651-1225445778=:40108
Content-Type: text/plain; charset=us-ascii
Sanjay,
Thanks for your help!.I will go through it.
Twaha
________________________________
From: Sanjay Mantoor <sanjay.mantoor [at] gmail.com>
To: Twaha Uddessy <uddessy [at] yahoo.com>
Cc: php-db [at] lists.php.net
Sent: Friday, October 31, 2008 11:36:20 AM
Subject: Re: [PHP-DB] PHP Exercises
Twaha,
I found PHP manual is best.
Refer http://www.php.net/manual/en/
On Fri, Oct 31, 2008 at 1:49 PM, Twaha Uddessy <uddessy [at] yahoo.com> wrote:
> Hello all,
> Iam new here,trying hard to study PHP.Can anyone help me with a link where I can get PHP exercises and possible solution?.
> Thank you in advance
>
>
>
>
--
Sanjay Mantoor
--0-1627980651-1225445778=:40108--
Re: PHP Exercises
------=_Part_32309_26834293.1225455194146
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
In my opinion the best way to learn it is by getting a book from your local
library as reading from the screen can get very exhausting after a while.
The manual is only good to increase your knowledge when you already know the
basics.
--
Isaak Malik
Web Developer
------=_Part_32309_26834293.1225455194146--
Re: PHP Exercises
Hi Twaha,
Have a look at a short-course curriculum that we developed over summer:
http://lab.bcb.iastate.edu/training/webdev/nmsu/
hth,
Yves
----- Original Message -----
From: "Twaha Uddessy" <uddessy [at] yahoo.com>
To: <php-db [at] lists.php.net>
Sent: Friday, October 31, 2008 2:19 AM
Subject: [PHP-DB] PHP Exercises
> Hello all,
> Iam new here,trying hard to study PHP.Can anyone help me with a link
> where I can get PHP exercises and possible solution?.
> Thank you in advance
>
>
>
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP Exercises
--0-1814252785-1225519190=:45332
Content-Type: text/plain; charset=us-ascii
Isaak,
Thank you for your advice.Got one book.
Thank you again
________________________________
From: Isaak Malik <isooik [at] gmail.com>
To: php-db [at] lists.php.net
Sent: Friday, October 31, 2008 3:13:14 PM
Subject: Re: [PHP-DB] PHP Exercises
In my opinion the best way to learn it is by getting a book from your local
library as reading from the screen can get very exhausting after a while.
The manual is only good to increase your knowledge when you already know the
basics.
--
Isaak Malik
Web Developer
--0-1814252785-1225519190=:45332--
Re: PHP Exercises
--0-950874873-1225519310=:94816
Content-Type: text/plain; charset=us-ascii
Yves,
Thank you for the link.I will go through it.
cheers
________________________________
From: Yves Sucaet <yves.sucaet [at] usa.net>
To: php-db [at] lists.php.net
Sent: Friday, October 31, 2008 3:52:06 PM
Subject: Re: [PHP-DB] PHP Exercises
Hi Twaha,
Have a look at a short-course curriculum that we developed over summer:
http://lab.bcb.iastate.edu/training/webdev/nmsu/
hth,
Yves
----- Original Message ----- From: "Twaha Uddessy" <uddessy [at] yahoo.com>
To: <php-db [at] lists.php.net>
Sent: Friday, October 31, 2008 2:19 AM
Subject: [PHP-DB] PHP Exercises
> Hello all,
> Iam new here,trying hard to study PHP.Can anyone help me with a link where I can get PHP exercises and possible solution?.
> Thank you in advance
>
>
>
>
-- PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--0-950874873-1225519310=:94816--
Re: PHP Exercises
------=_Part_43333_12619413.1225544133687
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
You're very welcome, after you get some experience it's also a very good
thing to read other people's work, but I only recommend this when you
already know the basics and have quite a thorough knowledge of the most used
functions including: array, string and variable specific functions. There
are plenty of PHP opensource projects on the net so you'll certainly have
enough choices.
You may also want to install a good IDE like openkomodo, phpeclipse, quanta
or any other one that supports function argument suggestions (or calltips)
And remember that the PHP manual contains priceless information
Good luck
------=_Part_43333_12619413.1225544133687--
Re: PHP Exercises
Sanjay Mantoor wrote:
>
> Twaha,
>
> I found PHP manual is best.
> Refer http://www.php.net/manual/en/
>
>
> On Fri, Oct 31, 2008 at 1:49 PM, Twaha Uddessy <uddessy [at] yahoo.com> wrote:
>> Hello all,
>> Iam new here,trying hard to study PHP.Can anyone help me with a link
>> where I can get PHP exercises and possible solution?.
>> Thank you in advance
>>
>>
>>
>>
>
>
>
> --
>
> Sanjay Mantoor
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
I know this post is old, but if you are still looking for PHP exercises,
there's a http://phpexercises.com site with 26 beginner to intemediate
exercises. The site is PHP Exercises, and it covers variables, control
structures, forms, arrays and functions, as well as some other things. You
see the problem first, then click a button for the answer script and a link
to the script's output. We just set it up, and would appreciate comments
about how it works.
--
View this message in context: http://old.nabble.com/PHP-Exercises-tp20261635p30099292.html
Sent from the Php - Database mailing list archive at Nabble.com.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php