In the previous tutorial we looked at the file_get_contents function which allowed us to read the contents of a file. This tutorial looks at the file_put_contents function which will allow us to easily put data into a file. We will also look how to overwrite the data and append the data. For more information, check out the website: howtostartprogramming.com
Posts Tagged ‘Scripting’
PHP Tutorial 24 – Reading A File (PHP For Beginners)
October 16th, 2011
phpmoz There are multiple ways to read a file in PHP but the method recommended by PHP.NET is to use the file_get_contents function. It will return the file as a string and then allow you to play around with it. You could use this for a local text file on your machine or even an external HTML page. For more information, check out the website: howtostartprogramming.com
PHP Tutorial 22 – Check If Variable Is Set (PHP For Beginners)
October 15th, 2011
phpmoz The isset function will allow you to determine if a variable has been set or not. This can be useful when checking if user input has been entered or not. The function will return either a true or false value. For more information, check out the website: howtostartprogramming.com
PHP Tutorial 21 – Find If String Contains a String (PHP For Beginners)
October 14th, 2011
phpmoz The strpos(String Position) function will allow you to check if one string contains another string and will also determine the first occurrence of that string. This function has been very useful to me when parsing web pages and should prove useful for you too. For more information, check out the website: howtostartprogramming.com
PHP Tutorial 1 – Introduction (PHP For Beginners)
October 12th, 2011
phpmoz In this tutorial we go over a short presentation on what PHP is, what is required to learn it and what we will be covering further down the line. This video will hopefully introduce you to the PHP scripting language and get you interested in learning more. For more information, check out the website: howtostartprogramming.com
WampServer 2.1 Installation Tutorial (In 4 Minutes!)
April 4th, 2011
phpmoz Do leave a comment if you have any problems with installing. This video shows you how to install your own Wamp(Windows, Apache, MySQL, PHP) Server 2.1. It also shows some problems you may encounter while installing along with the features of WampServer 2.1. WampServer is used to test out your PHP scripts and other server-side scripts without using a remote server. Hope you enjoy this tutorial. Leave your questions, etc in the comments.
And So You Code
November 6th, 2010
phpmoz I just can’t get this great tune out of my head, plus being so very bored last night resulted in this video. More stuff can be found at spiegelwrites.blogspot.com If you are not familiar with uniPaaS – The most productive application tool for true agile application development, read about it at: www.magicsoftware.com For those who are not familiar yet with the original hit song – This is of the talented Belgian artist: Stromae. The original hit song is called “Alors on Danse” – The greatest hit song of summer 2010. Let’s see if this one reaches Code Monkey fame… Sep 13: I wish you all a great Programmers Day
Learn more about uniPaaS by looking for uniPaaS Tutorial and examples on youtube. With uniPaaS you can keep coding and scripting if you like to in J#, ASP, C#, C++, Java, PHP, SQL, HTML but use uniPaaS to do the more cumbersome tasks. You can easily integrate your code or script in your uniPaaS Project. This cover is kind of the geeky one compared to others such as Алена даст or Alor Na Datz.
PHP Tutorials: Apache, MySQL, and PHP Installation
April 27th, 2010
phpmoz How to install PHP, Apache and MySQL altogether using WAMP. PHP tutorial guides you on how to develop dynamic database driven website.

Posted in
Tags:

