Re: [PHP] Memory cache problem

2008-06-13 Thread Nathan Nobbe
On Fri, Jun 13, 2008 at 8:02 PM, tedd <[EMAIL PROTECTED]> wrote: > At 11:47 PM +0100 6/13/08, Stut wrote: > >> On 13 Jun 2008, at 23:20, R B wrote: >> >>> I search in both caches, and the video appears in the memory cache. >>> >> >> Sorry, but that doesn't answer the question of why you/he doesn't

Re: [PHP] Re: why are passwords stored encrypted in databases even when thedatathey protect is stored in the same database?

2008-06-13 Thread Usamah M. Ali
Taking into mind that email addresses extracted out of hacked databases is one of the main spam industry seeders, I always wonder why web application developers don't consider encrypting emails the same way they consider encrypting password! Once a hacker has full access to a database, an encrypted

[PHP] Re: why are passwords stored encrypted in databases even when thedatathey protect is stored in the same database?

2008-06-13 Thread Dietrich Bollmann
On Fri, 2008-06-13 at 14:20 +0200, M. Sokolewicz wrote: > Considering you're already jailing access by linking a specific url to a > specific password you're making the impact of a hacked password pretty > small. Which is a good thing :) > I would recommend, if you go this way, to add an expiry

[PHP] Re: Capture homepage screenshot

2008-06-13 Thread Manuel Lemos
Hello, on 06/13/2008 02:46 PM Shiplu said the following: > Hello, > How can i capture homepage screenshot of a webpage by php? > > I know a way. > I'll run a executable written in C/C++. when It will be called to process a > screen shot It will just load the webpage in firefox and capture the ima

[PHP] Re: UK PHP Host/Developer Required

2008-06-13 Thread Manuel Lemos
Hello, on 06/12/2008 09:46 AM Colin Sidwell said the following: > Hi, > > We are looking for someone to develop & host a PHP site in the UK. > > The site is a corporate rewards site that enables users to buy gifts > with with points they have been given by their employer. > > URL is here- > >

Re: [PHP] Memory cache problem

2008-06-13 Thread tedd
At 11:47 PM +0100 6/13/08, Stut wrote: On 13 Jun 2008, at 23:20, R B wrote: I search in both caches, and the video appears in the memory cache. Sorry, but that doesn't answer the question of why you/he doesn't want it to be cached. If he's trying to protect the videos from being copied then

Re: [PHP] Kindla 0T, but here goes...

2008-06-13 Thread Ryan S
Hey guys! Thanks for replying! Cant find any midi flash player... looks like it has to be mp3, in which case can anybody recommend a place for open licensed mp3s for songs like "happy birthday" etc maybe just instrumental stuff? Thanks! R > -Original Message- > From: Daniel Brown

Re: [PHP] PHPMailer not working but Squirell mail works

2008-06-13 Thread Iv Ray
Shiplu wrote: In my web server, I cant send mail by PHPMailer. What does this mean? Do you get an error message, etc.? Iv -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] UK PHP Host/Developer Required

2008-06-13 Thread Iv Ray
Robin Vickery wrote: Out of hours technical support often gets billed at a punitive rate. Which is a bugger if their "out of hours" is your working day. It seems you haven't tried Rackspace (UK) yet. And while you might get tech support out of hours, accounts and billing usually keep normal o

Re: [PHP] Memory cache problem

2008-06-13 Thread Stut
On 13 Jun 2008, at 23:20, R B wrote: The video manual it´s not for me, it´s for a customer and he don´t want to be cached in the client machine... If you put in firefoxin the url area: about:cache , firefox display the Memory cache and the Disk cache... I search in both caches, and the v

Re: [PHP] Memory cache problem

2008-06-13 Thread R B
The video manual it´s not for me, it´s for a customer and he don´t want to be cached in the client machine... If you put in firefoxin the url area: about:cache , firefox display the Memory cache and the Disk cache... I search in both caches, and the video appears in the memory cache. On Fri, J

Re: [PHP] Memory cache problem

2008-06-13 Thread Stut
On 13 Jun 2008, at 23:12, R B wrote: I´m making a video manual, but i don´t want to be cached in the client machine. I make a script like this: With Internet explorer the script works fine. But Firefox have two types of cache: Memory cache and disk cache. With firefox disk cache, the scrip

[PHP] Memory cache problem

2008-06-13 Thread R B
Hello, I´m making a video manual, but i don´t want to be cached in the client machine. I make a script like this: With Internet explorer the script works fine. But Firefox have two types of cache: Memory cache and disk cache. With firefox disk cache, the script works fine, because don´t appear

Re: [PHP] Capture homepage screenshot

2008-06-13 Thread Daniel Brown
On Fri, Jun 13, 2008 at 5:59 PM, Shiplu <[EMAIL PROTECTED]> wrote: > > Well, As I need it. is there any cheap commercial solution? Sure. You can hire me to write it for you. ;-P Searching Google for `website thumbnail scripts` should give you some results --- including some that are hos

Re: [PHP] Another way to send variables

2008-06-13 Thread Daniel Brown
On Fri, Jun 13, 2008 at 5:49 PM, R B <[EMAIL PROTECTED]> wrote: > Hello. > > I have this script (script1.php): > > $a = "Hello"; > header("Location: script2.php"); > ?> > > I need to send the $a variable to script2.php, but i don´t want to send it > in the url. > > Is there another method?

Re: [PHP] Capture homepage screenshot

2008-06-13 Thread Shiplu
On Fri, Jun 13, 2008 at 5:01 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Fri, Jun 13, 2008 at 4:56 PM, Nathan Nobbe <[EMAIL PROTECTED]> > wrote: > > > > it took me longer than i thought too. the main issues are performance > ones. > > My main issues are paid projects taking precedence ov

RE: [PHP] Another way to send variables

2008-06-13 Thread Boyd, Todd M.
> -Original Message- > From: R B [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13, 2008 4:50 PM > To: PHP List > Subject: [PHP] Another way to send variables > > Hello. > > I have this script (script1.php): > > $a = "Hello"; > header("Location: script2.php"); > ?> > > I need to send

Re: [PHP] Another way to send variables

2008-06-13 Thread Nathan Nobbe
On Fri, Jun 13, 2008 at 3:49 PM, R B <[EMAIL PROTECTED]> wrote: > Hello. > > I have this script (script1.php): > > $a = "Hello"; > header("Location: script2.php"); > ?> > > I need to send the $a variable to script2.php, but i don´t want to send it > in the url. > > Is there another method? > >

[PHP] Another way to send variables

2008-06-13 Thread R B
Hello. I have this script (script1.php): I need to send the $a variable to script2.php, but i don´t want to send it in the url. Is there another method? Maybe with another header instruction without putting in the url? Thank you.

RE: [PHP] Kindla 0T, but here goes...

2008-06-13 Thread Boyd, Todd M.
> -Original Message- > From: Daniel Brown [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13, 2008 4:13 PM > To: Ryan S > Cc: php php > Subject: Re: [PHP] Kindla 0T, but here goes... > > On Fri, Jun 13, 2008 at 4:49 PM, Ryan S <[EMAIL PROTECTED]> wrote: > > > > when the user clicks on any o

Re: [PHP] Kindla 0T, but here goes...

2008-06-13 Thread Daniel Brown
On Fri, Jun 13, 2008 at 4:49 PM, Ryan S <[EMAIL PROTECTED]> wrote: > > when the user clicks on any of those links i do a quick trip to the DB via > ajax and update the div with all the artists that his choice merits... same > thing when he clicks the bands name... this time i display all of their

[PHP] Kindla 0T, but here goes...

2008-06-13 Thread Ryan S
Hey! Heres what i have done so far: I ask the user for his style of music by displaying for example 3 links in the like rock, pop,sentimental when the user clicks on any of those links i do a quick trip to the DB via ajax and update the div with all the artists that his choice merits... same

Re: [PHP] Capture homepage screenshot

2008-06-13 Thread Daniel Brown
On Fri, Jun 13, 2008 at 4:35 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > > btw. im curious to see your implementation dan ;) I thought I was going to have time to do it all start to finish today, but that won't be the case. However, once I have it working, it'll be in the Subversion reposi

Re: [PHP] Capture homepage screenshot

2008-06-13 Thread Daniel Brown
On Fri, Jun 13, 2008 at 4:56 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > > it took me longer than i thought too. the main issues are performance ones. My main issues are paid projects taking precedence over non-paid. ;-P > 1. time to capture a single screen (need a decent box to ensure th

Re: [PHP] Capture homepage screenshot

2008-06-13 Thread Nathan Nobbe
On Fri, Jun 13, 2008 at 2:38 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Fri, Jun 13, 2008 at 4:35 PM, Nathan Nobbe <[EMAIL PROTECTED]> > wrote: > > > > btw. im curious to see your implementation dan ;) > > I thought I was going to have time to do it all start to finish > today, but that

RE: [PHP] PHP Runs But Does NOT Connect to MSSQL Server

2008-06-13 Thread Wei, Alice J.
Hi, Greg: One of the members on the list advised me to use telnet to see if this is working. I have fixed up my errors so that it now gives me this: Connected to 192.168.10.68. Escape character is '^]'. This appears to signify that I can now actually connect to the actual server, while I can

Re: [PHP] Capture homepage screenshot

2008-06-13 Thread Nathan Nobbe
On Fri, Jun 13, 2008 at 12:45 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Fri, Jun 13, 2008 at 1:46 PM, Shiplu <[EMAIL PROTECTED]> wrote: > > Hello, > > How can i capture homepage screenshot of a webpage by php? > > > > I know a way. > > I'll run a executable written in C/C++. when It will be

[PHP] Re: SPAM SPAM Re: [PHP] Capture homepage screenshot

2008-06-13 Thread Paul Scott
On Fri, 2008-06-13 at 14:45 -0400, Daniel Brown wrote: > There are several commercial options available, but I may put > together a script this afternoon capable of generating thumbnails from > websites. If I do, I'll keep you informed. > In my project, we do this through a small Python ap

Re: [PHP] Capture homepage screenshot

2008-06-13 Thread Robert Cummings
On Fri, 2008-06-13 at 14:38 -0400, Bastien Koert wrote: > On Fri, Jun 13, 2008 at 1:46 PM, Shiplu <[EMAIL PROTECTED]> wrote: > > > Hello, > > How can i capture homepage screenshot of a webpage by php? > > > > I know a way. > > I'll run a executable written in C/C++. when It will be called to proce

Re: [PHP] Capture homepage screenshot

2008-06-13 Thread Shawn McKenzie
Daniel Brown wrote: On Fri, Jun 13, 2008 at 1:46 PM, Shiplu <[EMAIL PROTECTED]> wrote: Hello, How can i capture homepage screenshot of a webpage by php? I know a way. I'll run a executable written in C/C++. when It will be called to process a screen shot It will just load the webpage in firefox

Re: [PHP] Capture homepage screenshot

2008-06-13 Thread Daniel Brown
On Fri, Jun 13, 2008 at 1:46 PM, Shiplu <[EMAIL PROTECTED]> wrote: > Hello, > How can i capture homepage screenshot of a webpage by php? > > I know a way. > I'll run a executable written in C/C++. when It will be called to process a > screen shot It will just load the webpage in firefox and capture

Re: [PHP] Re: HTML 5

2008-06-13 Thread Robert Cummings
On Fri, 2008-06-13 at 19:22 +0100, Richard Heyes wrote: > > Well that is a bit ironic as just the other day you said you didn't > > care about standards[1] as far as redirects were concerned. :P > > > > [1] http://www.mail-archive.com/php-general@lists.php.net/msg228512.html > > Note the smileys

Re: [PHP] Capture homepage screenshot

2008-06-13 Thread Bastien Koert
On Fri, Jun 13, 2008 at 1:46 PM, Shiplu <[EMAIL PROTECTED]> wrote: > Hello, > How can i capture homepage screenshot of a webpage by php? > > I know a way. > I'll run a executable written in C/C++. when It will be called to process a > screen shot It will just load the webpage in firefox and captur

Re: [PHP] PHP code will not work

2008-06-13 Thread Daniel Brown
On Fri, Jun 13, 2008 at 1:51 PM, PJ <[EMAIL PROTECTED]> wrote: > > I had a similar problem and this was suggested and it worked for me: > > Try to put the global $_SERVER['HTTP_USER_AGENT'] into {}brackets: > > echo '{$_SERVER['HTTP_USER_AGENT']}'; > > I'm not sure about the single quotes in your s

Re: [PHP] Re: HTML 5

2008-06-13 Thread Richard Heyes
Well that is a bit ironic as just the other day you said you didn't care about standards[1] as far as redirects were concerned. :P [1] http://www.mail-archive.com/php-general@lists.php.net/msg228512.html Note the smileys... :-) -- Richard Heyes Employ me: http://www.phpguru.org/cv +

Re: [PHP] PHP code will not work

2008-06-13 Thread PJ
Joseph Subida wrote: Daniel Brown wrote: On Wed, Jun 11, 2008 at 11:51 PM, Joseph Subida <[EMAIL PROTECTED]> wrote: Hi. I am new to PHP. I found a tutorial that said to copy and paste the code into a .php document and open it in my browser: I'm pretty sure PHP is enabled on my computer. I

[PHP] Capture homepage screenshot

2008-06-13 Thread Shiplu
Hello, How can i capture homepage screenshot of a webpage by php? I know a way. I'll run a executable written in C/C++. when It will be called to process a screen shot It will just load the webpage in firefox and capture the image. It'll send the image path to php. The executable will be running.

Re: [PHP] PHPMailer not working but Squirell mail works

2008-06-13 Thread Shiplu
On Fri, Jun 13, 2008 at 12:00 PM, Boyd, Todd M. <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Shiplu [mailto:[EMAIL PROTECTED] > > Sent: Friday, June 13, 2008 10:55 AM > > To: PHP General list > > Subject: [PHP] PHPMailer not working but Squirell mail works > > > > Hi, > > >

Re: [PHP] PHP Runs But Does NOT Connect to MSSQL Server

2008-06-13 Thread Greg Maruszeczka
On Fri, 13 Jun 2008 10:41:54 -0500 "Boyd, Todd M." <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Wei, Alice J. [mailto:[EMAIL PROTECTED] > > Sent: Friday, June 13, 2008 10:25 AM > > To: Greg Maruszeczka; php-general@lists.php.net > > Subject: RE: [PHP] PHP Runs But Does NOT C

RE: [PHP] PHP Runs But Does NOT Connect to MSSQL Server

2008-06-13 Thread Boyd, Todd M.
> -Original Message- > From: Wei, Alice J. [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13, 2008 10:25 AM > To: Greg Maruszeczka; php-general@lists.php.net > Subject: RE: [PHP] PHP Runs But Does NOT Connect to MSSQL Server > > Hi, Greg: > > i have went back to the conf file I have in t

Re: [PHP] Re: why are passwords stored encrypted in databases even when thedatathey protect is stored in the same database?

2008-06-13 Thread Bastien Koert
On Fri, Jun 13, 2008 at 8:20 AM, M. Sokolewicz <[EMAIL PROTECTED]> wrote: > Dietrich Bollmann wrote: > >> Hi tul, >> So this was a very long and informative answer :) >> Thank you very much! >> >> On Fri, 2008-06-13 at 12:02 +0200, M. Sokolewicz wrote: >> >>> [...] However, people usually write co

RE: [PHP] PHPMailer not working but Squirell mail works

2008-06-13 Thread Boyd, Todd M.
> -Original Message- > From: Shiplu [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13, 2008 10:55 AM > To: PHP General list > Subject: [PHP] PHPMailer not working but Squirell mail works > > Hi, > > In my web server, I cant send mail by PHPMailer. But If I login by the > squirellmail webc

Re: [PHP] a questoin about the "#" char

2008-06-13 Thread Shiplu
On Thu, Jun 12, 2008 at 8:18 PM, Sebastian Camino <[EMAIL PROTECTED]> wrote: > Hello, > > I want to know what the "#" char does. On a website I was working at, I > tried to open a file with a "#" in it's name and I got an error. So I'd > really appreciate any help to know how to avoid the error an

Re: [PHP] PHPMailer not working but Squirell mail works

2008-06-13 Thread Bastien Koert
On Fri, Jun 13, 2008 at 11:55 AM, Shiplu <[EMAIL PROTECTED]> wrote: > Hi, > > In my web server, I cant send mail by PHPMailer. But If I login by the > squirellmail webclient my hosting provider gave, it sends email promptly. > Can anyone tell me what could be the reason? > > -- > Shiplu > http://t

Re: [PHP] UK PHP Host/Developer Required

2008-06-13 Thread Robin Vickery
2008/6/13 Iv Ray <[EMAIL PROTECTED]>: >> 2. It's useful if the host company and the client keep the same office >> hours. > > If you have a hosting company with 9 to 5 office hours, you are dead, even > if it is next door. Out of hours technical support often gets billed at a punitive rate. Which

[PHP] PHPMailer not working but Squirell mail works

2008-06-13 Thread Shiplu
Hi, In my web server, I cant send mail by PHPMailer. But If I login by the squirellmail webclient my hosting provider gave, it sends email promptly. Can anyone tell me what could be the reason? -- Shiplu http://talk.cmyweb.net

RE: [PHP] PHP Runs But Does NOT Connect to MSSQL Server

2008-06-13 Thread Wei, Alice J.
Hi, Greg: i have went back to the conf file I have in the freetds directory to edit the server information to # A typical Microsoft server [egServer70] host = 192.168.10.128 port = 1433 tds version = 7.2 Since I am using MS SQL 2005, I thought I would have to change thi

RE: [PHP] Forum coded in PHP with mail and news gateway

2008-06-13 Thread Boyd, Todd M.
> -Original Message- > From: Arno Kuhl [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2008 1:13 AM > To: 'Michelle Konzack'; 'PHP - General' > Subject: RE: [PHP] Forum coded in PHP with mail and news gateway > > Not sure about the gateways but you can look at www.phpbb.com > > > --

RE: [PHP] Re: HTML 5

2008-06-13 Thread Boyd, Todd M.
> -Original Message- > From: Eric Butera [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13, 2008 7:22 AM > To: [EMAIL PROTECTED] > Cc: php-general@lists.php.net > Subject: Re: [PHP] Re: HTML 5 > > On Fri, Jun 13, 2008 at 4:35 AM, Richard Heyes <[EMAIL PROTECTED]> > wrote: > >> i suppose i

Re: [PHP] Problem with php execution and variables

2008-06-13 Thread SenTnel
Thanks! :handshake: Shawn McKenzie wrote: > > SenTnel wrote: >> Thank you Shawn! >> >> Just to make sure, "the long way" IS the correct way? >> >> Thanks again! >> >> >> >> Shawn McKenzie wrote: >>> SenTnel wrote: Hello! Im new to programing and this is the situation I have

Re: [PHP] Problem with php execution and variables

2008-06-13 Thread Shawn McKenzie
SenTnel wrote: Thank you Shawn! Just to make sure, "the long way" IS the correct way? Thanks again! Shawn McKenzie wrote: SenTnel wrote: Hello! Im new to programing and this is the situation I have with a first level basic php tutorial: One of the samples uses a simple order form that sub

Re: [PHP] PHP Runs But Does NOT Connect to MSSQL Server

2008-06-13 Thread Greg Maruszeczka
On Fri, 13 Jun 2008 10:32:22 -0400 "Wei, Alice J." <[EMAIL PROTECTED]> wrote: > Hi, Greg: > > I have just run the command > > [EMAIL PROTECTED] php-5.2.6]# php -m | grep mssql > mssql > > It appears that my RPM is fully installed. I could ping to the > machine, but I could not connect to it.

Re: [PHP] UK PHP Host/Developer Required

2008-06-13 Thread Jason Pruim
On Jun 13, 2008, at 10:27 AM, Daniel Brown wrote: On Fri, Jun 13, 2008 at 5:56 AM, Iv Ray <[EMAIL PROTECTED]> wrote: 2. It's useful if the host company and the client keep the same office hours. If you have a hosting company with 9 to 5 office hours, you are dead, even if it is next doo

[PHP] SimpleXML and registerXPathNamespace

2008-06-13 Thread Mario Caprino
Hi, I am having problems with the below test case. I am using an extended googlebase Atom format to store my data. Included in the test case is a simplified version of my XML-document. PROBLEM: Why do I need to re-register namespace 'a' when using xpath through the result of a previous xpath()-s

RE: [PHP] PHP Runs But Does NOT Connect to MSSQL Server

2008-06-13 Thread Wei, Alice J.
Hi, Greg: I have just run the command [EMAIL PROTECTED] php-5.2.6]# php -m | grep mssql mssql It appears that my RPM is fully installed. I could ping to the machine, but I could not connect to it. I have set the TCP to 1433, and UDP to 1434. Therefore, even though my syntax $dbhandle= mssql_

Re: [PHP] PDF to images or something similar

2008-06-13 Thread Al
Imagemagick, with some php code, probably will do it. Per Jessen wrote: Ray Mckoy wrote: Hi!. I need to create a pageflip magazine (you know, a flash magazine). My client ask me to do a little php program that convert a full pdf magazine into a pageflip magazine. My doubt is: It's possible wit

Re: [PHP] UK PHP Host/Developer Required

2008-06-13 Thread Daniel Brown
On Fri, Jun 13, 2008 at 5:56 AM, Iv Ray <[EMAIL PROTECTED]> wrote: >> 2. It's useful if the host company and the client keep the same office >> hours. > > If you have a hosting company with 9 to 5 office hours, you are dead, even > if it is next door. I was waiting for someone to say that. ;-

Re: [PHP] Apache RewriteRule Help!!!!

2008-06-13 Thread Daniel Brown
On Fri, Jun 13, 2008 at 4:11 AM, Miguel J. Jiménez <[EMAIL PROTECTED]> wrote: > > How can I make apache work fine with "http://foo/INDEX/mp3"; and > redirect to an error page (or moved url or wahtever) > with "http://foo/INDEX/index.php?m=mp3"; (from the client view) You can start by asking yo

Re: [PHP] Problem with php execution and variables

2008-06-13 Thread SenTnel
Thank you Shawn! Just to make sure, "the long way" IS the correct way? Thanks again! Shawn McKenzie wrote: > > SenTnel wrote: >> Hello! >> >> Im new to programing and this is the situation I have with a first level >> basic php tutorial: One of the samples uses a simple order form that >> s

Re: [PHP] Problem with php execution and variables

2008-06-13 Thread Shawn McKenzie
SenTnel wrote: Hello! Im new to programing and this is the situation I have with a first level basic php tutorial: One of the samples uses a simple order form that submits to this page and is supposed to return the values entered on that form. This is the code not working: Your order"; // Star

Re: [PHP] PHP code will not work

2008-06-13 Thread Daniel Brown
On Fri, Jun 13, 2008 at 2:09 AM, Joseph Subida <[EMAIL PROTECTED]> wrote: > > 105: 106: echo $_SERVER['HTTP_USER_AGENT']; > 107: ?> > > All the code before line 105 is code that I've been messing around with. I > tried testing those three lines in its own file. But I still get the same > error: >

Re: [PHP] a questoin about the "#" char

2008-06-13 Thread Daniel Brown
On Thu, Jun 12, 2008 at 10:05 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: >> >> CVS conflict?? :) > > Actually, I should say... the backup file due to a CVS conflict or auto > merge. Which is funny to see when you're editing a Vim-backup of a backed-up file and it gets swept up by an automa

Re: [PHP] PDF to images or something similar

2008-06-13 Thread Per Jessen
Ray Mckoy wrote: > Hi!. > I need to create a pageflip magazine (you know, a flash magazine). > My client ask me to do a little php program that convert a full pdf > magazine into a pageflip magazine. > My doubt is: It's possible with php to read a full pdf and make an > image for each page? Dunno

Re: [PHP] Re: HTML 5

2008-06-13 Thread Eric Butera
On Fri, Jun 13, 2008 at 4:35 AM, Richard Heyes <[EMAIL PROTECTED]> wrote: >> i suppose i put too much faith in the right hand nav on the w3cschools >> site >> =/ > > http://www.w3.org/ is the site to use for up to date standards. Well that is a bit ironic as just the other day you said you didn't

[PHP] Re: why are passwords stored encrypted in databases even when thedatathey protect is stored in the same database?

2008-06-13 Thread M. Sokolewicz
Dietrich Bollmann wrote: Hi tul, So this was a very long and informative answer :) Thank you very much! On Fri, 2008-06-13 at 12:02 +0200, M. Sokolewicz wrote: [...] However, people usually write code which may (and will most of the time) containt exploitable sections which might give a malic

[PHP] PDF to images or something similar

2008-06-13 Thread Ray Mckoy
Hi!. I need to create a pageflip magazine (you know, a flash magazine). My client ask me to do a little php program that convert a full pdf magazine into a pageflip magazine. My doubt is: It's possible with php to read a full pdf and make an image for each page? Thanks a lot. Ray. -- PHP Gen

[PHP] Re: why are passwords stored encrypted in databases even when the datathey protect is stored in the same database?

2008-06-13 Thread Dietrich Bollmann
Hi tul, So this was a very long and informative answer :) Thank you very much! On Fri, 2008-06-13 at 12:02 +0200, M. Sokolewicz wrote: > [...] However, people usually write code which may (and will most > of the time) containt exploitable sections which might give a malicious > user the abilit

Re: [PHP] class? package?

2008-06-13 Thread Iv Ray
Shelley wrote: I am working on a sns site, and now my practice is grouping classes of a function "classes of a function"... perhaps "classes related to certain functionality"? (i. e. subscription) together. When I need it, just load the "package": subscription. Right? ;) Hm... I do not k

[PHP] Re: why are passwords stored encrypted in databases even when the datathey protect is stored in the same database?

2008-06-13 Thread M. Sokolewicz
Dietrich Bollmann wrote: Hi, As far as I remember, in all books I read about PHP and SQL, the password was stored in an encrypted form, even when all the data which should be protected by the password was stored in the same database. Can anybody tell me what is the motivation behind this approa

Re: [PHP] UK PHP Host/Developer Required

2008-06-13 Thread Iv Ray
2. It's useful if the host company and the client keep the same office hours. If you have a hosting company with 9 to 5 office hours, you are dead, even if it is next door. Iv -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP connection to external application

2008-06-13 Thread Iv Ray
hce wrote: Let me first describe the requirement more: The C program is a major business server I would not connect applications on low level. I would think of a "web services" type of interface - http request and xml response (Steven suggested, for example, SOAP - but it does not need to b

Re: [PHP] why are passwords stored encrypted in databases even when the data they protect is stored in the same database?

2008-06-13 Thread Per Jessen
Dietrich Bollmann wrote: > As far as I remember, in all books I read about PHP and SQL, the > password was stored in an encrypted form, even when all the data which > should be protected by the password was stored in the same database. > > Can anybody tell me what is the motivation behind this ap

[PHP] why are passwords stored encrypted in databases even when the data they protect is stored in the same database?

2008-06-13 Thread Dietrich Bollmann
Hi, As far as I remember, in all books I read about PHP and SQL, the password was stored in an encrypted form, even when all the data which should be protected by the password was stored in the same database. Can anybody tell me what is the motivation behind this approach? If somebody hacks the d

Re: [PHP] Re: HTML 5

2008-06-13 Thread Richard Heyes
i suppose i put too much faith in the right hand nav on the w3cschools site =/ http://www.w3.org/ is the site to use for up to date standards. -- Richard Heyes Employ me: http://www.phpguru.org/cv ++ | Access SSH with a Windows mapped drive | |

Re: [PHP] PHP connection to external application

2008-06-13 Thread Per Jessen
hce wrote: > I am not certain if the msg_send / msg_receive in PHP can talk to the > external C program msg_send / msg_receive as PHP and external C > program are in different processes, different memory spaces. System V message queues are intended for just that; IPC = Inter Process Communicati

[PHP] Apache RewriteRule Help!!!!

2008-06-13 Thread Miguel J. Jiménez
Hi, I am having a little problem here, I have a .htaccess that looks thus: RewriteEngine on RewriteBase /INDEX RewriteRule ^(.*\.(log|sqlite))$ index.php [L] RewriteRule ^(.*\.(js|css|png|jpg|gif|xml))$ [L] RewriteRule ^(.*)$ index.php?m=$1 [L,QSA] When I type "http://foo/INDEX/mp3"; it goes [in