Re: [PHP] How to validate this date: 2002-02-31

2002-03-05 Thread Tomek Golembiewski
Dnia wtorek 05 marzec 2002 10:34, Jason Wong napisał: > On Tuesday 05 March 2002 17:27, Andy wrote: > > Hi there, > > > > I am still lacking of one error the user can provide: > > > > Desired format: .mm.dd > > > > Asuming he enters a date: 2002-02-31 (There is no Feb 31) > > > > Is there a fu

Re: [PHP] How get the name of the array variable?

2002-02-15 Thread Tomek Golembiewski
> This doesn't solve the strval problem, :((( it's the only problem I have > but in my debug output I wasn't so > interested in the array's name, as in the meaning/status of the data it > contained. Here is an equivalent approach (- the idea of nesting the two > functions was the subject of a conv

Re: [PHP] array variable name

2002-02-15 Thread Tomek Golembiewski
Dnia czwartek 14 luty 2002 21:14, Rick Emery napisał: >> How can I get the name of array variable into str? > what are your trying to do with it?? This: function show_arr($array) //wyswietla wartosci z tablicy wraz z kluczami (przeznaczone do debugowania) { if(DABUG) { e

[PHP] How get the name of the array variable?

2002-02-14 Thread Tomek Golembiewski
I got the problem , I want make preety debug function that shows array keys and values and name of the variable containing array: Here it is: function show_arr($array) //wyswietla wartosci z tablicy wraz z kluczami (przeznaczone do debugowania) { if(DABUG) { echo "---

Re: [PHP] Using winpopup to notify users

2002-02-14 Thread Tomek Golembiewski
Dnia czwartek 14 luty 2002 13:55, Garth Dahlstrom napisał: > I'm wondering if anyone has a class to do a the equivalent of a > "net send" through PHP? If U got samba instaled on Your serwer U can always do exec("smbclient -M $message"); > > Thanks, > > -Garth > > Northern.CA ===-- > http://www.n

[PHP] array variable name

2002-02-14 Thread Tomek Golembiewski
How can I get the name of array variable into str? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] --enable-transid and slash URI's

2002-01-29 Thread Tomek Golembiewski
I've got a problem. I want to propagate sessionid using this greate php feature --enable-transid but I want pretty slash url too (I mean www.eee.com/w/12/2344556b44455). I don't want transid to add sessionid at the end of each link with ? or &, I want only slah (/session_id_here). Is the any wa