how to use phpmyadmin
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 631
Installing phpMyAdmin 1.0
This is a guide aimed at getting phpMyAdmin installed on your server in very little time. It covers all the basics, and should get phpMyAdmin running on most servers. more>> This is a guide aimed at getting phpMyAdmin installed on your server in very little time. It covers all the basics, and should get phpMyAdmin running on most servers.<<less
Added: 2007-07-22 License: Free Non-Commercial Price: $0.00USD
12 downloads
Other version of Installing phpMyAdmin
Price: FreeAdditionalInfoThistutorialisfreeforyoutoread,butnotredistribute.
License:GPL
License:GPL
How to use Repeater Control 1
One of important goals of any application development process is making data presentation richer. ASP.NET 2.0 provides many server controls which render data in different rich formats and styles. Repeater control is one of most popular controls for more>> One of important goals of any application development process is making data presentation richer. ASP.NET 2.0 provides many server controls which render data in different rich formats and styles. Repeater control is one of most popular controls for displaying data in different layouts.<<less
Added: 2007-11-20 License: Freeware Price: $0.00USD
13 downloads
How to use the QueryString in ASP
This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page. more>> This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.<<less
Added: 2005-04-20 License: Other Free / Open Source License Price: Free
1664 downloads
How to create and populate a database in your PhpMyAdmin
In some content management scripts case one needs to create a database and also populate it (insert the tables from the example .sql file). Its the case of PhpNuke for example. You will learn here to more>> In some content management scripts case one needs to create a database and also populate it (insert the tables from the example .sql file). Its 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.<<less
Added: 2006-07-10 License: Freeware Price: FreeAdditionalInfoDonotredistributethisarticlewithoutpermission
1219 downloads
How To Use AdRotator Control 1
AdRotator is one of the Rich Web Controls available in ASP.NET. AdRotator control is available in ASP.Net to make the task of rotating the advertisement images in a web form quickly and easily. It displays banner advertisements randomly. This more>> AdRotator is one of the Rich Web Controls available in ASP.NET. AdRotator control is available in ASP.Net to make the task of rotating the advertisement images in a web form quickly and easily. It displays banner advertisements randomly. This tutorial explains how to rotate advertisement images on web form by using AdRotator Control.<<less
Added: 2008-06-12 License: Freeware Price: $0.00USD
12 downloads
How to use the PEAR ITX templating system
This tutorial will explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, itll show you some of the competitors, why the autho more>> This tutorial will explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, itll show you some of the competitors, why the author didnt like them and why in the end he chooses to work with ITX in his own scripts. We will build a simple example script that will load and fill out the data out of a database. This script will use another PEAR component, a database abstraction layer. This tutorial assumes that you are familiar with PEARs DB abstraction layer.<<less
Added: 2003-01-09 License: Not Specified Price: Free
2499 downloads
How to use ImageMap Control 1
Explains how to turn an image to navigation menu with ImageMap Control. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image. With the new ImageMap control, more>> Explains how to turn an image to navigation menu with ImageMap Control. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image. With the new ImageMap control, you can define images with distinct regions called hot spots which are identified using coordinates.<<less
Added: 2008-02-22 License: Freeware Price: $0.00USD
11 downloads
How to use the query string in PHP
This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like www.example.com/pag e.php?mode=1&s more>> This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like "www.example.com/pag e.php?mode=1&style=red"? Well, this page is being passed variables and their values through the query string, here the variables "mode" and "style" are being passed, with values "1" and "red" respectively. The question mark indicates the start of the query string and the ampersand, &, symbol seperates variable=value assignments.<<less
Added: 2005-07-10 License: Other Free / Open Source License Price: Free
1621 downloads
How to use SCOPE_IDENTITY() in ASP.NET
In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database. . more>> In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database. .<<less
Added: 2006-09-13 License: Freeware Price: Free
1158 downloads
WizMysqlAdmin
WizMySQLAdmin is a PHP script to manage MySQL databases. If your web site uses a MySQL database you can manage its contents with WizMySQLAdmin, as you can do with the most known phpMyAdmin: but my scr more>> WizMySQLAdmin is a PHP script to manage MySQL databases. If your web site uses a MySQL database you can manage its contents with WizMySQLAdmin, as you can do with the most known phpMyAdmin: but my script is very simple to configure and use, because its composed by only one file. So you can install it on your web site very easily.<<less
Added: 2004-01-08 License: GPL Price: Free
2117 downloads
How To Use SQL Server Reporting Services 1
This tutorial explains how to install, configure and implement SQL Server Reporting Services in ASP.NET. Business development often requires analysis and data mining and SQL Server Reporting Services provide a solution to those tasks. more>> This tutorial explains how to install, configure and implement SQL Server Reporting Services in ASP.NET. Business development often requires analysis and data mining and SQL Server Reporting Services provide a solution to those tasks.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
13 downloads
How To Use Java DB as Your Client Mobile Database
A database which is embedded in a Java application can be an excellent idea which has a lot of potential. It is currently possible to use it for a client portable database in both browser and desktop more>> A database which is embedded in a Java application can be an excellent idea which has a lot of potential. It is currently possible to use it for a client portable database in both browser and desktop programs.<<less
Added: 2006-07-17 License: Freeware Price: Free
1205 downloads
When and How to use Cookies and Sessions
In this article, you will find out the reasons to use cookies and the reasons to use sessions. It also tells you the way hide important data from cookies. more>> In this article, you will find out the reasons to use cookies and the reasons to use sessions. It also tells you the way hide important data from cookies.<<less
Added: 2007-05-31 License: Freeware Price: Free
878 downloads
How to upload images to mySQL within PHP
Aim of this article is to sho you the simples way to uplaod images to mySQL database. First you need to create a custom database table. The name of this table can be named as images_table. Now here more>> Aim of this article is to sho you the simples way to uplaod images to mySQL database. First you need to create a custom database table. The name of this table can be named as "images_table". Now here is the SQL code for creating the table.<<less
Added: 2006-08-09 License: Freeware Price: Free
781 downloads
eRuby: How to use Ruby CGI and ERB templating for Web Pages
Ruby is a great language to use to create a dynamic website. Heres how to use it to do CGI scripting. Using eRuby ERB templating to seperate the HTML from the script makes CGI a perfect alternative to more>> Ruby is a great language to use to create a dynamic website. Heres how to use it to do CGI scripting. Using eRuby ERB templating to seperate the HTML from the script makes CGI a perfect alternative to using the Rails framework. Easy and faster than you would expect. So easy in fact that you may forget about using Rails all together.<<less
Added: 2007-01-06 License: GPL Price: Free
1037 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above how to use phpmyadmin search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed