[PHP-DB] Seach for data calling function in field

2003-07-31 Thread Roberto Dragva Filho
Hello, how can i search for a data in Mysql database calling a PHP function in field propeties ?? example: is this valid ?? thanks roberto --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.504 / Virus Database: 302 - Release

[PHP-DB] Re: Transferring MySQL data.

2003-08-21 Thread Roberto Dragva Filho
You can use phpmyadmin. see http://www.phpmyadmin.net/ roberto "Hugh Dickinson" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] This is probably a stupid question, but I'm pretty new at this! Having built test MySQL databases for my website on my home machine, is it possible to tr

[PHP-DB] Re: Failure to interact with MySQL in Redhat 9 ?

2003-08-22 Thread Roberto Dragva Filho
Hello david, do you set "register_globals " to ON in /usr/local/lib/php.ini ? try it. Roberto "David Haines" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Hello all. I hope this is the best place to ask this (!) > > Problem: verified that PHP, MySQL and Apache are all workin

[PHP-DB] Re: Database backup

2003-08-27 Thread Roberto Dragva Filho
Try "mysqldump" mysqldump -u username -p'password' -A > backup_file_name.dump you can copy backup_file_name.dump to CD. roberto "Chris Payne" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] Hi there everyone, Is there a quick way I can backup all my databases on Linux so I can