Plain Text and HTML Both plain text and HTML are used to convey email. Advantages of HTML include the ability to include inline links and images, set apart previous messages in block quotes, wrap naturally on any display, use emphasis such as underlines and italics, and change font styles. Sendmail Configuration in php.ini file # [...]
TEXT BOOKS [ Click on the links to download files] Open Source Web Development with LAMP Using Linux, Apache, MySQL Core Python Programming Practical Programming in TCl and TK Perl Programming REFERENCE BOOKS HTML BASICS Tag Basics Tag Reference W3C Html Tutorial Useful Html Tags JavaScript Reference PHP – MYSQL Emailing with PHP MySql CookBook [...]
This article is absolutely for beginners those who want to choose / learn best IDE for their project Development. Both IDE has lot of features and supporting major programming languages [ Java , C , C++ , PHP , HTML , Perl , Python , Ruby Etc .. ] . The Comparison of these IDE [...]
Python client/server programming with Apache and mod-python in Ubuntu 9.10. 1. Goto Synaptic Package Manager and install the following packages a) apache2 [Apache Web Server] b) libapache2-mod-python [Module for running Python Programs in Apache using mod-python ] c) mysql-server [Mysql Database Server] d) mysql-client [...]
Most of technical people are trying to migrate from windows to Linux now a days , but they are facing lot of problems with Linux . they do not even know the forums and blogs of Linux which would be useful for finding answer to their query. The main problem of open source is choosing [...]
As we discussed in previous article , Apache is the core part of client server tecnlogies , all request and response are handled by apache in the form of HTML tags . Apache server was written in C language and its all functioning based on one configuration file [httpd.conf or apache2.conf ] which is located [...]
You can develop Perl CGI application and PHP Web pages using LAMP . In this article lets discuss about how to develop these stuffs in easy ways [Installation of LAMP was explained in previous article]. This article is focused on Beginners and Intermediate users only . First we can move for developing PHP web application [...]
History The project was conceived around 1988. At first it was intended to be a companion to a chemical reactor design course. Real development was started by John W. Eaton in 1992. The first alpha release dates back to January 4, 1993 and on February 17, 1994 version 1.0 was released. Version 3.0 was released [...]
Functions Used in File Handling 1) fopen(filename,mode) – used for opening a file with specific mode.2) fclose(fp) – used to close the file. (fp -> filepointer)3) feof(fp) – used to find the End of File4) fgetc(fp) – Gets character from file pointer5) fgets(fp) – Gets a line from file pointer6) fread(fp,size) – Binary-safe file read7) [...]
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml” lang=”en_US” xml:lang=”en_US”><!– * Created on 05-Feb-08 * * To change the template for this generated file go to * Window – Preferences – PHPeclipse – PHP – Code Templates–> <head> <title> Student Registration Form </title> <style type=”text/css”> .text { color : #FFFFFF; font-family: Sans,TimesNewRoman; } [...]
