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
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
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
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
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)
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
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
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)
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
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
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
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
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
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
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.
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:
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
[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
Important document!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
41 matches
Mail list logo