Hello All,
I am new to PHP Scripting. But I have worked on ASP, ASP.NET,JSP and have good knowledge about HTML, XML, CSS and object oriented programming (Java and C++ are the ones which I have worked with). I am basically a Web Developer and Designer. But PHP has been always not my cup of tea, so I decided to learn it. I have Installed PHP on Apache Http Server 2.2 and perforemd all the checks and My Installed PHP and Apache is working fine. I had executed "HellpWorld.php" Program and it worked fine.
I need help in knowing whats the best Online Free Resource to learn PHP and then later on after getting the grip on PHP I want to move on to PHP with MySQL. At present I have not installed MySQL on machine as I want to get fimilar with the PHP Codes.
Any one guides me through this would be great.
Regards,
Jagannath
I am New to PHP - Need Help
Moderator: General Moderators
-
jagannathg
- Forum Commoner
- Posts: 34
- Joined: Wed Dec 08, 2010 1:55 am
-
jagannathg
- Forum Commoner
- Posts: 34
- Joined: Wed Dec 08, 2010 1:55 am
Re: I am New to PHP - Need Help
Any one to help me in PHP would be great. Still no helping hands 
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: I am New to PHP - Need Help
Here are a few great resources:
http://w3schools.com/php/
http://www.php.net/manual/en/index.php
http://www.google.com/
http://w3schools.com/php/
http://www.php.net/manual/en/index.php
http://www.google.com/
-
jagannathg
- Forum Commoner
- Posts: 34
- Joined: Wed Dec 08, 2010 1:55 am
Re: I am New to PHP - Need Help
Thanks Johan,Jonah Bron wrote:Here are a few great resources:
http://w3schools.com/php/
http://www.php.net/manual/en/index.php
http://www.google.com/
I have been following the tutorials on the links which you have suggested me. Now have got some hang of the PHP. I have advanced little more in terms of coding in PHP. Now, I have a different problem.
I have a login page which validates the username and password from the Database (MySQL) and allows the user to access next page. The code works fine and it validtaes the user's username and password. Now I need to display that user's username after he successfuly logins. Tried to google a lot but not getting the concept.
Johan and any one who can help me with this. I know this is not a techinal forum section. I will post my query there too!!!
Thanks for all your help!!!
Regards,
Jagannath
Re: I am New to PHP - Need Help
Hello.
I been working and learning php for a few month now.
Instead of using the written guides, i've used youtube, there are many guides there.
http://www.youtube.com/user/thenewboston got many great tutorials.
And for your question, i store the usernames, email etc in sessions.
I been working and learning php for a few month now.
Instead of using the written guides, i've used youtube, there are many guides there.
http://www.youtube.com/user/thenewboston got many great tutorials.
And for your question, i store the usernames, email etc in sessions.