Re: [PHP] PayPal IPN

2011-07-27 Thread Daniel Brown
On Wed, Jul 27, 2011 at 21:58, Jason Pruim wrote: > Hey everyone, > > So I know this is related pretty strictly to paypal... But I also know that > you all most likely use it :) Remind me tomorrow. There's a chance I may have some old IPN code lying around, and definitely have Website Payme

[PHP] PayPal IPN

2011-07-27 Thread Jason Pruim
Hey everyone, So I know this is related pretty strictly to paypal... But I also know that you all most likely use it :) So with that said... Has anyone successfully setup the IPN with paypal? I'm trying to figure out to get it up and working and can't seem to wrap my head around it... But then

Re: [PHP] Membership site

2011-07-27 Thread Ashley Sheridan
On Wed, 2011-07-27 at 14:01 -0700, wil prim wrote: > Hello, I am just starting out with PHP and I have just created a database > named "Members" with a table named "Persons". There are 5 fields > (id,firstname, lastname, username, password) . The form I created is a sign > up form and the value

[PHP] Membership site

2011-07-27 Thread wil prim
Hello, I am just starting out with PHP and I have just created a database named "Members" with a table named "Persons". There are 5 fields (id,firstname, lastname, username, password) . The form I created is a sign up form and the values entered into the form are inserted into the table "Persons

Re: RE: Re: [PHP] pathinfo function

2011-07-27 Thread Tim Streater
On 27 Jul 2011 at 11:09, Mike Ford wrote: >> -Original Message- >> From: Tim Streater [mailto:t...@clothears.org.uk] >> Seems to me that's the case. However the doc is ambiguous, >> especially as I *asked* for that key to be returned. IMO it should >> exist and be empty. Not existing is

RE: Re: [PHP] pathinfo function

2011-07-27 Thread Ford, Mike
> -Original Message- > From: Tim Streater [mailto:t...@clothears.org.uk] > Sent: 27 July 2011 09:57 > > On 26 Jul 2011 at 23:55, Micky Hulse wrote: > > > On Tue, Jul 26, 2011 at 3:47 PM, Tim Streater > wrote: > >> that I will get an error if I try to reference $info["extension"] > ?? >

Re: [PHP] Re: Tree menu list in php

2011-07-27 Thread Alex Nikitin
That would be so extreemely inefficient both resources and bandwidth-wise, however an interesting thought... On Jul 27, 2011 4:02 AM, "Pete Ford" wrote: > On 26/07/11 18:20, alekto wrote: >> Hi, >> is there a way to create a tree menu list only by using php/html/css? >> I found some, but they are

Re: Re: [PHP] pathinfo function

2011-07-27 Thread Tim Streater
On 26 Jul 2011 at 23:55, Micky Hulse wrote: > On Tue, Jul 26, 2011 at 3:47 PM, Tim Streater wrote: >> that I will get an error if I try to reference $info["extension"] ?? > > From what I can tell via reading the docs: > > "The following associative array elements are returned: dirname, > basena

[PHP] Re: Tree menu list in php

2011-07-27 Thread Pete Ford
On 26/07/11 18:20, alekto wrote: Hi, is there a way to create a tree menu list only by using php/html/css? I found some, but they are all in JavaScript, do I have to make them by using JavaScript or is there a way in php as well? This is how I imagine the tree menu should look like: v First l