[PHP] Re: mcrypt public and private key

2005-02-04 Thread Daniel Bowett
Marek Kilimajer wrote: Daniel Bowett wrote: Hi, I have been reading up on the mcrypt function. Is it possible to use it with a public and private key pair or just with a single key? Cheers. mcrypt supports only single key Is there anything out there that supports public/private key other than us

RE: [PHP] String -> Number Automatic Conversion

2005-02-04 Thread Ford, Mike
On 03 February 2005 19:40, Nuzzo Art-CINT116 wrote: > > > Is this a bug or am I missing something. > > > > It's a bug -- see http://bugs.php.net/bug.php?id=30726 > > > > Reported fixed on 18-Jan-2005, so I guess you're looking at > > 4.3.11/5.0.4 to actually contain the fix. > > > > Are there

Re: [PHP] Script stuck on final ?>

2005-02-04 Thread Alp
Thanks Jochem. Ctrl+Shift+M is also another great way to catch a mistake. I have never gone through the help before, looks like I should have... Alp "Jochem Maas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Alp wrote: > > Thanks Richard, > > > > I thought I wasn't missing one, t

[PHP] Is it Possible?

2005-02-04 Thread Sagar C Nannapaneni
I'm calling a php script with tag for ex: http://localhost/test.php?img=asfd";> and the test.php is as follows... test.php --- Theres no problem with this..its working fine. But i want to return some text(or Html) the browser along wi

Re: [PHP] Is it Possible?

2005-02-04 Thread Martin Holm
Sagar C Nannapaneni wrote: I'm calling a php script with tag for ex: http://localhost/test.php?img=asfd";> and the test.php is as follows... test.php --- Theres no problem with this..its working fine. But i want to return some text(or Html)

[PHP] Re: Date Update

2005-02-04 Thread Jason Barnett
Adi Pramadi wrote: Dear Friends, I'm new in PHP programing, and i need a way to add date in php. here is the sample If today is 29/01/2005 (dd/mm/yy) and i need to make an apointment for another 10 days the date recorded sould be 08/02/2005 and not 39/01/2005 is there a way to do it in just like in

[PHP] Re: Is it Possible?

2005-02-04 Thread Jason Barnett
Sagar C Nannapaneni wrote: I'm calling a php script with tag for ex: http://localhost/test.php?img=asfd";> and the test.php is as follows... test.php --- Theres no problem with this..its working fine. But i want to return some text(or Html

Re: [PHP] Is it Possible?

2005-02-04 Thread Erwin Kerk
Sagar C Nannapaneni wrote: I'm calling a php script with tag for ex: http://localhost/test.php?img=asfd";> and the test.php is as follows... test.php --- Theres no problem with this..its working fine. But i want to return some text(or Html)

[PHP] CLI & CGI

2005-02-04 Thread Claudio
Can I use the CGI executable at the command-line? In other words, what is the diference between the CLI and CGI Version? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[suspicious - maybe spam] [PHP] gzcompress fuction missing

2005-02-04 Thread Scott Mueller
modernbill is no longer working for a customer all of a sudden. It seems that function_exists('gzcompress') now returns false for some reason. Does anybody have any ideas what might've happened and how I can correct this? Our customer is effectively down from this, so i'm very anxious to hel

[PHP] array_map in conjunction with user_call_func_array - inconsistency

2005-02-04 Thread Jochem Maas
listers, I was playing around with call_user_func_array() and array_map() on PHP 5.0.2 (cli) (built: Nov 9 2004 19:00:36) and noticed the that calling call_user_func_array() on 'array_map' with more than 2 args (i.e. more than just the name of the callback and array argument that are required for

Re: [PHP] Udp.pl scare

2005-02-04 Thread Jochem Maas
Mike wrote: Hello all, I have been hit twice now with the udp.pl exploit found in phpbb I thought that upgrading to php 4.3.10 would stop this? Was I wrong? yes you are wrong - I have no idea why you would think that other than blind assumption. - phpBB is forum software writting in PHP. phpBB

Re: [PHP] Script stuck on final ?>

2005-02-04 Thread Jochem Maas
Alp wrote: Thanks Jochem. Ctrl+Shift+M is also another great way to catch a mistake. I have never gone through the help before, looks like I should have... thats almost begging for RTFM-like comment ;-) but seeing as you have just given me a new shortcut I let it be :-) seriously 9 of out 10 editor

Re: [PHP] Credit card storing, for processing

2005-02-04 Thread Jochem Maas
Brian Dunning wrote: Source for these statistics? I pulled them from the MYASS database. priceless -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Udp.pl scare

2005-02-04 Thread Mike
on 2/4/05 8:07 AM, Jochem Maas at [EMAIL PROTECTED] wrote: >> I have been hit twice now with the udp.pl exploit found in phpbb >> >> I thought that upgrading to php 4.3.10 would stop this? Was I wrong? > > yes you are wrong - I have no idea why you would think that other than blind > assumption.

Re: [PHP] Is it Possible?

2005-02-04 Thread Sagar C Nannapaneni
Figured it out from the other way hope others may find this useful Note that what ever you optput in your php do that with echo "document.write('asdfasdf');" /sagar - Original Message - From: "Erwin Kerk" <[EMAIL PROTECTED]> To: "Sagar C Nannapaneni" <[EMAIL PROTECTED]> Cc: Sent:

[PHP] imagecolorallocatealpha() error

2005-02-04 Thread Kurt Wagner
On my PHP installation (4.3.10), imagecolorallocatealpha() does not work at all. I have tried all of the examples in the function notes and quite a few more. The GD version is that which was packaged with PHP, which the documentation says should be able to use image blending functions. Does a

Re: [PHP] Multiline data Insert Into table from a generated form?

2005-02-04 Thread Alp
Hi Mike, Sorry that the response is a bit late. I will keep in mind to include the whole details of the error next time, sorry for the toruble. Somehow, I just couldn't manage to get all 3 tables updated from a single php file (well, understandable since I'm a beginner) so now I am going through

Re: [PHP] Script stuck on final ?>

2005-02-04 Thread Alp
Hi Jochem, "Jochem Maas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Alp wrote: > > Thanks Jochem. Ctrl+Shift+M is also another great way to catch a mistake. I > > have never gone through the help before, looks like I should have... > > thats almost begging for RTFM-like comment

Re: [PHP] Date Update

2005-02-04 Thread John Nichel
Everybody sent a return receipt, right? ;) -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] interface development

2005-02-04 Thread Winn Johnston
i have taken on a job replacing an old AS400 RPM database with four thin clients. They really like the feel of the thin client interface, no point and click, no graphics, just green text on a black background. I could use any suggestions on what to read, or where to look to find a way to create a s

Re: [PHP] CLI & CGI

2005-02-04 Thread Philip Olson
> Can I use the CGI executable at the command-line? Yes. > In other words, what is the diference between the CLI > and CGI Version? See the manual, it explains the differences: http://php.net/features.commandline Regards, Philip -- PHP General Mailing List (http://www.php.net/) To unsubscr

[suspicious - maybe spam] Re: [PHP] Udp.pl scare

2005-02-04 Thread Jochem Maas
Mike wrote: on 2/4/05 8:07 AM, Jochem Maas at [EMAIL PROTECTED] wrote: I have been hit twice now with the udp.pl exploit found in phpbb I thought that upgrading to php 4.3.10 would stop this? Was I wrong? yes you are wrong - I have no idea why you would think that other than blind assumption. - ph

[PHP] [suspicious - maybe spam] Re: [PHP] Re: mcrypt public and private key

2005-02-04 Thread Richard Lynch
Daniel Bowett wrote: > Marek Kilimajer wrote: >> Daniel Bowett wrote: >> >>> Hi, >>> >>> I have been reading up on the mcrypt function. Is it possible to use >>> it with a public and private key pair or just with a single key? >>> >>> Cheers. >>> >> >> mcrypt supports only single key >> > > Is ther

[PHP] [suspicious - maybe spam] Re: [PHP] Date Update

2005-02-04 Thread Richard Lynch
Adi Pramadi wrote: > I'm new in PHP programing, and i need a way to add date in php. > > here is the sample > > If today is 29/01/2005 (dd/mm/yy) > and i need to make an apointment for another 10 days > the date recorded sould be 08/02/2005 and not 39/01/2005 > > is there a way to do it in just lik

[PHP] PHP5 Exception Handling

2005-02-04 Thread Gerard Samuel
Just bouncing a thought on you. I currently have a default exception handler setup. So far in the code, I throw an exception when something is wrong. i.e. Missing file, invalid argument, failed db connection etc... My thought was centering around if I still needed to use try/catch in the code, sinc

[PHP] [suspicious - maybe spam] Re: [PHP] interface development

2005-02-04 Thread Jochem Maas
Winn Johnston wrote: i have taken on a job replacing an old AS400 RPM database with four thin clients. They really like the feel of the thin client interface, no point and click, no graphics, just green text on a black background. I could use any suggestions on what to read, or where to look to fin

Re: [PHP] sending set NUMBERFORMAT

2005-02-04 Thread Richard Lynch
Nuzzo Art-CINT116 wrote: > Hopefully this is an easy question. I need to set the default numeric > data format when selecting data from an oracle database using PHP OCI > interface. > > > The SQLPLUS command is: > > SET NUMBERFORMAT 0.999 > > How would I send this from PHP? I need to do the fo

Re: [PHP] imagecolorallocatealpha() error

2005-02-04 Thread Richard Lynch
Kurt Wagner wrote: > On my PHP installation (4.3.10), imagecolorallocatealpha() does not work > at all. I have tried all of the examples in the function notes and quite > a few more. The GD version is that which was packaged with PHP, which the > documentation says should be able to use image ble

Re: [PHP] interface development

2005-02-04 Thread Richard Lynch
Winn Johnston wrote: > i have taken on a job replacing an old AS400 RPM > database with four thin clients. They really like the > feel of the thin client interface, no point and click, > no graphics, just green text on a black background. I > could use any suggestions on what to read, or where to >

[PHP] connection pooling

2005-02-04 Thread Bosky, Dave
What options are available regarding connection pooling using PHP? I understand how to accomplish this using Java but PHP is another language. Thanks. HTC Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the read

[PHP] Re: [suspicious - maybe spam] [PHP] gzcompress fuction missing

2005-02-04 Thread Richard Lynch
Scott Mueller wrote: > modernbill is no longer working for a customer all of a sudden. It > seems that function_exists('gzcompress') now returns false for some > reason. Does anybody have any ideas what might've happened and how I > can correct this? Our customer is effectively down from this, s

Re: [PHP] PHP5 Exception Handling

2005-02-04 Thread Jochem Maas
Gerard Samuel wrote: Just bouncing a thought on you. I currently have a default exception handler setup. So far in the code, I throw an exception when something is wrong. i.e. Missing file, invalid argument, failed db connection etc... My thought was centering around if I still needed to use try/ca

[PHP] Expression for deleting all cookies

2005-02-04 Thread Ross Hulford
Is there a single bit of code for scrubbing all the cookies or do I have to do setcookie ("name, "") for all of them?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] connection pooling

2005-02-04 Thread Jochem Maas
Bosky, Dave wrote: What options are available regarding connection pooling using PHP? I understand how to accomplish this using Java but PHP is another language. for most db extensions there are persistent variants of the connect functions. e.g. ibase_pconnect() php is unlike java in that there is

[PHP] Job Recruitment and Support Ticketing Appz

2005-02-04 Thread Jason Paschal
A friend of mine is looking for one each of the following web appz: 1) Job Recruitment A bundle of scripts that will allow someone to manage job listings and accept applications online. 2) Online Support Ticketing Users submit issues, and they are resolved by the support team. Resolutions may b

Re: [PHP] PHP5 Exception Handling

2005-02-04 Thread Gerard Samuel
Jochem Maas wrote: Gerard Samuel wrote: Just bouncing a thought on you. I currently have a default exception handler setup. So far in the code, I throw an exception when something is wrong. i.e. Missing file, invalid argument, failed db connection etc... My thought was centering around if I still n

Re: [PHP] Multiline data Insert Into table from a generated form?

2005-02-04 Thread Christopher Fulton
[snip] > //user connection section--begin > $username="root"; > $password=""; > $database="nazardane"; [/snip] If this is actually your login, I would suggest changing it right away [snip] > while ($c=0;$chttp://us2.php.net/tut.php -- Christopher Fulton http://www.fultonfam.com -- PHP Gen

[PHP] Information

2005-02-04 Thread jason
Important document! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Expression for deleting all cookies

2005-02-04 Thread Marek Kilimajer
Ross Hulford wrote: Is there a single bit of code for scrubbing all the cookies or do I have to do setcookie ("name, "") for all of them?? foreach($_COOKIE as $name => $value) { setcookie($name, '', time() - 36000); } -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

Re: [PHP] Multiline data Insert Into table from a generated form?

2005-02-04 Thread Alp
Hi Chris, Thanks for reminding but until I'm done with the whole thing it is operating on a PC and that's why the username/password are the default. Even the DB name is for testing only. Alp "Christopher Fulton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > [snip] > > //user con