hubs 1-10 (updated every 30 minutes)sort by Hot Best Latest

Alpho011 profile image73

Open a text file within another text file using PHP

This could be used for a number of things, but what we are taking a look at is opening a text file that contains a set of addresses that point to other text files, that we will open and use a loop to display...

1 comment    technology internet online
Alpho011 profile image91

User Authentication using PHP and MySQL and web forms

This is a how to on establishing a login system for a web page or web based application. Source files You've seen them, account signups, email etc, well we are going to show the gist of a PHP login system...

13 comments    how to technology internet
Alpho011 profile image88

MYSQL Sub -queries

What is a Subquery?A subquery is, in essence, a SQL statement that is most often used as part of another SELECT statement.Sub queries are used in order to achieve very complex searches and complex reports. ...

2 comments    technology web software
Alpho011 profile image83

Ternary Operator (shortcut for conditional statements)

The Ternary operator in PHP, may be one of the most underutilized operators in PHP. The reason being, probably it seems awkward at first glance. $testVar = (condition) ? true : false; Seems almost cryptic....

2 comments    technology tips php
Alpho011 profile image98

Simple Event calendar (PHP, MySQL)

We will create a useful event calendar using PHP and MySQL and a sprinkle of javascript/ CSS for functionality and look. Here is the live example: http://diadde.com/test/cal.php //data base structure ...

79 comments    google history php
Alpho011 profile image78

Show Javascript Confirmation Warning before deleting the record in MySQL , PHP and Javascript

We are going to update the address book tutorial in giving you a warning before you delete the record in MySQL. If you missed the address book how to go here. References are found above If not we continue...

5 comments    advice how to technology
Alpho011 profile image79

Web Page Text Resizing Example Using Javascript , HTML and CSS

Today we are going to use Javascript to resize text on a web page, while the example is not a catch all example, it does illustrate what can be done using client scripting, the goal of this is not copy and...

5 comments    how to technology internet
Alpho011 profile image82

PHP and CSS menu

Today we will use PHP to control CSS styles to highlight the tab or hit area of a html menu with styles controlled by CSS. Example page: click here First let's start off with a simple menu, markup: ...

27 comments    how to technology internet
Alpho011 profile image77

Simple File or Image Uploads Using PHP HTML

Today we are going to learn how to upload a file or image using PHP and a web form. No knowledge of PHP is needed or HTML as the full file structure is included: Build a simple HTML form: Please Choose a...

14 comments    life technology internet
Screen shot of polling chart82

PHP, MySql and Yahoo Flash Charts, yahoo dev network

Screen shot of polling chart Today we will do a chart using PHP, MySql and Yahoo Astra API (charts). The completed work will look something like this: ...

1 comment    technology marketing web
working