Posts Tagged ‘array’

Beginner PHP Tutorial – 63 – Using the Header to Force Page Redirect

Check out the full PHP series at www.thenewboston.com Here is a link to the phpacademy YouTube Channel. Go and subscribe now! www.youtube.com And here is the phpacademy official website: phpacademy.org

Beginner PHP Tutorial – 105 – Reading a Simple XML File: Part 1

Check out the full PHP series at www.thenewboston.com Here is a link to the phpacademy YouTube Channel. Go and subscribe now! www.youtube.com And here is the phpacademy official website: phpacademy.org

PHP Tutorials: Multiple File Uploading (Part 1/2)

Uploading multiple files is incredibly easy. This tutorial shows you how to upload multiple files using PHP, and also includes an explanation into using the HTML5 multiple attribute to allow selecting multiple files to be uploaded with one file input field. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

PHP Basics: Explode (String to Array)

Exploding a string will split a string by a specific character (a delimiter) and place each broken string into an element within an array. This tutorial covers the basic concept of exploding strings with PHP, with an example. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

PHP Tutorials: Multiple File Uploading (Part 2/2)

Uploading multiple files is incredibly easy. This tutorial shows you how to upload multiple files using PHP, and also includes an explanation into using the HTML5 multiple attribute to allow selecting multiple files to be uploaded with one file input field. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

Beginner PHP Tutorial – 112 – phpMyAdmin Part 3

Check out the full PHP series at www.thenewboston.com Here is a link to the phpacademy YouTube Channel. Go and subscribe now! www.youtube.com And here is the phpacademy official website: phpacademy.org

PHP Tutorial 8: While und dowhile Schleife [HD]

In diesem PHP Tutorial erläutere ich die while und dowhile Schleife in PHP.

Beginner PHP Tutorial – 11 – Output HTML Using echo/print

Check out the full PHP series at www.thenewboston.com Here is a link to the phpacademy YouTube Channel. Go and subscribe now! www.youtube.com And here is the phpacademy official website: phpacademy.org

PHP replace characters with icons emoticons tutorial

Code: www.developphp.com Learn to use PHP to change character sequences into emoticons or icons by using the str_replace function. You will want to alter the string data as it comes out of the MySQL database for display, not when the data is being inserted into the database.

Beginner PHP Tutorial – 104 – An Introduction to XML

Check out the full PHP series at www.thenewboston.com Here is a link to the phpacademy YouTube Channel. Go and subscribe now! www.youtube.com And here is the phpacademy official website: phpacademy.org