On 24 February 2011 18:28, David Harkness wrote:
> If each array will contain a single type of object, but you need many of
> these arrays, each containing a different type of object, I recommend
> creating a generic "instances-of-class" array using ArrayObject. You can
> enforce the type in appen
Feln, Richard, Jim,
Thank you for responding.
I understand now that the problem wasn't with variable scope, but with
my lack of understanding of what array_walk_recursive returns.
Thank you all for your explanations.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscrib
At 5:06 PM -0500 2/22/11, Gary wrote:
-snip-
Would appriciate your help.
Thank you.
--
Gary
Gary:
This might help:
http://php1.net/b/form-checkbox1/
Cheers,
tedd
--
---
http://sperling.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/u
At 9:13 AM -0500 2/22/11, Robert Cummings wrote:
On 11-02-22 08:58 AM, Dotan Cohen wrote:
On Tue, Feb 22, 2011 at 14:11, Jay Blanchard wrote:
It is an interesting concept Dotan, what is the goal? Who is the page
targeted to?
The goal is to have every open and close bracket matched, and not h
At 11:04 AM -0700 2/22/11, Alexis wrote:
On 22/02/11 09:40, Dotan Cohen wrote:
On Tue, Feb 22, 2011 at 16:15, Robert Cummings wrote:
If you switch to vertically aligned braces you will have an easier time
matching up open and close braces...
if (something)
{
// Code here
}
It's trivial t
At 12:40 AM -0500 2/22/11, Gary wrote:
Can someone tell me why this is not working? I do not get an error message,
the results are called and echo'd to screen, the count does not work, I get
a 0 for a result...
$result = mysql_query("SELECT * FROM `counties` WHERE name = 'checked'") or
die(mys
6 matches
Mail list logo