#1,476 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of PHP and MySQL in easy steps

Sentiment score: 2
Reddit mentions: 2

We found 2 Reddit mentions of PHP and MySQL in easy steps. Here are the top ones.

PHP and MySQL in easy steps
Buying options
View on Amazon.com
or
Specs:
Height8.8 Inches
Length7.2 Inches
Number of items1
Weight0.95 Pounds
Width0.4 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 2 comments on PHP and MySQL in easy steps:

u/demoror · 2 pointsr/casualiama

If you like web development stuff, you could try your hand at something like PHP. Try building a simple login form.

If you're in a position to purchase a book, I would highly recommend this book. It's nice and simple and is really easy to follow. You should be able to grasp the basic concepts of PHP pretty easily. Plus, if you're already looking at HTML5 then you should have a logical thinking flair so you've already got a foot in the door.

Seeing as you're chatting to me on this reddit bot centered AMA, I'm going to take a stab in the dark and assume you could be interested in coding simple bots. If so, you could try looking at Python - that's another coding language and it reads quite well. Some people say it's like reading English (it's not, but what they mean is it's easy to follow and pretty much forces good code etiquette).

I can give you some examples of Python scripts if you'd like, so you can see what it could be like to start learning it.

Another good tip for you is to download some ready built PHP scripts. You can find them for free via Google, or head to www.codecanyon.com and grab a pretty much ready built site for a small amount of money. You'll be able to see the source code behind the sites and hopefully be able to read through the code to see how things work. You may need to start a development server, but you could create one locally on your own machine at low to zero cost.

u/Alpaca317 · -1 pointsr/HTML

I learnt from these 2 books
Web Design with HTML, CSS, JavaScript and jQuery Set
https://www.amazon.co.uk/dp/1118907442/ref=cm_sw_r_cp_api_i_Y1MQCbH3QGBW6
I highly recommend them, they aren’t really tutorials on how to code but goes into excellent detail on everything you need to know. They do include code examples and website concepts such as design, how to structure, ease of use etc...

If you want to progress from this, you can start looking at databases and collecting user data etc... the PHP practice is a bit outdated but it is a very good tutorial book to get started
PHP & MySQL In Easy Steps
https://www.amazon.co.uk/dp/1840785373/ref=cm_sw_r_cp_api_i_C7MQCb9JHJP5G

I’m also hoping you’ve came across w3 schools at some point but just incase you might want to have a look at this website as well, it’s great for information all website related
https://www.w3schools.com

This was my path and I’ve done 2 courses of web design at uni and there isn’t much more they were able to teach me that I hadn’t already learnt from those books. Obviously a bit more advanced stuff but tutorials and resources are always available online for that.

If you have anymore questions don’t be afraid to ask! Like I said I’m still a student who self taught all this and it’s not my job but I hope it will be in the future for me too, so hopefully a professional might be able to offer you better advice :)