RE: [PHP-WIN] How to get the Option Value?

2001-04-27 Thread Gu Weidong-a1923c
I made one childish mistake. Sorry to bother you. Regards, Weidong Gu -Original Message- From: Gu Weidong-a1923c [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 1:55 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] How to get the Option Value? I try to create the dynamic lis

[PHP-WIN] How to get the Option Value?

2001-04-27 Thread Gu Weidong-a1923c
I try to create the dynamic list and want to get the selected value. But every time I got the '2001' whatever I selected from the list. Like to hear your advice. Thanks, Weidong ---

Re: [PHP-WIN] Global variable

2001-04-27 Thread Ruslan Ohitin
Hello Olivier, There is no print_r in PHP3. It's my error. Try this reset($HTTP_SERVER_VARS); echo "Server variables:"; while(list($name, $val) = each($HTTP_SERVER_VARS)) { echo "$name = $val"; } -- Best regards, Ruslanmailto:[EMAIL PROTECTED

php-windows Digest 28 Apr 2001 04:08:53 -0000 Issue 568

2001-04-27 Thread php-windows-digest-help
php-windows Digest 28 Apr 2001 04:08:53 - Issue 568 Topics (messages 7090 through 7108): Re: [PHP] Sorry, wrong sebject :) 7090 by: Steven Haryanto Re: How can I extend PHP 7091 by: Tomasz Abramowicz 7094 by: J. Wynia 7098 by: Daniel Beulshausen 7101

Re: [PHP-WIN] Global variable

2001-04-27 Thread Руслан Охитин
Hello Olivier, Try phpinfo() or print_r($HTTP_SERVER_VARS). OB> Hi OB> Im looking for an equivalent in PHP3 for $PATH_INFO avaible in PHP4? OB> $DOCUMENT_ROOT exists on the server but not $PATH_INFO :( OB> Is there a way to script and get all server variable like ASP does: OB> For Each item In

[PHP-WIN] Quick question about Apache+NT

2001-04-27 Thread Gu Weidong-a1923c
Does Apache only support CGI mode but not ISAPI on WINNT? Thanks Weidong -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] Hosting

2001-04-27 Thread PHPWIN
Hi there I was wondering if anyone has had any of their sites hosted on dreamlink.net or hosting4all.com. Would like to have some opinion if so, coz wanna finda good host for php and mysql, slightly above the small size kinda site. Cheers Xon

[PHP-WIN] Global variable

2001-04-27 Thread Olivier Botineau
Hi Im looking for an equivalent in PHP3 for $PATH_INFO avaible in PHP4? $DOCUMENT_ROOT exists on the server but not $PATH_INFO :( Is there a way to script and get all server variable like ASP does: For Each item In Request.ServerVariable Response.Write "ServerVar( " & item & " ) = " & Requ

Re: [PHP-WIN] How can I extend PHP

2001-04-27 Thread J. Wynia
> >While the content is the same, the PDF is all in one document and formatted > >for printing. It's much easier to take notes on a printed document. > > well, it's better to buy the book then :) > > daniel Which is why I bought it. However, if the only useful part to you is the API doc and you wa

Re: [PHP-WIN] How can I extend PHP

2001-04-27 Thread Daniel Beulshausen
At 12:12 27.04.2001 -0500, J. Wynia wrote: > > >I'll look at splitting the PDF so that that section can be distributed >with > > >the rest. > > > > there's no need to do that... > > http://www.zend.com/apidoc/ > > > > daniel > >While the content is the same, the PDF is all in one document and form

[PHP-WIN] need your opinion

2001-04-27 Thread afan
Hi all, I made a simple code but I think that there is a better way to do same thing. I have list with couple hundreds "entries" and I want to have it 50 per page. I did it this way and it works. $result = mysql_query("SELECT id FROM source ORDER BY id ASC", $db); while($myrow = mysql_fetch_ar

Re: [PHP-WIN] How can I extend PHP

2001-04-27 Thread J. Wynia
> >I'll look at splitting the PDF so that that section can be distributed with > >the rest. > > there's no need to do that... > http://www.zend.com/apidoc/ > > daniel While the content is the same, the PDF is all in one document and formatted for printing. It's much easier to take notes on a prin

RE: [PHP-WIN] Ming and Windows

2001-04-27 Thread Daniel Beulshausen
At 12:22 27.04.2001 -0400, Michael Haggerty wrote: >Ming works beautifully except for text. These guys put it in a precompiled >binary: http://www.php4win.de/ > >You're probably thinking of libswf or one of the other modules. > >Any suggestions? yes, because the ming module is quite old, i'll pos

Re: [PHP-WIN] Ming and Windows

2001-04-27 Thread Daniel Beulshausen
At 18:22 27.04.2001 +0200, Tomasz Abramowicz wrote: >i thought they werent avaliable/notworkin on win?! ming is working under win32 for quite a while, please don't substitute ming with libswf. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de --

Re: [PHP-WIN] How can I extend PHP

2001-04-27 Thread Daniel Beulshausen
At 10:52 27.04.2001 -0500, J. Wynia wrote: >That book is cool. Actually, that section is under the open publication >license. I originally thought the whole book was due to the OPL being in the >directory above the PDF on the CD and the license being printed at the back >of the book, and emailed T

RE: [PHP-WIN] Ming and Windows

2001-04-27 Thread Michael Haggerty
Ming works beautifully except for text. These guys put it in a precompiled binary: http://www.php4win.de/ You're probably thinking of libswf or one of the other modules. Any suggestions? Thanks, Mike -Original Message- From: Tomasz Abramowicz [mailto:[EMAIL PROTECTED]] Sent: Friday,

Re: [PHP-WIN] Ming and Windows

2001-04-27 Thread Tomasz Abramowicz
i thought they werent avaliable/notworkin on win?! > > Anyone on this list tried using Ming to produce swf files? I have been > > successful at getting basic shapes to display but am having no luck with > > text. Any help would be appreciated, thanks, win98 / Apache / php 4.0.4 > > > > Mike Hagge

[PHP-WIN] Ming and Windows

2001-04-27 Thread Michael Haggerty
> Anyone on this list tried using Ming to produce swf files? I have been > successful at getting basic shapes to display but am having no luck with > text. Any help would be appreciated, thanks, win98 / Apache / php 4.0.4 > > Mike Haggerty -- PHP Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] How can I extend PHP

2001-04-27 Thread J. Wynia
That book is cool. Actually, that section is under the open publication license. I originally thought the whole book was due to the OPL being in the directory above the PDF on the CD and the license being printed at the back of the book, and emailed Tobias before sending the PDF hither and yon. He

Re: [PHP-WIN] RE: What is this??

2001-04-27 Thread Alessio Bernesco Làvore
www.f2s.com, I use it, sometimes little slow, but gives PHP extensions, MySQL account, FTP access, SMTP server and a little more services. Totally free. Bye, Alessio. ""Manesh"" <[EMAIL PROTECTED]> ha scritto nel messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I need a free web server

[PHP-WIN] problems with phpMyAdmin 2.1.0 ( on linux :( )

2001-04-27 Thread Tomasz Abramowicz
Database GSA Error SQL-query: Content-Type: application/octet-stream MySQL said: Unknown database ' GSA' Back sorry, i know it has nothing to do with windows, but i was hopeing you guys could save me from subscribein to yet another mailing list. I set up phpMyAdmin 2.1.0 on a brand new Red

Re: [PHP-WIN] How can I extend PHP

2001-04-27 Thread Tomasz Abramowicz
that book rocks. anyone who wants to be anyone in the world of PHP should have it. > I know that the book, Web Application Development with PHP 4.0 has a whole > section on extending PHP... I own the book but haven't read the section. > > http://www.amazon.com/exec/obidos/ASIN/0735709971/ref=si

[PHP-WIN] Re: [PHP] Sorry, wrong sebject :)

2001-04-27 Thread Steven Haryanto
At 4/27/2001 07:35 PM, Manesh wrote: >I need a free web server that gives me 1 Myslq accound and php hoasting! if >soneone know of any please tell me. > >thx search php knowlegde base at www.faqts.com, you'll find a bunch of such links there. -- sh -- PHP Windows Mailing List (http://www

php-windows Digest 27 Apr 2001 13:47:30 -0000 Issue 567

2001-04-27 Thread php-windows-digest-help
php-windows Digest 27 Apr 2001 13:47:30 - Issue 567 Topics (messages 7076 through 7089): What is this?? 7076 by: Manesh 7086 by: Manesh Re: [PHP] What is this?? 7077 by: Jack Dempsey 7078 by: Manesh 7079 by: Andrew Hill 7080 by: Philip Olson

RE: [PHP-WIN] How can I extend PHP

2001-04-27 Thread Asendorf, John
I know that the book, Web Application Development with PHP 4.0 has a whole section on extending PHP... I own the book but haven't read the section. http://www.amazon.com/exec/obidos/ASIN/0735709971/ref=sim_books/107-9940057- 0478924 - John Asendorf - [EMAIL PROTECTED] Web Ap

[PHP-WIN] How can I extend PHP

2001-04-27 Thread Kenji Chan
How can I extend PHP use C / C++ ? ( In windows / Linux ) Could you give me more information ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PRO

[PHP-WIN] Sorry, wrong sebject :)

2001-04-27 Thread Manesh
I need a free web server that gives me 1 Myslq accound and php hoasting! if soneone know of any please tell me. thx -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administra

[PHP-WIN] RE: What is this??

2001-04-27 Thread Manesh
I need a free web server that gives me 1 Myslq accound and php hoasting! if soneone know of any please tell me. thx -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators

[PHP-WIN] RE: [PHP] Problem with the HTTP_REFERER

2001-04-27 Thread Ben Cairns
Yes but you can call the Header() function in the middle of the page if you need to. You just need to put this line as the VERY FIRST line of the script: This uses the PHP Output Buffering functions. -- Ben Cairns - Head Of Technical Operations intasept.COM Tel: 01332 365333 Fax: 01332 34601

[PHP-WIN] RE: [PHP] What's wrong with Apache + php + mysql on Windows?

2001-04-27 Thread Ben Cairns
Nik, Your E-Mail address in your mail client is wrong: [EMAIL PROTECTED] Send me your php.ini, and your httpd.conf I will also need your machine's name (right click network neighbourhood, properties, identification, machine name) and your path to php.exe Your apache, php version would be usef