Wednesday, January 30, 2013

About PHP / MySQL: What is FTP?

If you can't see this email, click here

About.com

PHP / MySQL

PHP Basics

MySQL Basics

Advanced Skills



From Angela Bradley, your Guide to PHP / MySQL
Hello PHP Users!
This week we take a look at what FTP (file transfer protocol) is and why you need it as a PHP developer. We also take a look at comparison operators.
Have a great week!

What is FTP?
FTP is short for File Transfer Protocol.  We use FTP to upload files to a remote host.  Usually this requires that we login and can then upload or download files.... Read more

Comparison Operators
A comparison operator is something used to compare two values.  In programing languages we often check to see if a condition is true in order to make a decision.  We... Read more

There are 10 types of people
...those who understand binary and those who don't.  Don't get the joke?  Let me explain.  In binary 10 isn't ten, it's actually two.  Want to learn more about how to... Read more

Graphics- GD Library
The GD Library is used along with PHP to create graphics on the fly, as well as manipulate and edit existing graphics. It can preform simple tasks like creating thumbnail images, or drawing graphs on the fly. It can also do some more complex graphic editing, such as grayscaling or applying other filters to a photo.

 


Related Searches
Featured Articles
Step By Steps
PHP Functions
MySQL Commands
Security for PHP and MySQL
PHP and MySQL Basics
Tools and Resources

 

More from About.com

The Perfect Engagement Ring
How to find a gorgeous ring with a style and price that suit your needs. Read more...>



Best U.S. Destinations
Experts pick the top U.S. destinations for 2013 based on budget, special events, and more. Read more...>




This newsletter is written by:
Angela Bradley
PHP / MySQL Guide
Email Me | My Blog | My Forum
 
Sign up for more free newsletters on your favorite topics
You are receiving this newsletter because you subscribed to the About.com PHP / MySQL newsletter. If you wish to change your email address or unsubscribe, please click here.

About.com respects your privacy: Our Privacy Policy

Contact Information:
1500 Broadway, 6th Floor
New York, NY, 10036

© 2012 About.com
 


Must Reads
Learn PHP
Using PHP with MySQL
Learn MySQL
Create Email Forms
PHP Login Script
 
Follow me on:
Facebook Twitter

Advertisement

Wednesday, January 23, 2013

About PHP / MySQL: What is SSI?

If you can't see this email, click here

About.com

PHP / MySQL

PHP Basics

MySQL Basics

Advanced Skills



From Angela Bradley, your Guide to PHP / MySQL
Hello PHP Programmers!
This week we are taking a look at what SSI stands for and what it means to you as a programmer. We also look at getting started learning PHP.
Have a great week!!

What is SSI?
SSI stands for Sever Side Include.  What this means is that a separate file is included into a different file on the server side.  By the time it gets to... Read more

Learn PHP
Time to learn a new language?  Why not PHP.  This tutorial gets you started with everything you need to know about PHP.  We start with background information about the language,... Read more

Sandboxing
When you are planning on making major or even moderate changes to your PHP code, as well as wanting to test security or try out new add ons, you probably... Read more

Reader Response
PHP.About.com users respond with their own answers and helpful tips for other readers.

 


Related Searches
Featured Articles
Social Networking with PHP @ About.com
Learn PHP
Learn MySQL
Advanced PHP
PHP with MySQL
Graphics- GD Library

 

More from About.com

The Perfect Engagement Ring
How to find a gorgeous ring with a style and price that suit your needs. Read more...>



Best U.S. Destinations
Experts pick the top U.S. destinations for 2013 based on budget, special events, and more. Read more...>




This newsletter is written by:
Angela Bradley
PHP / MySQL Guide
Email Me | My Blog | My Forum
 
Sign up for more free newsletters on your favorite topics
You are receiving this newsletter because you subscribed to the About.com PHP / MySQL newsletter. If you wish to change your email address or unsubscribe, please click here.

About.com respects your privacy: Our Privacy Policy

Contact Information:
1500 Broadway, 6th Floor
New York, NY, 10036

© 2012 About.com
 


Must Reads
Learn PHP
Using PHP with MySQL
Learn MySQL
Create Email Forms
PHP Login Script
 
Follow me on:
Facebook Twitter

Advertisement

Wednesday, January 16, 2013

About PHP / MySQL: Sandboxing

If you can't see this email, click here

About.com

PHP / MySQL

PHP Basics

MySQL Basics

Advanced Skills



From Angela Bradley, your Guide to PHP / MySQL

Sandboxing
When you are planning on making major or even moderate changes to your PHP code, as well as wanting to test security or try out new add ons, you probably... Read more

PHP Functions
A function is something that performs a specific task. People write functions if they plan on doing the same task over and over again. This allows you to only write... Read more

Last Modified
If your website contains time sensitive information (or even if it doesn't) you may want to display the last time a file was modified on your website. This gives users... Read more

PHP Functions
In PHP a function is a predefined set of commands that are carried out when the function is called. In addition to being able to write your own functions, PHP has a number of predefine functions for you to use.

 


Related Searches
More about PHP / MySQL
MySQL Commands
Security for PHP and MySQL
PHP and MySQL Basics
Tools and Resources
Troubleshooting
Programing Glossary

 

More from About.com

The Perfect Engagement Ring
How to find a gorgeous ring with a style and price that suit your needs. Read more...>



Best U.S. Destinations
Experts pick the top U.S. destinations for 2013 based on budget, special events, and more. Read more...>




This newsletter is written by:
Angela Bradley
PHP / MySQL Guide
Email Me | My Blog | My Forum
 
Sign up for more free newsletters on your favorite topics
You are receiving this newsletter because you subscribed to the About.com PHP / MySQL newsletter. If you wish to change your email address or unsubscribe, please click here.

About.com respects your privacy: Our Privacy Policy

Contact Information:
1500 Broadway, 6th Floor
New York, NY, 10036

© 2012 About.com
 


Must Reads
Learn PHP
Using PHP with MySQL
Learn MySQL
Create Email Forms
PHP Login Script
 
Follow me on:
Facebook Twitter

Advertisement