[PHP] Re: JaneBUILDER

2002-02-22 Thread l0t3k
it seems interesting. but look real carefully at the PHP snippet gif on the features page (under the find Icon) g Richard Baskett [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Does anyone have any experience with JaneBUILDER? http://www.seejanecode.com It

[PHP] Re: Converting binary data

2002-06-11 Thread l0t3k
you may want to look at http://www.php.net/manual/en/function.unpack.php Lucijan [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi I'm retriving some binary data from a Interbase blob field (a custom format to do some drawing) into a php variable like this:

[PHP] Re: Controlling CVS with PHP...

2002-06-13 Thread l0t3k
check out Chora by the folks at Horde.org . its the code that powers cvs.php.net D Gibbs [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi, I was wondering if any one had managed to controll CVS with php. I'm wanting to add/update/remove/checkin/checkout files

[PHP] Re: fscanf - string format - clear discription

2002-08-21 Thread l0t3k
here's some info. in reading, keep in mind that PHP's implementation is mostly ANSI compatible. http://www.neosoft.com/neosoft/man/scanf.3.html Harry.De [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... where can i find a discription of the possible options for

Re: [PHP] Drawing graphs

2002-09-02 Thread l0t3k
www.aditus.nu/jpgraph John Wards [EMAIL PROTECTED] wrote in message 028b01c25285$eca109e0$3100a8c0@JOHNCOMP">news:028b01c25285$eca109e0$3100a8c0@JOHNCOMP... erm jgraph is what i use but for the life of me I cannot remeber the url Try searching for it on hotscripts.com or

[PHP] Re: intermediate pre-parsed or compiled PHP files possible?

2001-10-25 Thread l0t3k
search for APC Cache or BWare Cache or PHP Accelerator on google Thomas [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... did you check www.zend.com and their caching/optimizing products? They dont seem to have anything free, I need something free. -- PHP

[PHP] Re: Database tags ala Lasso

2001-10-29 Thread l0t3k
For the futurists around here: Is there any chance that php will include database tags ala Lasso? highly unlikely, but you can achieve similar ends with one of the template engines for PHP. with a little work, you should be able to accomplish the same ends. check out Smarty (dont remeber the

[PHP] Architecture : Handling timezones in a web application

2001-10-29 Thread l0t3k
we have developed an application that in use at institutions throughout the U.S and hosted centrally, and we need to figure out how to handle timezone issues for time related data in the database. how have others handled the issue ? our thought is to associate a timezone with the institution and

Re: [PHP] Some facts about MsSQL/ODBC

2001-11-01 Thread l0t3k
Valentin, first, let us know exactly how you tested. second, i think it may have to do with the way the direct extension is written. the direct extension does batch fetches every time it does a physical read of the database. if all you're trying to get is a value from the first row in a

Re: [PHP] Url Length Limitations?

2001-11-12 Thread l0t3k
Valentin, actually if you use ICS (Francois Piettes components), you can POST as well. im doing that in a project im working on just this moment. you should be able to find his component set at Torry's ( www.torry.ru ) Valentin V. Petruchek [EMAIL PROTECTED] wrote in message

[PHP] Re: Don't tell me this isn't possible (object related question)

2001-11-30 Thread l0t3k
Jeroen, this will be possible with ZE2 (check out the Zend site for more info) Jeroen Olthof [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi, let's say I have made some objects $content = new Content(); and in object content a new object is created

Re: [PHP] Need high bandwidth provider for my Asian community site

2001-12-13 Thread l0t3k
Sunny, AFAICR, br / is for Netscrape, which apparently cant understand br/ for some reason.. Sunny At Wde [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... yeah i'll have a look at making the html a lot smaller as well :) i guess thats a cheap way of tryin to

[PHP] Re: currency class?

2005-08-08 Thread l0t3k
Jon, i'm not for sure if this has it, but check out PEAR::I18N_V2 FYI, one should be included in PHP 5.2, whenever it arrives. l0t3k Jon Hill [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi Does anyone know of a simple PHP Currency Class that is similar to the one

Re: [PHP] 'God' has spoken... :-)

2005-08-15 Thread l0t3k
at the topics on the left l0t3k Jochem Maas [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] the biggest gain in php6 will be transparent unicode support - that is awesome, a really big plus - I'm crap at encoding et al and would really love it if php could handle all those

[PHP] Re: Retrieving variable name?

2005-09-21 Thread l0t3k
an extension. Even then it may not work.. g l0t3k -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Object Function-call handling in PHP5

2005-09-28 Thread l0t3k
Dmitry committed a path for improved __toString() support. However, im not sure if it will be PHP6 only... Ondrej Ivanic [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Beware! This bugs are related to __toString() method: 31766 Open printf and __toString 34286 Assigned

[PHP] Re: ISO encoding of subject in mail?

2005-03-29 Thread l0t3k
Kim, i vaguely recall some new (aka 5.04) functions added to the mbstring extension to handle this. BTW, are you _the_ Kim Madsen of TKBMMemtable fame ? Kim Madsen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi I´d like to encode the subject in mails generated and sent by PHP,

[PHP] Re: Semaphores

2003-08-07 Thread l0t3k
to be primarily *NIX users. it would not be hard at all to add semaphore support for Windows. i just dont have the time to do it. if you're so inclined, however, have a look at the source for Python and see how they do it. l0t3k -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Re: Zend extensions license

2003-07-08 Thread l0t3k
you read the actual license FAQ here http://www.php.net/license/ l0t3k Matthieu Boyer Ei3 [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi ! I'm an intern working as a developer for a company. I'm in charge of writing an extension to the Zend engine, much like the GD library. I

[PHP] Re: Scripting language in PHP?

2003-02-06 Thread l0t3k
Leif, i think Ariadne does this. IIRC they have a mini template language called PinP Leif K-Brooks [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Out of pure boredom, I'm considering writing a simple scripting language in PHP. Has anything like this been

Re: [PHP] Recursive Interpolation

2004-10-05 Thread l0t3k
if you check the internals archive, i think Sara said she had an interpolator on her plate... Chuck Wolber [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Mon, 4 Oct 2004, Michael Sims wrote: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: OO in PHP5.0 - Referencing Object or not?!

2004-08-22 Thread l0t3k
the effects are more noticeable since it is interpreted rather than compiled. l0t3k -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php