Learn To Build With PHP: A Crash Course by Matthew Hughes

Learn To Build With PHP: A Crash Course by Matthew Hughes

Author:Matthew Hughes
Language: eng
Format: epub
Tags: Reference
Published: 2014-03-06T16:00:00+00:00


We navigate to our homepage and write something into the form. Then, we press ‘submit’.

As you can see, our input is returned back to us. Here’s a question though. What happens if we close our browser tab and reopen localhost/postForm.php?

There’s nothing there. Niet. Nada.

That’s because it’s not stored anywhere, except in the short-term memory of our web browser. Once it’s gone, it’s gone.

However, there’s an easy way to ensure that our data is retained forever. We have to put it into a database. Whilst at first they’re not the most exciting subject ever, they’re pretty easy to get the hang of.

And in the next chapter, I’m going to show you how you can store your tweets in a database.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.