Re: [PHP-DB] Pop3?

2003-09-22 Thread andu
7;t have time to test but this is the idea: > > > require_once('pop3_fcn.php'); > > > > $id=open_pop3("server","110","username","passwd"); > > > > $messg_list=pop3_list($id); > > print_r $messg_list; > > pop3_quit($id); > > ?> > > > > Andu > > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > Regards, Andu Novac -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Pop3?

2003-09-21 Thread andu
I wrote it a while ago. Andu -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] sqlite question

2003-09-02 Thread andu
appened with my 'add column' function but I was able to fix that selecting * as opposed to $columns for populating the temp table. I am pretty sure this is not sqlite behavior in console. Any help will be appreciated, thanks. This extension is new and probably still has bugs and undocumented features but I've used sqlite in other applications and it kicks ass, for most web applications anything bigger is overkill. Regards, Andu Novac -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] upgrading mySQL remotely

2003-08-31 Thread andu
lnet into your server and wget the rpm directly there, then install it. > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- Regards, Andu Novac -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] sqlite functions

2003-08-24 Thread andu
ed_query()? TIA Regards, Andu Novac -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php