Re: [PHP] Shared Memory

2003-03-20 Thread Mincu Alexandru
ata be there? > > -- > Adam Voigt ([EMAIL PROTECTED]) > The Cryptocomm Group > My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc -- Mincu Alexandru intelinet.ro Tel:+4 0745 369719 +4 021 3140021 www.intelinet.ro[EMAIL PROTECTED] -

Re: [PHP] Threading objects

2003-03-12 Thread Mincu Alexandru
se ask if you don't understand > > > > Thanks for any help you can offer what so ever. > > > > Kris > > > > > > > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php >

Re: [PHP] Parsing my big file - I'm back

2003-03-11 Thread Mincu Alexandru
t 5 years, and that was using Frontier on a Mac. > > All helpful suggestions appreciated > > George > > === > > George Pitcher > HERON Technical Manager > Ingenta plc > 23-38 Hythe Bridge Street, Oxford, OX1 2ET > T +44 (0)1865 799137 direct > T +44 (0)1865

[PHP] Re: [PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Mincu Alexandru
I don't like the Language Auto Detection system either but mabe others do... so I don't think it should be removed .. On Mon, 2003-03-10 at 19:41, Wez Furlong wrote: > Perhaps because he prefers to read most sites in his native language? > > --Wez. > > On Mon, 10 Mar 20

Re: [PHP] require_once adds a "1"

2003-03-07 Thread Mincu Alexandru
with the addition of two ones "11"s can anyone tell me > how to get rid of the ones? > (if I run anyfile.php by itself there are no "1"s) > Gary Mincu Alexandru intelinet.ro Tel: +4 0745 36

Re: [PHP] Making a true statement false.

2003-03-07 Thread Mincu Alexandru
to take action on something true first then > false. > > How would I write it so it would assume false then true? > > Thanks, > > Ed -- Mincu Alexandru intelinet.ro Tel:+4 0745 369719 +4 021 3140021 www.intelinet.ro[EMAIL PROTECTED]

Re: [PHP] rates for differents date?

2003-03-07 Thread Mincu Alexandru
4 or 5? What is the cost for that days? > how can I work out the total if someone stays from say day 2-5? > or what about day 3-7? > any help would be great > > thanks > shaine gordon -- Mincu Alexandru intelinet.ro Tel:+4 0745 369719

Re: [PHP] attaching php-action to form-button

2003-03-07 Thread Mincu Alexandru
-[snip] > > use a hidden field: > > > > // input's etc > > or : > > > -- >>O Ernest E. Vogelsinger >(\)ICQ #13394035 > ^ http://www.vogelsinger.at/ -- Mincu Alexandru intelinet.ro Tel:+4

Re: [PHP] how to abort script execution at a certain point?

2003-03-07 Thread Mincu Alexandru
n't see it in the > function reference. > > Any ideas? Thanks. > > -- > Chris Edwards > Web Application Developer > Outer Banks Internet, Inc. > 252-441-6698 > [EMAIL PROTECTED] > http://www.OuterBanksInternet.com -- Mincu Alexandru inte

Re: [PHP] assign gobal values in class?

2003-03-05 Thread Mincu Alexandru
>$this->test_arr=&$arr; */ $this->text=&$GLOBALS['arr']; /* I guess this dose the job better ... when you declare global $arr you do $arr=&$GLOBALS['arr'] and there is no need to do a double reference! */ >} > > > >} -- Mincu Alexan

Re: [PHP] post xml

2003-02-27 Thread Mincu Alexandru
f the >variable I am sending if I am sending only one? If I send it like this does >it know that what I am sending as $xml is also named the variable xml ? the >example only has an array. >http_post('195.57.250.36',80,'/barceloDS/interface/xml',$xml); -- Mincu Alexa

Re: [PHP] post xml

2003-02-27 Thread Mincu Alexandru
fputs($fp, $urlencoded); $ret = ""; while (!feof($fp)) $ret.= fgets($fp, 1024); fclose($fp); return $ret; } --- /PHP --- You can change the headers if you like ... Hope it helps. -- Mincu Alexandru intelinet.ro Tel

Re: [PHP] button not seen

2003-02-21 Thread Mincu Alexandru
PT -- This should solve the problem .. It works great in Mozilla and IE but I can't test it in Netscape because I don't have Netscape installed. Hope it helps ... -- Mincu Alexandru intelinet.ro Tel:+4 0745 369719 +4 021 3140021 www.intelinet.ro[E

Re: [PHP] Reading remote image into a file and displaying..

2003-02-20 Thread Mincu Alexandru
cho $weatherfile; > > but of course it just outputs the raw image data .. I tried echoing it out > in a img src tag, same result. Is there some function I'm unaware of that > will help me out here? > > Thanks, > Chad -- Mincu Alexandru intelinet.ro

Re: [PHP] Javascript function

2003-02-19 Thread Mincu Alexandru
ing like that, I call the function like that : > MyExampleFunction('form_name.element_name'); > > And do that : > void function MyExampleFunction(theelement){ > document.theelement.focus(); > } > > but that's not work ? > > An idea ? > > Christian, -- Mi