[PHP] need phpmyAdmin but no so good

2001-10-04 Thread ani

Hi:
I'm looking for a mysql administrator but no so good as
phpmyAdmin, just listing dbs, tables, insert, delete, edit
options; no create or alter tables and dbs

anybody knows about?
thanks in advance

Aniceto Lopez
www.laMundial.net
download our free music


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] need phpmyAdmin but no so good

2001-10-04 Thread ani

Michael:

Webmin is a web-based administration interface for
Unix systems but I need something like phpmyAdmin
just for managing the info in databasesj ust listing dbs,
tables, insert, delete, edit options; no create or alter
tables and dbs.

Thanks anyway, this webmin is interesting also


Aniceto Lopez
www.laMundial.net


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Running a script with Crontab

2001-09-30 Thread ani

This is what I do, maybe is gonna help you

bash file structure:

 #!/bin/bash
 ##
 ##  mysql maintenance
 ##
 /usr/bin/mysql -u username --password=yourpassword EOF
 use yourdatabase;
 YOUR SQL query HERE;
 exit
 EOF

then
 chmod +x yourbashfile

so cronjob this file with the desired frecuency



Ani Lopez
www.laMundial.net
download our free music


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] fired!

2001-09-21 Thread ani

funny Chris, I was working in www.latinia.com in Barcelona
(Spain), the company is going on but only sms bussines,
not web portals 

unemployment is not so funny in Spain

 where have you been, I was layed off last november?
 your behind the times man, you should have been
 unemployed months ago.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] fired!

2001-09-21 Thread ani

lets have a php-beer for all the dot.com unenployed!




Aniceto Lopez
www.lamundial.net



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Text area ...

2001-08-06 Thread ani

try replacing the char num.10, line break or [enter] key with BR when
doing the query
this helps keeping the original text format

SELECT replace(text,char(10),'BR') as text, FROM whatever

Ani Lopez
http://www.lamundial.net
visit our site, download and spread our music


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Euro Ascii value

2001-07-27 Thread ani

Ascii Euro value: Dec# 128 Hex# 80 if its on the font


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]