jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-Related

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

LDAP to SQL

Rating 0.0 0.0
The author writes: Whilst working on the automatic production of web statistics - came across the following problem: "How do I get relational data from an Hierarchical structure?" It didn't take long to realize - I'd have to use PHP to talk to LDAP, pull off records & upload into a series of tables, using the cn as primary key. Which then could be queried relationally. Pulling off large, queries and repeatedly transcending LDAP trees is pretty slow - so I built my LDAP to SQL engine, by flattening dns into table names. Then used PHP scripts to query & produce daily snap shots.
Platform(s): Linux, Sun Solaris Date: May, 03 2006
DETAIL
Hits: 824

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: 798

PHP and MySQL examples

Rating 4.0 4.0
The purpose of these examples are to show you various ways to use PHP and MySQL. The examples include displaying all fields in the database, random fields, sorting alphabetically and limiting the results returned.
Platform(s): Linux, Windows Date: Apr, 18 2005
DETAIL
Hits: 796

How to create and access MySQL with PHP

Rating 0.0 0.0
This tutorial will hopefully teach you some basics of how to access data with your PHP scripting to gather information with in a MySQL database. The first step you need to do is get a basic understanding of what MySQL is. If your site can handle or has access to a MySQL database you should try using the PHP Myadmin application to help you use and access your MySQL datases fast and easy.
Platform(s): n/a Date: Feb, 01 2004
DETAIL
Hits: 790

Adding Rows into mySQL from a web interface

Rating 0.0 0.0
This simple tutorial shows how to enter a data from a web form to mySQL database using the power of PHP.
Platform(s): Windows Date: Mar, 16 2005
DETAIL
Hits: 766

Php MySql Primer

Rating 0.0 0.0
topics covered, - mysql connections - error handling - listing databases on a server - listing tables in a database - printing mysql table fields into table header - printing the data into the table automatically why should you look at it? - no specific fields mentioned, just point the script at a server, db and table and watch it do its thing! - you get to reuse the code easily - no functions, includes, api's or anything - all 100% php + mysql code for beginners - runs on php4 or php5, with any mysql version by tss503
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: May, 03 2005
DETAIL
Hits: 764

MySQL Administration

Rating 0.0 0.0
MySQL Administration correctly administering the MySQL server, including the manipulation the privilege system, and making intelligent decisions about the capabilities (permissions) given to users.
Platform(s): n/a Date: Nov, 09 1999
DETAIL
Hits: 760

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: 756

MySQL Database Handling

Rating 0.0 0.0
Learn how to handle MySql databases in PHP
Platform(s): Linux, Windows Date: Jul, 30 2005
DETAIL
Hits: 753

Count and display the number of rows in a MySQL database table

Rating 3.0 3.0
This code will count the number of entries / records in a MySQL database table and then display it using echo.
Platform(s): n/a Date: Mar, 10 2004
DETAIL
Amount: 124
Displaying: 21 - 30
Pages: << 1 2 [3] 4 5 6 7 8 9 10 11 12 13 >>