This is a listing of all of the new tutorials recently submitted to Good-Tutorials. Feel free to browse it and get the jump on the newest tutorials before they make it to the front page. A tutorial will be moved to the front page only if it receives enough votes in 24 hours, so please rate them if you find you have the time... it'll help us build a better Good-Tutorials for everyone. Thanks!
Learn how to login to protected pages on websites using PHP and cURL.
PHP »
Basics — 20 days ago
— awaiting moderation
Sometimes your category order isn't the way you want it. Wordpress doesn't come with the possibily to rearrange them. In this tutorial I describe how to easily fix that with a small code snippet.
Learn how to generate a random password using PHP with length and strength options.
MySQL Injection can seriously harm a website by running unwanted code and queries. Prevent it using these simple steps.
PHP »
Basics — 11 days ago
— awaiting moderation
Writing a plugin to display post views count for each post, including shortcode and template tags feature to use it anywhere.
How to create Featured posts slider using Nivo Slider in wordpress powered blog or website.
PHP »
Basics — 8 days ago
— awaiting moderation
In PHP the two basic constructs to get output are echo and print. Actually echo() is not a function, it is a language construct therefore you can use it without parentheses.
PHP »
Forms — 8 days ago
— awaiting moderation
In this tutorial you will see how to use PHP to validate the data collected from a form.
PHP »
Basics — 8 days ago
— awaiting moderation
The var_dump() function is used to displays structured information (type and value) about one or more variables.
PHP »
Basics — 8 days ago
— awaiting moderation
The mail() function is used to send a mail.