[PHP-WIN] php events DOM

2002-05-24 Thread steve
hi, i want an onlick event to call a php function. is this possible in the same way that javascript permits onlclick=someFuntion(arg) ? how else can i call a php function which adds an item to array via a text link? also does php have variables corresponding to the document object model

php-windows Digest 24 May 2002 08:41:02 -0000 Issue 1159

2002-05-24 Thread php-windows-digest-help
php-windows Digest 24 May 2002 08:41:02 - Issue 1159 Topics (messages 13938 through 13960): mySQL and ODBC 13938 by: Eric Tonicello 13940 by: Asendorf, John Cannot load ISAPI Filter DLL 13939 by: Rich Gray 13944 by: Rich Gray Passing Variables

[PHP-WIN] GD + modify image

2002-05-24 Thread Evan
Hi to all!!! 1) phpinfo() return: GD version 1.6.2 or higher What does this mean exactly? What's the correct version of my GD? 2) I made a script that upload an image and paste the site logo in the bottom-left corner. The problem is that I get the error: gd-png warning: alpha channel not

[PHP-WIN] Re: GD + modify image

2002-05-24 Thread Evan
Ooops sorry, wrong ng. However any help is appreciated :-) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Re: Passing Variables

2002-05-24 Thread Opere, James
I need the group by clause to enable me pick the count of each type of item that can be used for drawing graphs.Remember that it is not very possible, although i don't know yet to come up with a chart of different number counts of each item without converting the counts to numerical values.

[PHP-WIN] Re: Varying Results Creating Table

2002-05-24 Thread Hugh Bothwell
Try this: html head titlePHP Test/title style type='text/css' !-- th { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: 700; background-color: #ffcc00; text-align: center; } td { font-family:

[PHP-WIN] php .... xml ...... PARSER ?????

2002-05-24 Thread toby z
guyz i didnt do anything about xml support when i installed php (on xp, iis 5.1) :$ and now i NEED to . i think i need to add this line to php.ini --with-xml or do i or should i do someting else ? as i have downloaded the expat parser toolkit this line of code i

[PHP-WIN] parsing from vb

2002-05-24 Thread Ergin Aytac
hi, 1. I have to parse php scripts from a visual basic program without using apache or IIS or any other web server. There are several DLL's in php directory and I think I must use them. Do you have experience for this or know tutorials discribing the use of php libraries from other windows

[PHP-WIN] Re: Varying Results Creating Table

2002-05-24 Thread Tim Greenleaf
Thanks Hugh. This script seems to work much better but there are still random errors. The script I posted had errors just about everytime while this one has errors less frequently. I am going to change versions of PHP and see if that makes any differenceBut I think for now I am sticking

[PHP-WIN] including quote character

2002-05-24 Thread srini rao
I am trying to create a CSV(comma separated Value) file and need to include the quote () character in PHP file. do i use double quotes() or single quote('') or 'quot;' i tried these but dont work- - pl help how i could enclose the quote character. srini [EMAIL PROTECTED] -- PHP Windows

[PHP-WIN] Re: including quote character

2002-05-24 Thread Hugh Bothwell
Srini Rao [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am trying to create a CSV(comma separated Value) file and need to include the quote () character in PHP file. do i use double quotes() or single quote('') or 'quot;' i tried these but dont work- -

php-windows Digest 24 May 2002 21:09:31 -0000 Issue 1160

2002-05-24 Thread php-windows-digest-help
php-windows Digest 24 May 2002 21:09:31 - Issue 1160 Topics (messages 13961 through 13970): GD + modify image 13961 by: Evan 13962 by: Evan Re: Passing Variables 13963 by: Opere, James Re: Varying Results Creating Table 13964 by: Hugh Bothwell