1-10 of 16 hubssort by Hot Best Latest

75

How to use the 'mail' function in PHP

Below I'm going to explain how to use the mail function of PHP. With this function you can send mail through send mail or smtp depending on whether you use Unix/Linux or Windows respectively. PHP makes...

2 comments    windows php server
70

Global and Local Variables in C Plus Plus

Basic concepts for creating and manipulating local and global variables in C++ (C Plus Plus). The source code, listed below, includes a main() function, two other functions, and...

0 comments    c language c example c examples
This is a style based off of Sunburst by Soryu for Textmate71

Coda Syntax Coloring Themes

For now Coda's coloring schemes are user defined. You go into the colors panel and define your own. I love the coloring schemes for Textmate and apparently I'm not the only one. So what I aim to do is create...

0 comments    coloring themes syntax
X-Bar Tree64

Demotic Greek Minimalism Syntax Study and Analysis

The Hellenic language is a very unique and fun language. In some ways it is much like English, and in more ways, quite different. Interestingly enough, Greek can write or utter the same sentences many...

0 comments    greek verb minimalism
76

Unix Shell Scripting (Editor and Shell)

Unix Shell Scripting (The OS) From the operating system discussion (click link above) we know that there are many different operating systems but how to communicate with the OS depends on the type of OS you...

4 comments    hubpages windows hub pages
57

PHP Basic Syntax

IntroductionThis is part 2 of my series, Basics of PHP. In this part of the series, I give you the basic syntax of PHP.Note: If you cannot see the code or if you think anything is missing (broken link, image...

0 comments    php basic syntax
Aya Katz profile image75

Opportunities in Linguistics

After spending nearly nine years practicing law in the state of Texas in the 1980s, I made a big career switch and went for a Ph.D. in linguistics. I had always been interested in linguistics, but there were...

4 comments    education careers anthropology
60

PHP Basic: A Basic Overview and Introduction of PHP Programming

PHP is open source server-side scripting langualge which is execuated on the server and supports many databases (like MySQL, Oracle, Solid, PostgreSQL, ODBC, Informix etc) which is suited for web development...

0 comments    technology programming php
The ever famous and notorious Elizabeth I69

Why We Shouldn't Try to Make Sense of the English Language

English language and all its dialects create lots of opportunity for a humorous review of its idiomatic and colorful nature. From growing up in rural America, author, Daniel Carter, tells comical stories and cites funny examples of how we are able to communicate in spite of ourselves and the rules of English.

36 comments    humor comedy language
algeria profile image44

[CSS] The syntax of CSS and inheritance

Syntax The syntax of CSS is very simple: selector (property: value)Exemple : body { background: #eeeeee; } Each selector (here body) can have several properties with values independent: body {background:...

0 comments    css inheritance syntax
working