Re: [PHP-WIN] Re: php & events & DOM

2002-05-25 Thread Luis Ferro
You can always make a widget as a flash and then using the flash actionscript to get and set information from the php/server side. I know that isn't easy to do but... from what i've seen, it is the easier thing to do without resorting to use a frameset and reloading the document of the "hidden

[PHP-WIN] Re: php & events & DOM

2002-05-25 Thread Tomator
> > i want an onlick event to call a php function. is this > possible in the same way that javascript permits > onlclick="someFuntion(arg)" ? PHP is server-side scripting language and you can't call php function like functions of JScript. However, you could generate by PHP code of JScript and in

php-windows Digest 25 May 2002 09:31:36 -0000 Issue 1161

2002-05-25 Thread php-windows-digest-help
php-windows Digest 25 May 2002 09:31:36 - Issue 1161 Topics (messages 13971 through 13974): Re: Varying Results Creating Table 13971 by: Nicole Amashta Re: CGI-Trouble with Win2000 13972 by: Flint Doungchak need help with parser .. ! ! ! ! 13973 by: toby z Re:

[PHP-WIN] Re: [PHP] Passing Variables

2002-05-25 Thread Jorg Zimmermann
jay is almostt right, you justneed to add some spaces where you concentate text and variables like $sql = "select COUNT " . $this . " from " . $table . " group by " . $this . "; jorg "Jay Blanchard" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 002001c20267$52703e90$8102a8c0@niigziuo4ohhdt">news:00

[PHP-WIN] need help with parser ...... ! ! ! !

2002-05-25 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 th