This is a blog which carries random posts for different topics concerning information technology. We like to keep working in this field and learn new things and work on them, We'll try to post most of the things we learn on this blog for future use and It'll be great if It may help anyone.
I am back with another article of series learning php. This time around we will be talking about the variables in php. Unlike many other languages like C or java we don't have to specify variable type in php. All we do is create a variable which can be referred to as a container for storing information. The syntax to create a variable is
Lets see a script to send email with attachments. For this we will need to create a simple form in html which will allow user to upload files. Here is the html code for the form