[PHP] Re: PHP to Excel (csv)

2002-10-09 Thread Ivo Stoykov
Thank you for your help. Ivo "Ivo Stoykov" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi > > I have following problem. > > Some data retreived from mysql db I need to send to the user as a *.csv > file. Usuall

[PHP] PHP to Excel (csv)

2002-10-07 Thread Ivo Stoykov
Hi I have following problem. Some data retreived from mysql db I need to send to the user as a *.csv file. Usually I separate fields (usually double quoted) with comma (,) or semicolomn (;) and the records with cr/lf (Windows) It works fin until I do not have cr/lf in any of the fields. Unfortu

[PHP] whic OS is under?

2002-02-04 Thread Ivo Stoykov
Hi group: Is there a way to guess which OS the script is running? I couldn't find anything in the manual about this. Thank you Ivo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: HOWTO Q: detect browser's script enabled? - II

2002-01-29 Thread Ivo Stoykov
Thank you very much Arve. Ivo "Arve Bersvendsen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Ivo Stoykov wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > > > Hello again > > > > earlier today I

[PHP] Re: Array() Limit

2002-01-29 Thread Ivo Stoykov
RAM is less then max 32 bit number anyway. Ivo "Zach Curtis" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is there a limit to the number of key=value pairs that can be stored in an > array? Or is this more a function of RAM limits? > > Thanks. > > > Zach Cu

[PHP] HOWTO Q: detect browser's script enabled? - II

2002-01-29 Thread Ivo Stoykov
t; > Thank you. > > Ivo "Todor Stoyanov" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > use thetag > > > "Ivo Stoykov" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL

[PHP] HOWTO: detect browser's script enabled?

2002-01-29 Thread Ivo Stoykov
Hi I've fillowing (dull perhaps) question: Could I chanck somehow whether the browser has script enabled. I'd like to use it for my statistics. I saw such into http://www.extreme-dm.com/tracking/ free tracking service. Thank you. Ivo -- PHP General Mailing List (http://www.php.net/) To uns

Re: [PHP] Q: Array

2002-01-11 Thread Ivo Stoykov
field names as keys. ') So the question is answered. Thank you for your help. Best regards Ivo "Michael Sims" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 09:18 PM 1/10/2002 +0100, Ivo Stoykov wrote: > >How could I

Re: [PHP] Q: Array

2002-01-11 Thread Ivo Stoykov
field names as keys. ') So the question is answered. Thank you for your help. Best regards Ivo "Michael Sims" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 09:18 PM 1/10/2002 +0100, Ivo Stoykov wrote: > >How could I

Re: [PHP] Q: Array

2002-01-11 Thread Ivo Stoykov
names as keys. ') So the question is answered. Thank you for your help. Best regards Ivo "Michael Sims" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 09:18 PM 1/10/2002 +0100, Ivo Stoykov wrote: > >How could I

Re: [PHP] Q: Array

2002-01-11 Thread Ivo Stoykov
field names as keys. ') So the question is answered. Thank you for your help. Best regards Ivo "Michael Sims" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 09:18 PM 1/10/2002 +0100, Ivo Stoykov wrote: > >How could I

Re: [PHP] Q: Array

2002-01-11 Thread Ivo Stoykov
field names as keys. ') So the question is answered. Thank you for your help. Best regards Ivo "Michael Sims" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 09:18 PM 1/10/2002 +0100, Ivo Stoykov wrote: > >How could I

Re: [PHP] Q: Array

2002-01-11 Thread Ivo Stoykov
blabla'); while(list($k, $v) = each($b)) { print "$k - $v"; } the result will be 0- bla one - bla 0 (the key) = 'bla' (the value) one (the key of the *same* element) = 'bla' (the *same* value) and so on ... "Michael Sims" &l

[PHP] Q: Array

2002-01-10 Thread Ivo Stoykov
Hi group: I've following question: How could I determine whether I have in the array's key integers *and* strings or integers only? i.e. $a = new array('one', 'two', 'three'); // this has only integers (am I wrong?) $b = new array('one' => 'bla', 'two' => 'blabla', 'three' => 'blablabla'); // i

[PHP] Re: tutor about PHP

2001-08-17 Thread Ivo Stoykov
Thanks. "_lallous" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > zend.com > php.net > > and lots more.. > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

[PHP] Q: tutor about PHP

2001-08-17 Thread Ivo Stoykov
Hello I wonder whether there is any tutor about PHP objects. Could you help me with a URL? Thank you Ivo -- 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:

[PHP] Undefined index?

2001-07-11 Thread Ivo Stoykov
Hi everybody Does anybody knows what means "Undefined index" error? I couldn't find it in docs neither in php online doc site. Thank you Ivo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To cont

[PHP] Re: include nubie question - need help

2001-07-11 Thread Ivo Stoykov
folder, you would need to specify that! Say it would be in /users, > then It would be > > include("/users/login.htm"); > > Try that, might work > > Rehuel > > "Ivo Stoykov" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]"&

[PHP] include nubie question - need help

2001-07-10 Thread Ivo Stoykov
Hello I migrated to php 4.0.5 under windows IIS 5/win2000 AS The following line - if($HTTP_POST_VARS['user_name']) { ... WHATEVER ...} - returns me following error with and without global $HTTP_POST_VARS Warning: Undefined index: user_name in E:\10ioWebSite\sales\login.php on line 99 and the l

Re: [PHP] form's variable access problem

2001-02-20 Thread Ivo Stoykov
ittle time: http://chatmusic.com/volunteer.htm > - Original Message - > From: "Ivo Stoykov" <[EMAIL PROTECTED]> > Newsgroups: php.general > Sent: Monday, February 19, 2001 1:59 PM > Subject: [PHP] form's variable access problem > > > > Hi guys

[PHP] debug?

2001-02-19 Thread Ivo Stoykov
Hi I wonder is there a debugging/tracing program for php? THank you Ivo -- 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] form's variable access problem

2001-02-19 Thread Ivo Stoykov
Hi guys I'faced a problem (and was said it is a common one) using php4 with Apache 1.3.12 under win98se I'm using a form with an The problem is that I cannot find the $name afterwards in the script. but I can using $HTTP_POST_VARS["name"] I have not this problem using Linux. Any ideas how co