v
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> -Original Message-
> From: Dave O Keeffe [mailto:[EMAIL PROTECTED]
> Sent: 29 May 2003 15:28
>
> I read in the ChangeLog for v4.3.2 that GD2 is bundled with
> this release. I
> downloaded and installed the Windows Installer version but my sample
> imagecreate code still doesn't work,
Hi All,
I read in the ChangeLog for v4.3.2 that GD2 is bundled with this release. I
downloaded and installed the Windows Installer version but my sample
imagecreate code still doesn't work, it reports the error 'Call to undefined
function: imagecreate()'.
When I uncomment the ;extension=php_g
DMX is a little shy on descriptions, but you want to use the "Dynamic Table" under the
Application Section.
I make these 5 times a day.
-Original Message-
From: Ray Hunter [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 03, 2002 8:52 AM
To: PHP GEN; Duncan Ellwood
Subject: R
On Wednesday, July 3, 2002, at 10:43 AM, Duncan Ellwood wrote:
> My problem arises when I want to fill in the subsequent rows of the
> table
> with the subesquent rows from the database. How do I create the
> recordset
> that will pull the info from the relevant subsequent rows for my
> colu
while($row = mysql_fetch_array($result_set)) {
$field1 = $row['field1'];
$field2 = $row['field2'];
echo "\n";
echo "$field1\n";
echo "\n";
echo "$field2\n";
echo "\n";
}
This will cycle through the rows, adding the values of field1 and field2 to the
respective variables, th
DE> I'm not sure if this is the right place for this but I'm just starting out
DE> My problem arises when I want to fill in the subsequent rows of the table
DE> with the subesquent rows from the database. How do I create the recordset
DE> that will pull the info from the relevant subsequent rows f
[snip]
Sorry to crash in! One quick question! Does the VB script work on NON-IE
browsers?
FletchSOD
[/snip]
VBscript works on ASP (Active Server Pages) servers...IIS most noteably, but
you can get ChiliSOFT ASP for Linux and other *nix boxes. ASP can use
VBscript, JSP, PerlScript, and other scr
PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 03, 2002 8:43 AM
Subject: [PHP] V basic newbie problem
> I'm not sure if this is the right place for this but I'm just starting out
> with php and MySQL
>
> I have succesfully got a database up and I have mana
it in a WHILE loop and RTFM
>
> -Original Message-
> From: Duncan Ellwood [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 03, 2002 9:44 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] V basic newbie problem
>
>
> I'm not sure if this is the right place for this but I'm j
Put it in a WHILE loop and RTFM
-Original Message-
From: Duncan Ellwood [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 03, 2002 9:44 AM
To: [EMAIL PROTECTED]
Subject: [PHP] V basic newbie problem
I'm not sure if this is the right place for this but I'm just starting out
wi
I'm not sure if this is the right place for this but I'm just starting out
with php and MySQL
I have succesfully got a database up and I have managed to populate the
first row of the html table with the first row of dynamic content without
too
much problem. I have used the visual enviroment
Addressed to: Jeff Bearer <[EMAIL PROTECTED]>
[EMAIL PROTECTED]
** Reply to note from Jeff Bearer <[EMAIL PROTECTED]> 11 Apr 2002 13:40:52 -0400
> What is your opinion of using Red Hat's Apache and PHP binaries instead
> of compiling from source?
If what they provide is exactly wh
This is a tough question to ask because I know there will be a fare
share of people who just want to flame Red Hat, but this just might
start a healthy discussion.
What is your opinion of using Red Hat's Apache and PHP binaries instead
of compiling from source? If Red hat is too specific for thi
14 matches
Mail list logo