Larry Ullman,
Thanks for ur objectivity. I was surprised to see dt u are the one responding
to this mail. Of course, I have heard abt ur books and I have cheked out the
site, it's really cool stuffs abt ur books, but what amazed me was that yu did
not recommend ur book in ur response at the de
would somebody pls give me a short recommendations on these books
before I purchase them. I don't want to throw away money as I did on
some books recently.
I would recommend looking at the reviews of these books on Amazon.com.
You'll have a much bigger pool of feedback to consider, and from
d
Ron,
A comment and a suggestion:
1) Your part separator should NOT be a constant - especially not a trivial
one. Ideally it should be a random hash. As it stands, if one of your
messages were to be incorporated into another message which also used the
same trivial separator then you would encount
the main problem is that each time it your script cycles through the
different ids, it resets the header location to the last value received, the
echo statement just prints each line as it comes up changed keeping the
values you want to show, but the header reference changes every time you
continue
ailto:[EMAIL PROTECTED]
> Sent: Sunday, August 24, 2003 8:41 AM
> To: 'Thomas Edward Lawrence '; '[EMAIL PROTECTED] '
> Subject: RE: [PHP-WIN] please help with table again
>
>
> Are you trying to solve a particular problem or
> do you want to learn to do
'; '[EMAIL PROTECTED] '
Subject: RE: [PHP-WIN] please help with table again
Are you trying to solve a particular problem or
do you want to learn to do programing?
I don't want to be rude, but the question you ask are
fairly basic programming knowledge, and I would recommend
you t
Are you trying to solve a particular problem or
do you want to learn to do programing?
I don't want to be rude, but the question you ask are
fairly basic programming knowledge, and I would recommend
you to get a good beginners book on programming.
Anyway, on to your question:
If you want to wr
Ok, try this;
";
for($y=1; $y<6; $y++){
print "".($y+$lastcol)."";
}
print "";
$lastcol=$y;
}
?>
php, Duane
-Original Message-
From: Thomas Edward Lawrence [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 23, 2003 11:57 PM
To: [EMAIL PRO
";
$max_rows = floor(bcdiv($max_values,$max_cols,2));
$counter = 0;
for($schleife=0; $schleife<$max_rows; $schleife++){
echo "";
for($schleife_cols=0; $schleife_cols<$max_cols; $schleife_cols++){
Give this a go:
";
while($row < 3)
{
$row++;
echo "";
while($col < 5)
{
$col++;
echo "Row ".$row." Column ".$col."";
}
$col = 0;
echo "";
}
echo "";
?>
Hope that helps,
Marc
- Original Message -
From: "Thomas Edward Lawrence" <[EMAIL PROTECTED]>
To: <[EMAIL PROT
Data: 14/01/2002 19:07
> > A: tom <[EMAIL PROTECTED]>
> > cc: <[EMAIL PROTECTED]>
> > Oggetto: Re: [PHP-WIN] Please help a newbie -- have pity!
> >
> > Using the prowser to view a file on your file system will just show the content.
>The browser does
To: Frank M. Kromann; tom
> Cc: [EMAIL PROTECTED]
> Subject: Rif: Re: [PHP-WIN] Please help a newbie -- have pity!
>
>
> Hi,
> I was asked to teach some students PHP.
> I want to know what they have to have and to do to run locally PHP.
> Microsoft IIS can for instance be ins
you very much
Antonio bernabei
>
> Da: "Frank M. Kromann" <[EMAIL PROTECTED]>
> Data: 14/01/2002 19:07
> A: tom <[EMAIL PROTECTED]>
> cc: <[EMAIL PROTECTED]>
> Oggetto: Re: [PHP-WIN] Please help a newbie -- have pity!
>
> Using the prowser t
Using the prowser to view a file on your file system will just show the content. The
browser does not have any knowledge of the PHP parser.
A web server on the other hand will be able to run the requested script through a
parser an send the converted document (usually as html) to the browser fo
fuit
> -Original Message-
> From: alain samoun [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, November 25, 2001 9:19 PM
> To: [EMAIL PROTECTED]
> Cc: Php-Windows
> Subject: RE: [PHP-WIN] Please help with PHP COM problem (using MS
> Office)
>
>
>
> It seems that you hav
it
> -Original Message-
> From: Nicholas Catanchin [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, November 25, 2001 5:06 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] Please help with PHP COM problem (using MS
> Office)
>
>
> > Ha! mayb
It seems that you have a config problem with DCOM in XP. As it is a new box
for me, I do not know if the config is the same as the one for NT. Anyway,
attached are some gif files for DCOM in NT sent to me by John Assendorf.
Hope it will help you, let us know if there are differences with XP.
A+
A
> Ha! maybe you make the same mistake of many: PHP is server side only,
you
> can't expect to see word or excel on the client side...
> Alain
Why, then, do all the PHP examples using COM that I've seen (including
yours at http://www.phpbuilder.com/columns/alain20001003.php3?page=2)
include the "V
Ha! maybe you make the same mistake of many: PHP is server side only, you
can't expect to see word or excel on the client side...
Alain
-Original Message-
From: Nicholas Catanchin [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 25, 2001 12:03 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN]
2001 11:24 AM
To: max
Subject: Re: [PHP-WIN] Please Help with incorrect Date Code
Someone else discovers daylight savings. Once a year, one day has 25 hours,
so
24 hours after 10/28/01 00:00 is 10/28/01 23:00. Use an hour other than
00:00
in your initial timestamp, Or you could just
On Sun, 1 Jul 2001 20:23:40 +0100 (MET DST), you wrote:
>I'd like to know what is the problem: I can't run php on Explorer, the apache's error
>log file says "[Sun Jul 01 00:25:20 2001] [error] [client 127.0.0.1] couldn't spawn
>child process: c:/program files/apache group/apache/cgi-bin/probap
I also have this configuration and have no problems, allthough I'm handling
the database calls using ODBC functions instead of the php-mssql70.dll
extension.
Why don't you try it, it might fix the problem.
Also IIS really hates the ISAPI module, so it's best to change to
Well PHPFAN,
I think we're all fans, but what the heck.
I'm using the same configuration you are. Are you using PHP in CGI mode or
ISAPI mode. It doesn't like ISAPI so don't use it. I had similar problems
with ISAPI.
Also, I think the fdf module that shipped with 4.0.5 might be kind of funny
so
23 matches
Mail list logo