< Browse > Home /

| Mobile | RSS

sudhakar.dasari

Generating Serial No./Row No.

I had a requirement to display serial numbers in Zend grids. So, in order to fulfill this, I had a worse idea of using a count variable and displaying the same as serial number but, Zend grids will not allow such worst ideas to implement.
So had explored for a solution to generate serial numbers or [...]

[ More ] September 11th, 2009 | No Comments | Posted in Mysql |
naveen.malla

Export and Import MYSQL Linux commands

Export
steps:
1) mysqldump -u web_user -p databasename > sqlfilename
2) Prompts you to enter Password:
3)Enter the password then the database will be backup on given sqlfile
Import
mysqldump -u web_user -p database_name < sqlfilename

[ More ] May 14th, 2009 | No Comments | Posted in Mysql, Php |
admin

PHP Mysql Tutorial

Hi all,
There is a useful link for PHP Mysql tutorials.This teaches us about using PHP and mysql in a better way.
I’m sure that by the end of this tutorial you will have enough knowledge to build your own database driven website using PHP & MySQL.
you can find this at  http://www.php-mysql-tutorial.com/

[ More ] November 15th, 2008 | 1 Comment | Posted in Mysql, Php |