Hi,
I am having a couple of difficulties with a script to parse XML. This may
well be because my 16 month kid was up all night, but I'm banging my head
against a wall right now.
The script quite easily extracts one of the entries listed under
but doesnt list the other. This is my first look into
capacity, would PHP work for
me to create applications with a GUI?
I am sorry if this really is an off topic post!
Thanks
Phil Dowson
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
$ldapconn, $base_dn, $filter);
$info = ldap_get_entries($ldapconn, $read);
$ii=0;
for ($i=0; $ii<$info[$i]["count"]; $ii++){
$data = $info[$i][$ii];
echo $data.": ".$info[$i][$data][0]."";
}
?>
Hope it helps
Phil Dowson
Ben Crothers wrote:
Hoping this is a
-client-2.0.27
My code is below.
alert('$totaltime')");
//Script Time Debug -- END
?>
Thanks
Phil Dowson
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
oblem with the
unset $base_dn? I had left the $base_dn blank, as I had no idea what it
should be. I would appreciate any help, comments or suggestions.
Thanks!
Phil Dowson
\/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \
The other function I have does this:
/*
* nth_day
*
* A function that takes a number and a day and returns the date of
* nth occurrence of that day in the given month and year.
*
* Arguments:
* nth - the nth occurence required
* day - the day required
* month - which month are we talking
of ways to do this, but I cannot work out a way to
show the number for example Mondays that will be in a given month, which I
need to work out the average. I can work out the total easy enough, just not
the average.
TIA
Phil Dowson
--
PHP General Mailing List (http://www.php.net/)
To
Perfect solution. Thanks!!!
- Original Message -
From: "Dan Anderson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 05, 2003 4:30 am
Subject: Re: [PHP] mail()
> > > Could someone let me know if it is possible to pass a resultset of a
query
> > > to a single variable
Hi,
Could someone let me know if it is possible to pass a resultset of a query
to a single variable so it can be included as the message part of the mail
function?
Thanks!
Phil Dowson
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
9 matches
Mail list logo