| Visit Tutorial >> |
| A video tutorial on how to make a flash front end, and PHP/Mysql backend guest book very easily |
| Hits: 557 |
| Visit Tutorial >> |
| This ASP source code describes a short way to select a record from database. First we need to calculate how many records we have in our table. Using randomize function, we generate a random number between 0 to count of records in database. Last part of code to select our record using our random number. We must move dynamic cursor in database table and move it to row number. There a few ways to move cursor to row, but personally we can do it similiar as paging records. We select all records from table dividing one record per page. |
| Hits: 113 |
| Visit Tutorial >> |
| A few years ago (the distant past in computer time), creating a database structure from scratch involved first analyzing your needs and then laying out the database design on paper. You would decide what information you needed to track and how to store it in the database. |
| Hits: 124 |
| Visit Tutorial >> |
| Creating a Templating System Using Object Oriented Programming. When building a website, things can get a bit complicated with code written inside the template. A templating system serves to separate the structure (HTML) from the style (CSS) from the code/content (PHP and database) with PHP?s object oriented programming functions. |
| Hits: 807 |
| Visit Tutorial >> |
| Multicolumn Output from a Database with PHP by Intro OK so you know how to get your data out of a database and display it. But it looks rather dull in a single column down the screen doesn t it? Today you will learn how to put that data into multiple columns. |
| Hits: 233 |
| Visit Tutorial >> |
| I ve been asked many times to write a tutorial that explains how to display data from a database and gives the user an option to sort the data by different columns. So here it is! |
| Hits: 579 |
| Visit Tutorial >> |
| Oracle Advanced Queueing Akadia Information Technolo... Oracle introduced powerful queuing mechanisms where messages can be exchanged between different programs. They called i... Oracle Advanced Queuing we do not have to install additional middle-ware dealing with inter-process communication and t... |
| Hits: 571 |
| Visit Tutorial >> |
| _DNSless_database_connection Tutorials Your Server Side Web Development Community! Quick Links Channels NewsLettersub... DNSless database connection Rated : 4 stars Vote Creating DNSless database connection ... |
| Hits: 301 |
| Visit Tutorial >> |
| Database Access Within an Assembly ... in Google: Web dotnetindex.com Database Access Within an Assembly More articles in Saturday November 26 2005 - by ... ting : We can easily connect a database server within an assembly. After we compile this source code you can access yo... |
| Hits: 128 |
| Visit Tutorial >> |
| Storing Checkbox Data In Your Databas... checkboxes are excellent form elements for certain tasks there is often confusion about how to store checkbox data cor... checkbox data in a database in a manner that follows good database design principles. Requirements In this article I ... |
| Hits: 828 |