jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-Related

DeEnFrSp
Amount: 124
Displaying: 11 - 20
Pages: << 1 [2] 3 4 5 6 7 8 9 10 11 12 13 >>
Sort Listings By:
Hits: 1431

DSN and DSN-less connections

Rating 5.0 5.0
DSN stands for 'Data Source Name'. It is an easy way to assign useful and easily rememberable names to data sources which may not be limited to databases alone. DSN-less connections don't require creation of system level DSNs for connecting to databases and provide an alternative to DSNs. This tutorial will show you how to connect to an Access database with a DSN and without a DSN.
Platform(s): Windows Date: Sep, 15 2006
DETAIL
Hits: 552

MySQL FAQs - PHP Connections and Query Execution

Rating 0.0 0.0
A collection of 18 FAQs on connecting MySQL server with PHP scritps. Clear explanations and tutorial exercises are provided on MySQL server connection; providing port number, user account and password; selecting or creating database; running SQL statements; checking execution errors.
Platform(s): Linux, Windows, Mac OSX, Sun Solaris Date: Sep, 11 2006
DETAIL
Hits: 2384

Paging Results in PHP

Rating 3.0 3.0
Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single page.
Platform(s): Windows Date: Sep, 06 2006
DETAIL
Hits: 366

How to install a local server. Tutorial for PHPDEV

Rating 0.0 0.0
For those working on php and mysql a server is mandatory. But what if you cannot have a place to upload and modify or maybe you just want to develop your project privately and then install online? This is the moment a local server is needed. Your computer can "act" like a normal server if you have some programs installed. PHPDEV is a free program that, once installed, can offer you the tools you needed to work offline on your projects and still be able to benefit from all the features a server has. This tutorial will guide you through all the steps needed till you have a working local server on your PC.
Platform(s): Windows Date: Aug, 22 2006
DETAIL
Hits: 606

How to create and populate a database in your PhpMyAdmin

Rating 0.0 0.0
In some content management scripts case one needs to create a database and also populate it (insert the tables from the example .sql file). It's the case of PhpNuke for example. You will learn here to create a new database in phpmyadmin and also insert the needed information. There are some images too, to help you grasp the info easier.
Platform(s): n/a Date: Aug, 22 2006
DETAIL
Hits: 403

Connecting,Inserting Data & Showing data from Mysql Databse

Rating 0.0 0.0
This is an Easy Tutorials for Beginners of PHP. With this tutorial you will learn how to Connect to Mysql Databse,Insert Data into Mysql Database and Show data from Mysql Databse.
Platform(s): Windows Date: Aug, 09 2006
DETAIL
Hits: 339

SQLite Introduction

Rating 0.0 0.0
This article is intended for PHP programmers interested in learning about the SQLite extension. The article will introduce the reader to the functionality offered by the PHP SQLite extension,and overview the benefits of SQLite in relation to other database systems. A basic understanding of how PHP and SQL work is assumed.
Platform(s): n/a Date: Aug, 07 2006
DETAIL
Hits: 728

PHP Script Tips - Working with MySQL Database

Rating 0.0 0.0
A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping tables, inserting, updating, and deleting rows, selecting and looping through data rows, searching by key words, setting auto-increment IDs.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Jun, 12 2006
DETAIL
Hits: 522

Check Database Permissions

Rating 0.0 0.0
If you are the root user then it will display all the databases on the server, but if your not the root user then it will show all the databases that your user has permissions for. It's a really fun to play around with and can be expanded in a variety of ways. It's explained in the comments.
Platform(s): n/a Date: Jun, 11 2006
DETAIL
Hits: 408

Useful String Manipulation

Rating 1.0 1.0
The correct usage of PHP strings is essential when dealing with database queries submitted from User Forms, such as User Registration. Find out how to format strings before saving them in a database in this helpful tutorial.
Platform(s): Windows Date: Jun, 11 2006
DETAIL
Amount: 124
Displaying: 11 - 20
Pages: << 1 [2] 3 4 5 6 7 8 9 10 11 12 13 >>