fsastraps
May 5 2005, 02:10 AM
| | Well im reading this book on php for beginers, and i thought, what if there is something better out there, b/c i bought this book like 2 years ago, but really havent read it, so i was just wondering if you guys new a good tutorial, or were did you guys learn PHP?
Any help is appreciated. |
Reply
snlildude87
May 5 2005, 02:23 AM
I had a book called SAMS Teach Yourself PHP in 24 Hours. It did not teach me PHP in 24 hours, but I did learn some cool functions with the book. Whatever concept the book did a poor job of explaining, I looked it up on php.net Of course, you can't really learn a programming language if you don't see a PHP script or the code in action, so I went to several script sites and tutorial sites and learned there, too. Good luck on your PHP learning.
Reply
Hamtaro
May 5 2005, 02:56 AM
Most of what I know came from php.net. I also learned some PHP from the Trap17 forums (at the start, I needed help about 3 times within a week or two). Also, if you're wanting to use MySQL, http://www.php-mysql-tutorial.com/ is also a good site to learn to do certain things with MySQL. It helps you create a CMS (Content Mangement System) and I think a guestbook. There's more there, too, but I don't remember it all.
Reply
whyme
May 5 2005, 04:57 AM
simply nothing can top the php handbook on http://php.net, if you're looking for beginners stuff, go to http://hotscripts.com and visit the PHP Tutorial Section, you are bound to learn somethnig.  -whyme
Reply
dodgerblue
May 5 2005, 05:02 AM
I'm learning PHP by playing with WordPress  I've already modified my first theme. Flex by Phu Ly is a good theme to start with. When I encounter problems or things I don't know how to do I read the documentation or the wiki. Don't know about you, but hands-on learning's the best way to help me remember stuff. It's pretty fun actually. You can see what I've done with WP on my two blogs. http://tatatee.com/ and http://sims2.tatatee.com/main/I'd been designing blogs in CSS/HTML but I couldn't make them all cross-browser compatible  PHP's much friendlier cross-browser-wise.
Reply
nipun
May 5 2005, 08:47 AM
The best place to learn php is sitepoint.com another place freewebmasterhelp.com or you can visit codewalkers.net A directory of collected php scripts is hotscripts.com
Reply
mizako
May 5 2005, 08:56 AM
I learned in php.net. There is a good begginers tutorial and a complete functions reference manual if you want to look for specific issues.
Reply
fffanatics
May 5 2005, 01:58 PM
Yeah i too just used Sams Teach Yourself PHP in 24 hours. It was an easy and gave many examples. So if you know c or C++, php is very easy. If you dont know either of them, it will take time to learn php. just my warning
Reply
fsoftball
May 5 2005, 03:38 PM
Once you read some of the stuff in the book (any book will probably give you a decent foundation), I think the best way is to google for what yo are trying to do. Like if you are looking for the syntax of a 'while' statement, just google "php while loop". There are enough sites out there that you should find something useful in one or two clicks. www.phpfreaks.com has a good tutorial on session IDs. The list of mysql functions on php.net is simply nothing short of awsome!
Reply
snlildude87
May 5 2005, 07:27 PM
QUOTE(fffanatics @ May 5 2005, 10:58 AM) Yeah i too just used Sams Teach Yourself PHP in 24 hours. It was an easy and gave many examples. So if you know c or C++, php is very easy. If you dont know either of them, it will take time to learn php. just my warning I'd like to add that Java is similar to C and C++ QUOTE(fsoftball @ May 5 2005, 12:38 PM) Once you read some of the stuff in the book (any book will probably give you a decent foundation), I think the best way is to google for what yo are trying to do. Like if you are looking for the syntax of a 'while' statement, just google "php while loop". There are enough sites out there that you should find something useful in one or two clicks. www.phpfreaks.com has a good tutorial on session IDs. The list of mysql functions on php.net is simply nothing short of awsome! Yeah, that's what I do with a lot of the functions that I don't know - I just type in what they do, and the answer I'm looking for is usually the first result. 
Reply
wappy
Aug 2 2006, 07:01 PM
can anyone from england please tell me from what store to get a good php book and also which in your opinion is the best book. I know many have said its not that good learning from books but i just want a good solid one for reference while im maybe browsing other sites or working on my own site. Thanks.
Reply
juice
Aug 2 2006, 05:02 PM
I learn day by day, studying other peoples scripts and learning from them. Its a long way round because I don't actully learn many commands, only the very extreme basics
Reply
karlo
Jun 4 2005, 06:37 AM
QUOTE(ana @ Jun 4 2005, 12:31 PM) I learned a lot of the basic stuff from Zend.com!  I like how the tutorials are written, they are fun and easy to read. I haven't really gone beyond that and wonder if those big fat php books I seen in bookstores would be worth it...? I think Zend teamed up with PHP. That's why they are doing their best to promote PHP 5.
Reply
I learned a lot of the basic stuff from Zend.com!  I like how the tutorials are written, they are fun and easy to read. I haven't really gone beyond that and wonder if those big fat php books I seen in bookstores would be worth it...?
Reply
jjhou
Jun 4 2005, 03:02 AM
I think the best way is to google for what yo are trying to do. Like if you are looking for the syntax of a 'while' statement, just google "php while loop". There are enough sites out there that you should find something useful in one or two clicks.
Reply
Recent Queries:--
how long learn php - 96.84 hr back. (1)
-
suggestion of learning php - 103.62 hr back. (1)
-
how long to learn php - 126.30 hr back. (1)
-
how did u learn php - 129.35 hr back. (1)
-
suggestion php mysql tutorial - 204.47 hr back. (1)
-
plz teach me php programming language - 285.44 hr back. (2)
-
sams teach yourself in hr for learn php - 306.19 hr back. (1)
Similar Topics
Keywords : guys, learn, php, suggestions, start, tutorials
- Know Of Any Good Php Tutorials?
(9)
Php Calculator That Calculates Genetic Percentages?
I need help finding sites or tutorials. (2) Okay, I have created, looked, and generally studied simple PHP calculators. However, I can not seem
to find any tutorials on how to create a genetic calculator. One that calculates genetic percentages
similar to that of Punnette Squares. I have seen plenty of websites that have these types of
calculators, but I have yet to see any websites offer tutorials on how to create these types of
calculators. So.. does anyone know of any tutorials I can find or sites that might have the tutorial
I am looking for? Maybe even a tutorial here? Reason for asking: I am creating a webs....
The Artists Tutorials :mysql Basic Commands
The Artists is an online programming unit and gfx designing clan. (0) Let's Talk about basic mysql commands used in php. I will now show you a list of the most common
MySQL FUNCTIONS : QUOTE mysql_connect(MySQL server name,username,password) - opens a connection
to a MySQL server. mysql_select_db(database name,connection id) - selects a database residing on
the MySQL server. The database name parameter referes to an active database on the MySQL server that
was opened with the mysql_connect function. The connection identifier is a reference to the current
MySQL connection. mysql_query(sql query) - sends a query to the currently ac....
Ip Blocking Php Script!
Stop the bad guys before they stop you. (4) Hello, I did some search's to see if anyone had covered this apparently not! So ok! Lets
set up a Ip Site blocker using php and mysql The First thing we are going to do is make the form
that is actually blocking the site. Note: You Must have this in a PHP file to work, it must be at
the VERY TOP!!!!! $vip = $_SERVER ; include "config.php";
############################## # See if the Ip is in the blocked list #
############################## $get_info = mysql_query("SELECT * FROM blocked WHERE ip = '....
Free Auction Script
Any Suggestions? (6) Any free auction script suggested? I want it to be as many practical functions as possible, yet
easy to manage. And more importantly, it is free! Appreciate your kind suggestions!....
Php Tutorials
plz help me finding a tutorial for php (7) does anybody know a website or abook or something where i can learn PHP. i want to make a website
but HTML is too soft:P i want more options and i think that is possible in php. And another question
is how can i make a phpnuke style?? plz post in this forum:) (I didný post in the tutorials forum
becaues i thought it woulkd be a really long TUT) /wink.gif' border='0'
style='vertical-align:middle' alt='wink.gif' /> ....
Tutorials
(0) Hey everyone I got this site where you can find alot of tutorials on PHP
http://www.w3schools.com/php/default.asp yOU CAN find other PROGRAMMING tutorials in this website
2....http://www.w3schools.com/....
Help About My Website
Need comments and suggestions (7) /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> Hi. I need your
comments and suggestions. Please do visit my website at http://www.karlo.co.nr and tell me what
you think. If you want the source code of my website, just send me a message and I will send it to
you. I'm still a beginner in PHP so please do guide me into the right path of PHP programming
/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> Thanks.
/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> ....
Php Tutorials
(6) Hey all, I'm new to the trap and these boards. I figured I would see what all I'm able to
do here. There is one thing yall can help me with... Could you link me to a site that has excellent
tutorials on learning to use PHP. I'm an experiance designer in HTML & CSS, but PHP is still
quite new to me, so I would like to read up on it a bit before I attempt using it to construct a
website. All referance and tutorial site links are welcome. I like having many options at hand. So,
whatever you can provide will be great. Thanks in advance, J. (TS)....
Looking for guys, learn, php, suggestions, start, tutorials
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for guys, learn, php, suggestions, start, tutorials
*MORE FROM TRAP17.COM*
|
advertisement
|
|