[PHP] Re: $PHP_SELF not working -please help

2001-12-20 Thread Alawi
USE PHPSELF in windows not $PHP_SELF -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] Convert tif --> jpg

2001-12-20 Thread Miles Thompson
Any number of image manipulation programs do that, However, try installing CygWin and see if mogrify will run. Miles Thompson At 03:20 PM 12/20/2001 +0100, Roman wrote: >No, I need convert format of image in windows system. > > >-Original Message- >From: Bogdan Stancescu [mailto:[EMAIL

[PHP] Help with Sessions - Should be easy =]

2001-12-20 Thread Tomasz Jachimczak
I am coming from an asp background, and am used to setting session variables very easily, but I cannot work them out here with all the different commands. I would like to store in a session variable output from a mysql db (Got the db bit working fine) but cannot for the life of me store or retrie

RE: [PHP] Limit script memory usage !!

2001-12-20 Thread Jerry Verhoef (UGBI)
There is a setting in de php.ini called "memory_limit". Remember it is in bytes! Jerry -Original Message- From: Nicolas Guilhot [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 4:09 PM To: Php General MailingList Subject: [PHP] Limit script memory usage !! Hi all, I need to

[PHP] Limit script memory usage !!

2001-12-20 Thread Nicolas Guilhot
Hi all, I need to limit the amount of memory that a script can use. Is there a function that I can use to tell the script to die if its memory usage becomes greater than $MAX_MEMORY ! Or maybe, I could use a cron job to monitor processes and kill them if they become too big ? Thanks for your hel

Re: [PHP] Signing Files with PGP

2001-12-20 Thread Jon Farmer
The -z option allows you to pass the passphrase on the command line -- Jon Farmer Systems Programmer, Entanet www.enta.net Tel 01952 428969 Mob 07763 620378 PGP Key available, send email with subject: Send PGP Key - Original Message - From: "Brian Clark" <[EMAIL PROTECTED]> To: "PHP is

[PHP] Uploading Word Document problem

2001-12-20 Thread Alexis Antonakis
Hi All, I have a site whereby you can upload a Resume in Word or Text format, but for certain Word documents, the upload process just times out. Has anyone else come across this problem, and if so any suggestions? Many Thanks Alexis -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] Signing Files with PGP

2001-12-20 Thread Brian Clark
* J.Mueller, pro.vider.de GmbH ([EMAIL PROTECTED]) [Dec 20. 2001 04:17]: > Hello List, Howdy.. > I try to setup a script which automatically > signs a file with PGP. [...] > When I use something like > $command="/usr/local/bin/pgps -u Juergen -ato test1.sig ~/test1.txt"; > exec("$command",$

Re: [PHP] PHP / SSL

2001-12-20 Thread Jon Farmer
> I urge you strongly to advise against that. Although it might be possible to > downgrade your encryption to 40bit I'd like to make you aware of the fact > that DES which is 56 bit encryption if I'm not mistaken was cracked several > times by brute force in UNDER 22 hours by the distributed.net p

Re: [PHP] PHP / SSL

2001-12-20 Thread Shane Wright
Hang on, correct me if I'm wrong, but isn't 56bit DES significantly different from 40-bit SSL (which uses a 40bit key for the public key crypto and something like a 3000bit key for the symmetric cipher used for the actual data transfer). What I mean is, DES is significantly weaker than the w

Re: [PHP] PHP / SSL

2001-12-20 Thread TD - Sales International Holland B.V.
On Thursday 20 December 2001 14:58, you wrote: I urge you strongly to advise against that. Although it might be possible to downgrade your encryption to 40bit I'd like to make you aware of the fact that DES which is 56 bit encryption if I'm not mistaken was cracked several times by brute force

RE: [PHP] Convert tif --> jpg

2001-12-20 Thread Roman
No, I need convert format of image in windows system. -Original Message- From: Bogdan Stancescu [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 3:14 PM To: Roman; Php-General Subject: Re: [PHP] Convert tif --> jpg If you work under Linux you might want to check out the man

Re: [PHP] Convert tif --> jpg

2001-12-20 Thread Bogdan Stancescu
If you work under Linux you might want to check out the man page for mogrify and perform an for example. Bogdan > Please help me. I need convert image from tif format to the jpg format, > exist any php function to do this ? > > Thank you > > Roman -- PHP General Mailing List (http://w

[PHP] Convert tif --> jpg

2001-12-20 Thread Roman
Please help me. I need convert image from tif format to the jpg format, exist any php function to do this ? Thank you Roman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the lis

[PHP] PHP / SSL

2001-12-20 Thread Richard Black
Hi, Bit off topic this, but I thought I'd ask anyway... I've been implementing a financial reporting system, in PHP, which will be running on the internet. Obviously, therefore, security is an issue. The system itself implements a username/password login system, but I want to be able to run it

Re: [PHP] Size of array in bytes

2001-12-20 Thread Stefan Rusterholz
Hm, I thought about that way - technically it was indeed a way to go since I don't want to perform this action everytime but only for testing purposes (so time doesn't matter). But aren't arrays in PHP internally stored in a hash-like system which's size doesn't have to be equal to the sum of it's

Re: [PHP] Size of array in bytes

2001-12-20 Thread Bogdan Stancescu
Had the same problem not long ago and I didn't find a simple solution either. My solution at the time was the painfully slow one - walking the array and storing strlen for both key and value. Since you have a large array, this probably doesn't do for you. A faster but less accurate solution would

Re: [PHP] PHP3 NOT being parsed for SSI!! HELP!!

2001-12-20 Thread dimok
Hello, For including file you can use function "virtual()" with the file to include as parameter. This work under Apache only. Hope, it'll be useful for you. dimok - Original Message - From: "Thomas Edison Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 19,

php-general Digest 20 Dec 2001 11:49:00 -0000 Issue 1063

2001-12-20 Thread php-general-digest-help
php-general Digest 20 Dec 2001 11:49:00 - Issue 1063 Topics (messages 78267 through 78313): Re: Remote image 78267 by: David Piasecki Quanta IDE - PHP Highlighing for 4.0.1 78268 by: Mike Eheler 78269 by: Mike Eheler PHP 4.1.0 patch for Quanta IDE, The Sequel

Re: [PHP] PHP3 NOT being parsed for SSI!! HELP!!

2001-12-20 Thread Steve Edberg
If you're using PHP as an Apache module, you can use virtual() - http://www.php.net/manual/en/function.virtual.php - to include the dynamic parts; vcstatic includes could be handled by virtual() or just a normal PHP include()/require(). - steve At 11:09 PM -0800 12/19/01, Th

[PHP] How to convert OEM to ANSI character set

2001-12-20 Thread Alex Vargas
I have a PHP script that receives a CSV text file and inserts it into a MySQL database. My problem is that this CSV file is made using the OEM character set and I need it with the ANSI character set. The closest thing I've found is the convert_cyr_string() function, but there isn't a code specific

[PHP] CRLF Problem writing ASCII Flat File

2001-12-20 Thread Bob Holden
Using Linux 7.2/PHP 4/Apache. I'm using the following code snippet to process the POST of a form that sends $UserID and $Password: to write to .htpasswd with the following format/layout: userid:passwd userid:passwd userid:passwd userid:passwd userid:passwd However, the data appears in the

[PHP] fatal error: out of dynamic memory in yy_create_buffer() in unknown on line 0

2001-12-20 Thread Henri
Hello, When I try to access my .php4 pages I get this error : fatal error: out of dynamic memory in yy_create_buffer() in unknown on line 0 These pages used to work before, but it seems that my Host has updated to PHP 4.0.6. Is there some relation ? Can you help me ? You can try this page : www

Re: [PHP] How to save the "result page" generated by a Form?

2001-12-20 Thread Stefan Rusterholz
I don't know if it matches your needs but perhaps it helps: http://www.php.net/manual/en/ref.outcontrol.php http://www.php.net/manual/it/ref.outcontrol.php this page isn't translated, but perhaps some subpages... good luck Stefan Rusterholz - Original Message - From: "Joe" <[EMAIL PROTEC

[PHP] How to save the "result page" generated by a Form?

2001-12-20 Thread Joe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a simple question. My Scenario: Page a.php - The Form The user insert his data (ie name, address, city and so on...)Then he submit the $ to b.php. Page b.php now shows : Hello Mr. $name , etc etc ... I nedd now to save what I see on the sreen

Re: [PHP] How to backup records in mySQL DB?

2001-12-20 Thread Jon Farmer
> We're beggining again but i'm not scared about the > Data. The data is posted online by users. I need to > have a way to backup my mySQL data. If possible, on > some other site location or in Hard Copy (As in a > file) or something. I don't know how to do any of > this. I have no idea what to do

[PHP] Size of array in bytes

2001-12-20 Thread Stefan Rusterholz
Hi I have a rather large array in my script and I was interested how much memory it uses. Is there a way to get the size of an array in bytes? BTW: I did RTFM and didn't find an accomidating function, so if there is one, please point me to it... TIA Stefan Rusterholz -- PHP General Mailing Li

[PHP] Signing Files with PGP

2001-12-20 Thread J.Mueller, pro.vider.de GmbH
Hello List, I try to setup a script which automatically signs a file with PGP. With the system command this looks like that: % /usr/local/bin/pgps -u Juergen -ato test1.sig ~/test1.txt A private key is required to make a signature. Need a pass phrase to decrypt private key: 1024 bits, Key

TR: [PHP] How to backup records in mySQL DB?

2001-12-20 Thread Olivier Masudi
-Message d'origine- De : Olivier Masudi [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 20 décembre 2001 09:24 À : Thomas Edison Jr. Objet : RE: [PHP] How to backup records in mySQL DB? I think thirs you have to install phpMYAdmin in your server you can find it here : http://phpwizard.net/p

Re: [PHP] How to backup records in mySQL DB?

2001-12-20 Thread Mehmet Kamil ERISEN
Dear Friend, If I were you, I would take my biz elsewhere. BTW, which company is that? Anyway, I will recommend you to use the phpMyAdmin. It's a mysql database management tool written in PHP, free of charge of course, that lets you manage your database. One of the cool things it that it du

Re: [PHP] Passing Logined in Name form One Form to other Page

2001-12-20 Thread Mehmet Kamil ERISEN
Hi, May I suggest that you take a look at the code library at zend.com, and devshed.com . I remember seeing a login application using the SESSIONS. Alternatively, you can use cookies to let your browser know who is browsing. Jack <[EMAIL PROTECTED]> wrote: Dear all I had create the Login P

RE: [PHP] How to backup records in mySQL DB?

2001-12-20 Thread Olivier Masudi
Personnaly i use this method with phpMyAdmin. I make a dump of each table Structure and data.copy and paste it into a txt file. You can also use de csv format. Hope you don't hae a lot of table :=) I know it's very simple but it work. -Message d'origine- De : Thomas Edison Jr. [mailto

<    1   2