php-general Digest 18 May 2010 22:30:48 -0000 Issue 6751

2010-05-18 Thread php-general-digest-help
php-general Digest 18 May 2010 22:30:48 - Issue 6751 Topics (messages 305295 through 305307): Touch an entry of a zip archive. 305295 by: Bastien Helders 305304 by: Richard Quadling Re: preg_replace: avoiding double replacements 305296 by: Andre Polykanine

Re[2]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Andre Polykanine
Hello Jim, That might work for that particular example, but I have utf-8 strings containing different characters of different alphabets, so neither str_replace nor strtr work... Thanks! -- With best regards from Ukraine, Andre Skype: Francophile; WlmMSN: arthaelon @ yandex.ru; Jabber: arthaelon

Re: Re[2]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Peter Lind
On 18 May 2010 09:04, Andre Polykanine an...@oire.org wrote: [snip] Andre Polykanine wrote: Hello everyone, Sorry for bothering you again. Today I met a problem exactly described by a developer in users' notes that follow the preg_replace description in the manual: info at gratisrijden

[PHP] Authentification and session management

2010-05-18 Thread Michelle Konzack
Hello PHP-Community, I am PHP programmer since many years and over the years, I have reinvent the wheel in authenification and session management at least 30 times. Yeah, whenever a new project started, I had to reinvent the wheel. So my question now is, is there a proven and secure framework

[PHP] Touch an entry of a zip archive.

2010-05-18 Thread Bastien Helders
Hello list, I wanted to know, is it possible to change the modified time of a specific entry in the ziparchive? Or is it possible to set the modified time of a file when packing the file, so each file preserve its modified time? Best Regards, Bastien

Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Andre Polykanine
Hello Peter, Hm... I see I need to specify what I'm really doing. Actually, I need to change the letters in the text. It's a famous and ancient crypting method: you divide the alphabet making two parts, then you change the letters of one part with letters for other part (so A becomes N, B becomes

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Peter Lind
On 18 May 2010 12:35, Andre Polykanine an...@oire.org wrote: Hello Peter, Hm... I see I need to specify what I'm really doing. Actually, I need to change the letters in the text. It's a famous and ancient crypting method: you divide the alphabet making two parts, then you change the letters

[PHP] dompdf class problem

2010-05-18 Thread saeed ahmed
I extremely sorry, if my topic isn't related with this group. I apologizes for this. I'm trying to add page number on the pdf. I have try the below code. but couldn't get the page number at the pdf. where I'm doing wrong. please suggest me. ?php require_once(dompdf_config.inc.php); $dompdf = new

Re: [PHP] Authentification and session management

2010-05-18 Thread Ashley Sheridan
On Tue, 2010-05-18 at 11:21 +0200, Michelle Konzack wrote: Hello PHP-Community, I am PHP programmer since many years and over the years, I have reinvent the wheel in authenification and session management at least 30 times. Yeah, whenever a new project started, I had to reinvent the

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Ashley Sheridan
On Tue, 2010-05-18 at 13:09 +0200, Peter Lind wrote: On 18 May 2010 12:35, Andre Polykanine an...@oire.org wrote: Hello Peter, Hm... I see I need to specify what I'm really doing. Actually, I need to change the letters in the text. It's a famous and ancient crypting method: you divide

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Peter Lind
On 18 May 2010 13:32, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Tue, 2010-05-18 at 13:09 +0200, Peter Lind wrote: On 18 May 2010 12:35, Andre Polykanine an...@oire.org wrote: Hello Peter, Hm... I see I need to specify what I'm really doing. Actually, I need to change the

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Ashley Sheridan
On Tue, 2010-05-18 at 13:46 +0200, Peter Lind wrote: On 18 May 2010 13:32, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Tue, 2010-05-18 at 13:09 +0200, Peter Lind wrote: On 18 May 2010 12:35, Andre Polykanine an...@oire.org wrote: Hello Peter, Hm... I see I need to

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Peter Lind
On 18 May 2010 13:43, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Tue, 2010-05-18 at 13:46 +0200, Peter Lind wrote: On 18 May 2010 13:32, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Tue, 2010-05-18 at 13:09 +0200, Peter Lind wrote: On 18 May 2010 12:35, Andre Polykanine

Re: [PHP] Touch an entry of a zip archive.

2010-05-18 Thread Richard Quadling
On 18 May 2010 10:32, Bastien Helders eldroskan...@gmail.com wrote: Hello list, I wanted to know, is it possible to change the modified time of a specific entry in the ziparchive? Or is it possible to set the modified time of a file when packing the file, so each file preserve its modified

Re: [PHP] Authentification and session management

2010-05-18 Thread Robert Cummings
Michelle Konzack wrote: Hello PHP-Community, I am PHP programmer since many years and over the years, I have reinvent the wheel in authenification and session management at least 30 times. Yeah, whenever a new project started, I had to reinvent the wheel. So my question now is, is there a

Re[6]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Andre Polykanine
Hello Peter, Good point. And more than that, I make a decrypting script, also... so gibberish defenitely is an issue) -- With best regards from Ukraine, Andre Skype: Francophile; WlmMSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952

[PHP] html analyzer

2010-05-18 Thread Rene Veerman
Hi. I'm trying to build a html analyzer that looks at natural words in html text. I'd like to build a routine that walks through the HTML character by character, but i'm not sure on how to properly walk through escaped and ' characters in javascript or other embedded languages. Skipping the

Re: [PHP] dompdf class problem

2010-05-18 Thread Rene Veerman
we don't have that class, nor it's documentation...? On Tue, May 18, 2010 at 1:17 PM, saeed ahmed saeed@gmail.com wrote: I extremely sorry, if my topic isn't related with this group. I apologizes for this. I'm trying to add page number on the pdf. I have try the below code. but couldn't

[PHP] Re: html analyzer

2010-05-18 Thread Manuel Lemos
Hello, on 05/18/2010 07:30 PM Rene Veerman said the following: Hi. I'm trying to build a html analyzer that looks at natural words in html text. I'd like to build a routine that walks through the HTML character by character, but i'm not sure on how to properly walk through escaped and '

[PHP] php photo galery

2010-05-18 Thread David Mehler
Hello, I've googled for this and tried some downloads but not finding what i'm looking for. A site requirement is to have a photo gallery. These user's are not very technical so i thought about getting a galery with the ability to upload photos via a browser, I would also like thumb nails, and the

Re: [PHP] php photo galery

2010-05-18 Thread David McGlone
On Tuesday 18 May 2010 21:11:00 David Mehler wrote: Hello, I've googled for this and tried some downloads but not finding what i'm looking for. A site requirement is to have a photo gallery. These user's are not very technical so i thought about getting a galery with the ability to upload

[PHP] Re: php photo galery

2010-05-18 Thread Ross McKay
On Tue, 18 May 2010 21:11:00 -0400, David Mehler wrote: I've googled for this and tried some downloads but not finding what i'm looking for. A site requirement is to have a photo gallery. These user's are not very technical so i thought about getting a galery with the ability to upload photos via

RE: [PHP] Re: php photo galery

2010-05-18 Thread Justin Cripps
I have used Satellite. Worked pretty well for me. http://design.tedforbes.com/ Justin -Original Message- From: Ross McKay [mailto:ro...@zeta.org.au] Sent: Wednesday, 19 May 2010 11:23 AM To: php-general@lists.php.net Subject: [PHP] Re: php photo galery On Tue, 18 May 2010 21:11:00

Re: [PHP] Re: php photo galery

2010-05-18 Thread Ashley Sheridan
On Wed, 2010-05-19 at 11:22 +1000, Ross McKay wrote: On Tue, 18 May 2010 21:11:00 -0400, David Mehler wrote: I've googled for this and tried some downloads but not finding what i'm looking for. A site requirement is to have a photo gallery. These user's are not very technical so i thought

Re: [PHP] php photo galery

2010-05-18 Thread Micky Hulse
If anyone has anything similar to this please let me know. SlidesShowPro Director: http://slideshowpro.net/products/slideshowpro_director/ You could use the Director API and create a PHP gallery with your own code, or you could use the SlideShowPro flash player. The Director interface is very