Re: [PHP] Add Reply-To to this list(s)

2003-11-27 Thread Mika Tuupola
rs are "confused about this email thingie". ;) -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Whats more efficient? (Conclusion)

2003-10-22 Thread Mika Tuupola
On Wed, 22 Oct 2003, Ryan A wrote: > what do you suggest? and any urls for reading up on caching? Some benchmarks on content and bytecode caching: http://www.appelsiini.net/~tuupola/articles/benchmarking-phpa/ -- Mika Tuupola http://www.appelsiini.

Re: [PHP] PHP generated AuthUserFiles?

2003-10-10 Thread Mika Tuupola
On Fri, 10 Oct 2003, MIKE YRABEDRA wrote: > Is there a way to let PHP generate the necessary AuthUserFiles for use with > .htaccess? http://pear.php.net/package/File_HtAccess http://pear.php.net/package/File_Passwd -- Mika Tuupola http://www.appelsii

Re: [PHP] .htaccess - Still asking for login information although already sent through address bar

2003-10-06 Thread Mika Tuupola
does not look like https. Try changing to https://user:[EMAIL PROTECTED]/ -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and .HTACCESS

2003-10-04 Thread Mika Tuupola
password 'fake' (only for this directory). Then you would create a logout link with: -cut- http://fake:[EMAIL PROTECTED]/logout/">Logout -cut- This should overwrite the credentials with most browser, but again is not guaranteed to work with every brow

Re: [PHP] Tracking IP Addresses

2003-10-04 Thread Mika Tuupola
On Sun, 5 Oct 2003, Mika Tuupola wrote: > On Fri, 3 Oct 2003, Stephen Craton wrote: > > > I'm wanting to track IP addresses by pinpointing their geological location > > (country and whatever) but I have no idea how to go about doing this. I've > > been searchi

RE: [PHP] Tracking IP Addresses

2003-10-04 Thread Mika Tuupola
6|allocated apnic|SB|ipv4|202.63.254.0|512|19950618|assigned apnic|JP|ipv4|202.232.0.0|262144|19950618|allocated -cut- this is where the ip to country databases get their information from. -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General M

Re: [PHP] Tracking IP Addresses

2003-10-04 Thread Mika Tuupola
nyone point me towards a tutorial site or explain to it for me? Thanks in > advance! http://www.appelsiini.net/~tuupola/php/I18N_ISO_3166/ -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Date class and Span.php

2003-09-07 Thread Mika Tuupola
and installed it. However, it 'includes' Date.php, the very > file that calls it, so I'm unsure that I've got the right thing. It seems that the current package misses the file. Until the package is fixed you can get it from cvs. http://chora.php.net/

Re: [PHP] Persistent database connections in PHP

2003-09-05 Thread Mika Tuupola
nnect.php -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] google style paginating

2003-08-23 Thread Mika Tuupola
lasses in PEAR: http://pear.php.net/package-info.php?package=Pager http://pear.php.net/package-info.php?package=Pager_Sliding -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP to Excel Export

2003-07-04 Thread Mika Tuupola
, not csv. -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Browscap

2003-07-03 Thread Mika Tuupola
ut using browscap? http://www.php.net/manual/en/function.get-browser.php -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Session vs Cookie Issues

2003-07-03 Thread Mika Tuupola
Someone rm'ing /tmp/ for example. -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Naming a variable with a variable

2003-06-17 Thread Mika Tuupola
On Tue, 17 Jun 2003, Antti wrote: > Ho can I create (name) a variable with other variables value? > If $foo = "bar"; > then the variable I want to create is $bar. > How do I do this? This prints "barvalue". -- Mika Tuupola ht

Re: [PHP] RE: PHP-based SMS solution

2003-02-13 Thread Mika Tuupola
to SMSC. Youre probably better of by using a SMSGW such as Kannel between PHP and SMSC. http://www.kannel.org/ -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Thumbnail generation

2002-12-23 Thread Mika Tuupola
whatever is used to do the dirty work. > > Does anyone know of such a project or want to write one? Image_Transform in PEAR: http://pear.php.net/package-info.php?pacid=83 -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP Gen

Re: [PHP] Resize an image from URL

2002-12-10 Thread Mika Tuupola
dimensions of image file. IIRC the native functions supports this since 4.0.5 and looking at the code it does not download the whole image but parses the first few bytes of the imagefile header (the same way as Image_Remote does). -- Mika Tuupola

Re: [PHP] editing .htaccess / .htpasswrd

2002-11-28 Thread Mika Tuupola
7;t get any replies yet. You should check File_HtAccess and File_Passwd packages at PEAR: http://pear.php.net/package-info.php?pacid=131 http://pear.php.net/package-info.php?pacid=128 -- Mika Tuupola http://www.appelsiini.net/

Re: [PHP] airport codes db

2002-11-13 Thread Mika Tuupola
ork and data mangling to call this my own. Each table row contains  - The airport¹s three-letter IATA code  - A two-letter ISO country code  - Latitude and longitude (as doubles)  - A display name for the airport ... -- Mika Tuupola

Re: [PHP] Geographic IP location

2002-11-03 Thread Mika Tuupola
?pacid=55 -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Blank PHP pages.

2002-10-16 Thread Mika Tuupola
;>Outgoing mail is certified Virus Free > >>Checked by AVG anti-virus system (http://www.grisoft.com) > >>Version: 6.0.404 / Virus Database: 228 - Release Date: 10/15/2002 > >> > >> > >> > >> > >> > >> > >> &g

Re: [PHP] Session variable problem

2002-08-13 Thread Mika Tuupola
On Tue, 13 Aug 2002, Christian Ista wrote: > Add a missing space. -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php/.htaccess/.htpasswd

2002-05-02 Thread Mika Tuupola
On Wed, 1 May 2002, Kelly Meeks wrote: > Is is possible to use php to admin a password file used by a .htaccess file? You should check the File_Passwd class from PEAR. http://chora.php.net/cvs.php/php4/pear/File -- Mika Tuupola http://www.appelsiini.

Re: [PHP] Help I killed PHP on mysever...

2002-04-09 Thread Mika Tuupola
einstall php as a module and didn't restart your webserver. -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Adding Text Input in a SELECT drop-down list

2002-03-24 Thread Mika Tuupola
> state (non-USA) and have this variable passed on. Is there any way of > > > accomplishing this using html or php? > > It's not possible. You'll have to put a separate text input field next to > > it. > Too bad, since a few sites seem to have that

RE: [PHP] Forcing little endian with pack("d");

2002-03-22 Thread Mika Tuupola
uld be good to have in future versions of php. +1 for adding that to future versions. Don't talk C myself though ;) -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: bigendian vs littleendian

2002-03-22 Thread Mika Tuupola
On Thu, 21 Mar 2002, Mika Tuupola wrote: > How can I make > > $double = pack("d", $val); > > to produce same value when run on bigendian host as what > it would result when running in a littleendian host? Answering to mys

Re: [PHP] Apache

2002-03-21 Thread Mika Tuupola
On Fri, 22 Mar 2002, Jason Wong wrote: > No, he doesn't want apache to *list* files in that directory but still to be > able to serve files *from* that directory. Just add an empty index file? -- Mika Tuupola http://www.appelsiini.net/~tuupola/ --

[PHP] bigendian vs littleendian

2002-03-21 Thread Mika Tuupola
How can I make $double = pack("d", $val); to produce same value when run on bigendian host as what it would result when running in a littleendian host? -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- P

[PHP] Forcing little endian with pack("d");

2002-03-20 Thread Mika Tuupola
which are big endian (undocumented format string for example?). -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Saving data with cookies

2002-03-18 Thread Mika Tuupola
ow it will be saved, I would save this array as an > "something" separated text.) serialize() is your friend. http://www.php.net/manual/en/function.serialize.php -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Maili

Re: [PHP] Timing PHP

2002-03-18 Thread Mika Tuupola
t/cvs.php/pear/Benchmark -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] shopping cart question

2002-03-02 Thread Mika Tuupola
you need to have a echo "?session_id=$session_id" ?> type line in every href which is a pain in > the ass. Option 2 is great, if the user uses cookies, if not, you cannot This can be automated with --enable-trans-sid. -- Mika Tuupola http://www.a

Re: [PHP] fsockopen and HTTP Authorization

2002-02-28 Thread Mika Tuupola
/chora.php.net/cvs.php/pear/HTTP_Request -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] class effeciency

2002-02-28 Thread Mika Tuupola
See: http://www.php.net/manual/en/keyword.extends.php -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SOAP status

2002-02-26 Thread Mika Tuupola
has an ongoin work going on with SOAP. See: http://chora.php.net/cvs.php/pear/SOAP -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Flash and php

2002-02-24 Thread Mika Tuupola
On Sun, 24 Feb 2002, Martin wrote: > I was wondering if there is some php-support to generate > flash-animations in general. http://www.php.net/manual/en/ref.swf.php http://www.php.net/manual/en/ref.ming.php -- Mika Tuupola http://www.appelsii

Re: [PHP] Re: Creating methods runtime

2002-02-22 Thread Mika Tuupola
e future may hold. Is you extension available somewhere? Having this option would save me a lot of coding and AFAIK Zend 2 is not in quite near future yet. -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http:/

[PHP] Creating methods runtime

2002-02-21 Thread Mika Tuupola
. -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php4 /pear/Experimental/Image color_helper.php

2001-03-28 Thread Mika Tuupola
the Image folder in PEAR. Maybe there and rename the class to something like Image_Color. The text and button classes could then be Image_Text and Image_Button? -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP CVS Mailing List (http://www.php.net/

[PHP-CVS] cvs: php4 /pear/Image Remote.php

2001-01-16 Thread Mika Tuupola
:59:01 tuupola Exp $ define("GIF_SIGNATURE_LENGTH", 3); define("GIF_VERSION_LENGTH",3); @@ -89,7 +89,7 @@ *only http. * * @author Mika Tuupola <[EMAIL PROTECTED]> - * @version $Revision: 1.2 $ + * @version $Revision: 1.3

[PHP-CVS] cvs: php4 /pear Makefile.in

2001-01-12 Thread Mika Tuupola
tuupola Fri Jan 12 01:13:56 2001 EDT Modified files: /php4/pear Makefile.in Log: PR: Submitted by: Reviewed by: Obtained from: Added Image_Remote class. Index: php4/pear/Makefile.in diff -u php4/pear/Makefile.in:1.60 php4/pear/Makefile.in:1.61 --