php-general Digest 27 Jul 2011 07:59:03 -0000 Issue 7417

2011-07-27 Thread php-general-digest-help
php-general Digest 27 Jul 2011 07:59:03 - Issue 7417 Topics (messages 314204 through 314213): Re: Tree menu list in php 314204 by: Jasper Mulder 314205 by: Jim Giner 314206 by: Bojan Tesanovic 314207 by: alekto 314208 by: Stuart Dallas 314209

[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

Re: Re: [PHP] pathinfo function

2011-07-27 Thread Tim Streater
On 26 Jul 2011 at 23:55, Micky Hulse rgmi...@gmail.com wrote: On Tue, Jul 26, 2011 at 3:47 PM, Tim Streater t...@clothears.org.uk 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

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 p...@justcroft.com 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,

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 rgmi...@gmail.com wrote: On Tue, Jul 26, 2011 at 3:47 PM, Tim Streater t...@clothears.org.uk wrote: that I will get an error if I try to reference

Re: RE: Re: [PHP] pathinfo function

2011-07-27 Thread Tim Streater
On 27 Jul 2011 at 11:09, Mike Ford m.f...@leedsmet.ac.uk 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

[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: [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 values

[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

Re: [PHP] PayPal IPN

2011-07-27 Thread Daniel Brown
On Wed, Jul 27, 2011 at 21:58, Jason Pruim pru...@gmail.com 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