Alternating row colors By: Admin
Alternating row colors is a very good way to
make big tables more ergonomic and esthetic. Script and explanation
here. Also explains the ...02-Apr-2010 |
Browser-Dependent Stylesheets By: Admin
Simply copy the below code into the head of
your PHP document. Remember, the page your working on must have a .php
extension, and your se...02-Apr-2010 |
PHP Easy Site Navigation By: Admin
PHP Easy Site Navigation is a tutorial that
will show you how to have easy navigation for your site. PHP Easy Site
Navigation tutorial wi...02-Apr-2010 |
Paging MySQL Results By: Admin
20, 50 or even 100 results on one page takes
too long to load and can also look messy. Lets get started on putting
your MySQL Database re...02-Apr-2010 |
Directory Listing By: Admin
Have you ever wanted to list the contents of
your directory in a html file or a PHP file? All you have to do is
follow these steps listed...02-Apr-2010 |
Scrollbar Generator By: Admin
Lets walk through this a bit.
We created a form action which will take the variables into the make.php.
Next,we created a input type= tex...02-Apr-2010 |
Get the Current Page URL By: Admin
Sometimes, you might want to get the current
page URL that is shown in the browser URL window. For example if you
want to let your visito...19-Apr-2010 |
Using Paging In PHP By: Admin
Paging means showing your query result in
multiple pages instead of just put them all in one long page. To show
the result of a query in ...02-Apr-2010 |
Using Paging In PHP Part 2 By: Admin
When there's more than one column involved in
paging there isn't much that we need to modify. We only need to decide
how to count the tot...02-Apr-2010 |