View Full Version : Help learning PHP
Icecold153
Oct 16th 2007, 7:10 pm
What is the best program to write PHP in. I tried learning on Dreamweaver CS3 but I keep getting the feeling that it is not meant to be a PHP design environment.
I have experience with programming languages like java but for some reason I cant get the hang of PHP. Any resources on the net that can help me learn (other than w3schools.com).
prinzcy
Oct 16th 2007, 11:20 pm
I'm not sure about the source, but when I learn php before, I visit this forum : Phpbuilder (http://phpbuilder.com/) a lot. It help!
getwiththeprogram
Oct 16th 2007, 11:42 pm
The good thing about PHP is plenty of sites out there to help with the basics. I would always reccomend a good book though. For $20 or whatever it will help you and often quicker than having to look things up.
neil patrick harris
Oct 17th 2007, 12:24 am
A video tutorial is something I personally find easier. Well its more of a narrated screenshot video. I was learning C in one of the videos and tried to learn java but the accent of the narrator for the java video was too annoying so I couldn't keep watching that video. :D I cant remember the company's name but you can google it. and there may be similar videos on youtube which is absolutely free. If you know or are familiar with HTML then php will be easy. try here for some simple examples.
http://smartwebby.com/PHP/variable.asp
good luck.
Lordy
Oct 17th 2007, 12:36 am
for an environment
zend studio is usually good, but its kinda bulk IMO.
if you want you can use Smultron/BBEdit (mac) or Textedit(windows)
not sure linux
surya
Oct 17th 2007, 1:58 am
here you go..
http://rapidshare.com/files/42960849/VTC_Learn_Php___Mysql.rar
video tutorials of PHP and MySQL.. complete.. :)
Crimsonc
Oct 17th 2007, 3:45 am
Just remember, the majority of php you'll use is database calls. Once you grasp that it gets easier.
Mooseman
Oct 17th 2007, 3:47 am
Theres no program that will learn you php.. you have to learn it yourself, try some of the sites they recommended above, or do a google search, you'll find plenty of great php tutorials
Icecold153
Oct 17th 2007, 11:56 am
Thanks, i need to learn php to spiff up my site. I need to make it interactive. Hope MySql is not too hard either.
Lordy
Oct 17th 2007, 12:44 pm
not too hard if you know basic programming =)
anamul
Oct 18th 2007, 1:26 am
Just remember, the majority of php you'll use is database calls. Once you grasp that it gets easier.
Tell me about it. I have been trying to perform a simple insertion with php and mysql. It has been a week ...and I am so frustrated. All it does it make a extra blank field( auto increment field). The data I submit just isn't there. Instead there is blank place. Like:
insert into tablename(name,age) Values('$t1','t2');
But it doesn't work. Seems to me that php isn't getting the value from the form. But I did everything by the book.
I feel like a moron. And at this first stage of learning php....it is really annoying.
Anybody have any suggestion?
Webice
Oct 18th 2007, 4:33 am
The best would be to buy a book and learn Php from it.
I edit php with Editplus, it's really great and fast.
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.