php-general Digest 18 Dec 2011 00:22:09 -0000 Issue 7614

2011-12-17 Thread php-general-digest-help
php-general Digest 18 Dec 2011 00:22:09 - Issue 7614 Topics (messages 316050 through 316054): Re: Preferred Syntax 316050 by: Adam Richardson 316053 by: Eric Butera Re: dealing with this code $_POST['custom´] 316051 by: Marc Guay Partner needed... 316052

Fwd: [PHP] dealing with this code $_POST['custom´]

2011-12-17 Thread Marc Guay
Just forwarding Carlos' response to the list... -- Forwarded message -- From: Carlos Sura carlos.su...@googlemail.com Date: 17 December 2011 01:15 Subject: Re: [PHP] dealing with this code $_POST['custom´] To: Marc Guay marc.g...@gmail.com On 16 December 2011 15:57, Marc Guay

[PHP] Partner needed...

2011-12-17 Thread Don Wieland
Greetings, I am looking for a partner to help me finish a site and share in profits. The site is PHP/mySQL (using jQuery and jQuery UI). A majority of it is finished. I need to finish up a few more modules. The name of the site is Sport-Hub.com. I would glad to share more about the

Re: [PHP] Re: Preferred Syntax

2011-12-17 Thread Eric Butera
On Sat, Dec 17, 2011 at 12:59 AM, Adam Richardson simples...@gmail.com wrote: On Fri, Dec 16, 2011 at 11:53 PM, Eric Butera eric.but...@gmail.com wrote: To all the people who responded to this thread: It is 2011 - please stop writing code like this. To the OP: I'm glad you're asking

Re: [PHP] Working on a Subsummary Report

2011-12-17 Thread DealTek
On Dec 16, 2011, at 12:56 PM, Jim Lucas wrote: 1) What does your db schema look like? 2) What SQL do you currently use? 3) What criteria do you want to use to sort the data? 4) Will the output be plaintext, html, etc? 5) Is this going to be used to import into another app, or display

Re: [PHP] dealing with this code $_POST['custom´]

2011-12-17 Thread Stuart Dallas
On 17 Dec 2011, at 13:27, Marc Guay wrote: Just forwarding Carlos' response to the list... -- Forwarded message -- From: Carlos Sura carlos.su...@googlemail.com Date: 17 December 2011 01:15 Subject: Re: [PHP] dealing with this code $_POST['custom´] To: Marc Guay

Re: [PHP] Working on a Subsummary Report

2011-12-17 Thread DealTek
for the above to work right, you will need to loop through the mysql result set one time. Placing all the results in to one large array. Then you can loop through the array as many times as needed. What you will probably find is that you can sort all the data into the proper order

Re: [PHP] Re: Preferred Syntax

2011-12-17 Thread Ross McKay
On Fri, 16 Dec 2011 23:53:46 -0500, Eric Butera wrote: To all the people who responded to this thread: It is 2011 - please stop writing code like this. To the OP: I'm glad you're asking questions and realizing you're not happy with your current abilities and suspect there's a better way. I've