[PHP] Session problem

2001-05-05 Thread MySQL
I tried to put sessions to work, but i have a problem to start a session in each browser. When i close the browser and start it again the session_id is the same, if i start another browser he have the same session id as the first one and so on. Can someone tell me why? -- PHP General Mailing Li

[PHP] Session Problem

2001-05-07 Thread MySQL
I tried to put sessions to work, but i have a problem to start a session in each browser. When i close the browser and start it again the session_id is the same, if i start another browser he have the same session id as the first one and so on. Can someone tell me why? -- PHP General Mailing L

[PHP] Mails

2001-06-21 Thread MySQL
Can someone tell me why i'm receiving the mails 10 times each??? -- 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-CVS] cvs: php4 / NEWS /ext/mysql/libmysql acinclude.m4 bmove.c charset.c config-win.h dbug.h default.c errors.c fix_copyright global.h libmysql.c m_string.h mf_dirname.c mf_format.c mf_pack.c mf_path.c my_alloc.c my_create.c my_fopen.c my_init.c my_open.c my_pthread.c my_pthread.h my_static.c my_static.h my_sys.h my_thr_init.c my_wincond.c my_write.c mysql.h mysql_com.h mysql_version.h mysqld_error.h mysys_err.h net.c raid.h safemalloc.c string.c thr_alarm.h thr_mutex.c typelib.c update_sources violite.c violite.h

2001-01-23 Thread MySQL Team
mysql Tue Jan 23 08:48:51 2001 EDT Added files: /php4/ext/mysql/libmysqlupdate_sources Modified files: /php4 NEWS /php4/ext/mysql/libmysqlraid.h acinclude.m4 bmove.c charset.c config-win.h

[PHP-CVS] cvs: php4 /ext/mysql/libmysql config-win.h update_sources

2001-01-24 Thread MySQL Team
mysql Wed Jan 24 10:11:25 2001 EDT Modified files: /php4/ext/mysql/libmysqlconfig-win.h update_sources Log: Don't #define HAVE_COMPRESS on windows. Index: php4/ext/mysql/libmysql/config-win.h diff -u php4/ext/mysql/libmysql/config-win.h:1.5 php

[PHP] mail function and qmail

2004-09-26 Thread php mysql
mail function in php requires to use 'sendmail'. But I have only 'qmail' on the box. How I can send email in PHP? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Get part of URL address

2004-09-30 Thread php mysql
How to get information from URL. I need to get information after / http://www.domain.com/thisIneedtoget. I want to get information after / '"thisIneedtoget" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP and FORM

2004-10-09 Thread php mysql
I'm writing form using PHP and HTML. The form is submited only if user clicks on submit button. However, it's not possible to submit form when I press "enter". Is it possible to submit form pressing on enter? If so how? TH -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: