[PHP] Re: Curious Problem with $_POST

2007-04-09 Thread itoctopus
You should check $_FILES, and your form tag should be like this -- itoctopus - http://www.itoctopus.com "Stephen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have a form for uploading files. It is intended to upload photos. I > have it listed at the end. > > When I upload a j

RE: [PHP] Curious Problem with $_POST

2007-04-09 Thread Buesching, Logan J
You may also want to take a look at http://us.php.net/features.file-upload. That is a good resource for starting in file uploads. -Logan -Original Message- From: Stephen [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 8:54 PM To: PHP-General Subject: [PHP] Curious Problem with $_

[PHP] Question on Portfoilo's

2007-04-09 Thread Matt Carlson
So i've been meaning to start a portfolio of some code, so that when I apply for a job, and they want code samples, I have something to show them. Unfortunately, at this time, most of my work is inside of a much larger application, or in code that belongs to my current employer (not a php job,

Re: [PHP] Question on Portfoilo's

2007-04-09 Thread Larry Garfield
This is why one should work on an open source project. Much easier to show off legally. :-) On Monday 09 April 2007 8:23 pm, Matt Carlson wrote: > So i've been meaning to start a portfolio of some code, so that when I > apply for a job, and they want code samples, I have something to show them

Re: [PHP] Question on Portfoilo's

2007-04-09 Thread Davi
Em Segunda 09 Abril 2007 22:36, Larry Garfield escreveu: > This is why one should work on an open source project. Much easier to show > off legally. :-) > You can't live for and from only open source projects... _I_ develop web sites and show them to my clients... Well... I'm an empoyler... =p

Re: [PHP] Question on Portfoilo's

2007-04-09 Thread Paul Scott
On Mon, 2007-04-09 at 22:45 -0300, Davi wrote: > Em Segunda 09 Abril 2007 22:36, Larry Garfield escreveu: > You can't live for and from only open source projects... Why not? I do... --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/uwc2006/content/mail

[PHP] Re: keeping credit card info in session

2007-04-09 Thread Jim King
Does encrypting credit card information really do any good? You have to store the keys somewhere to decrypt the data to use it. As we have seen with blu-ray and HD DVD movies, the keys are the weak point that are easily compromised. Besides, even encrypted data can be decrypted by bru

<    1   2