Re: [PHP-WIN] Server for PHP and ASP (and MySQL) ??

2003-12-02 Thread Seung Hwan Kang
Are you looking for free? Well, you may try linux. Well, here is one of the project that allows you to use ASP too on linux. http://www.apache-asp.org/ By the way, chilisoft (known as ASP on linux) is now not free. It sold to Sun. http://www.chilisoft.com/ Peter Richards wrote: Hi, On Tue

Re: [PHP-WIN] Re: Cannot find ODBC32.dll

2003-12-02 Thread Josh Gregorio
You can extract the file ODBC32.dll from the cabs on your win98 cdrom (the cab files are like zip files, ie 'cabinets' that hold other compressed files). >From command.com change directories into \win98 dir win98*.cab | more Note the first win98_??.cab file. On my disk it is win98_21.cab. Then ty

Re: [PHP-WIN] Server for PHP and ASP (and MySQL) ??

2003-12-02 Thread Peter Richards
Hi, On Tue, 2 Dec 2003 22:50:19 -0500, [EMAIL PROTECTED] (H Marc Bower) wrote: >Perhaps the better solution is to move to a somewhat... newer O/S? :) Yes, that would be good, but the cheapest I have seen (for example) W2K Pro, is AUD $300, and that's about $300 more than I have. :( >I >have a

[PHP-WIN] Re: Server for PHP and ASP (and MySQL) ??

2003-12-02 Thread Peter Richards
Hi, On Wed, 03 Dec 2003 01:48:07 +1100, [EMAIL PROTECTED] (Seung Hwan Kang) wrote: >Yes, you can use both ASP & PHP on PWS or IIS. This manual will do for you. > >http://www.php.net/manual/en/install.iis.php > Thanks for the link, a very interesting article. Most people are using IIS and/or have

php-windows Digest 3 Dec 2003 03:52:18 -0000 Issue 2026

2003-12-02 Thread php-windows-digest-help
php-windows Digest 3 Dec 2003 03:52:18 - Issue 2026 Topics (messages 22271 through 22281): printer extension problems 22271 by: Chris Pecor Cannot find ODBC32.dll 22272 by: Miroslav Majdan 22274 by: Piotr Pluciennik 22276 by: Seung Hwan Kang ereg-replace rem

Re: [PHP-WIN] Server for PHP and ASP (and MySQL) ??

2003-12-02 Thread H Marc Bower
Perhaps the better solution is to move to a somewhat... newer O/S? :) I have a P3-450 that I do testing on, using PHP, ASP, and mySQL and it's run both Windows XP Pro and Windows 2000 Server at various times. If all you're doing is serving up webpages, that doesn't suck up much in the way of reso

[PHP-WIN] Re: Server for PHP and ASP (and MySQL) ??

2003-12-02 Thread Seung Hwan Kang
Yes, you can use both ASP & PHP on PWS or IIS. This manual will do for you. http://www.php.net/manual/en/install.iis.php :) Peter Richards wrote: Hi, I have been using PWS (Personal Web server) from microsoft, version 4 on a Win95b computer. After a few recent problems with using PHP on the sam

[PHP-WIN] Server for PHP and ASP (and MySQL) ??

2003-12-02 Thread Peter Richards
Hi, I have been using PWS (Personal Web server) from microsoft, version 4 on a Win95b computer. After a few recent problems with using PHP on the same server (I had to roll back to version 4.2.3), I'd like to consider my options with running another type of web server under Win95, that will do: P

Re: [PHP-WIN] HTTP/1.1 500 Server Error

2003-12-02 Thread Peter Richards
Hi Eric, On Tue, 02 Dec 2003 10:04:06 +0100, [EMAIL PROTECTED] (Eric Colinet) wrote: >As far as know the CGI version of PHP doesn't work well on Win95. It worked okay when I used version 4.2.3 , well I didn't use it much, not for any serious work or db stuff (MySQL), but it did work. I have hear

[PHP-WIN] Re: compiling extensions

2003-12-02 Thread Seung Hwan Kang
Open yourwindowssystems/php.ini then uncomment it. I mean remove ; eg. ;Windows Extensions ;Note that MySQL and ODBC support is now built in, so no dll is needed for it. ; ;extension=php_bz2.dll ;extension=php_cpdf.dll ;extension=php_crack.dll ;extension=php_curl.dll . . . . :) Piotr Plucien

[PHP-WIN] Re: Cannot find ODBC32.dll

2003-12-02 Thread Seung Hwan Kang
As I remember, it comes with MS Office (ACCESS). :) Miroslav Majdan wrote: I am using Win98. I have installed PHP-4.3.4-Win32. When I tried to run php.exe, Windows printed a message "Cannon find ODBC32.dll". I really didn't find that file on my computer. I tried an older PHP-3.0.17, but with

[PHP-WIN] Re: ereg-replace removing whitespace...

2003-12-02 Thread Justin Patrin
I don't use ereg myself, but with preg_replace you could do: $str = preg_replace('/\[\/URUB\]\s*/', '', $str); Bobo Wieland wrote: Hi... I'm trying to use ereg_replace to replace "[/URUB]" with "" The problem is that ther might, and might not, be any number of trailing whitespaces after the [/U

Re: [PHP-WIN] Cannot find ODBC32.dll

2003-12-02 Thread Piotr Pluciennik
I don't use W98, but I'm afraid it's a problem of your operating system, not php configuration. Check in Control Panel if your ODBC is properly installed on your machine. Piotr Miroslav Majdan wrote: > I am using Win98. I have installed PHP-4.3.4-Win32. When I tried to run > php.exe, Windows pri

[PHP-WIN] ereg-replace removing whitespace...

2003-12-02 Thread Bobo Wieland
Hi... I'm trying to use ereg_replace to replace "[/URUB]" with "" The problem is that ther might, and might not, be any number of trailing whitespaces after the [/URUB]-tag... Everything between the [/URUB] (and the tag itself) and the next alphanumeric char should be replaced with "" So far I u

[PHP-WIN] Cannot find ODBC32.dll

2003-12-02 Thread Miroslav Majdan
I am using Win98. I have installed PHP-4.3.4-Win32. When I tried to run php.exe, Windows printed a message "Cannon find ODBC32.dll". I really didn't find that file on my computer. I tried an older PHP-3.0.17, but with the same result. I read that PHP since 4.0 has built-in ODBC support so I don

[PHP-WIN] printer extension problems

2003-12-02 Thread Chris Pecor
Hey guys, I'm writing a small script that will print pick lists for our online orders using the printer functions provided with the stock extension. The problem is I can't get it to span across multiple pages. I've tried checking the Y position and using end_page and start_page accordingly but for

php-windows Digest 2 Dec 2003 15:40:25 -0000 Issue 2025

2003-12-02 Thread php-windows-digest-help
php-windows Digest 2 Dec 2003 15:40:25 - Issue 2025 Topics (messages 22260 through 22270): Change ENV via putenv() during script execution 22260 by: Paul Menard Help with submit 22261 by: Lawrence 22269 by: Seung Hwan Kang Re: Webpath vs Absolute Path 22262

[PHP-WIN] compiling extensions

2003-12-02 Thread Piotr Pluciennik
Hi, I've already compiled php and now is time for some extensions. So, what should I do, where can I find info on how to do it under windows? Waiting to hear from you asap... Piotr -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Help with submit

2003-12-02 Thread Seung Hwan Kang
try buttons. eg. Send Reset :) Lawrence wrote: When I replace button submit with image "checkout.gif" and "update.gif" , I do not get value of $B1 and $B2 more , please show me how to get $B1 $B2 when I replace button submit with image , thank you . -- PHP Windows Mailing List (http:

[PHP-WIN] Re: PHP 4.3.4 and Sessions

2003-12-02 Thread Seung Hwan Kang
Why would you need to save login and passwd in the session? It must be better once you validate login and passwd, the just register one unique id as a session id, if the user logged out destroy that session id. If there is more than one previllege for the user. You may register a user id, prev

Re: [PHP-WIN] How to find out if PC is online

2003-12-02 Thread H Marc Bower
A thought I had is to set up a simple script on the server that, when executed, pops the time/date/IP into a file (or database) whenever the page is accessed (this won't work for a yes/no, since there is always going to be a yes answer, and the lack of an answer will indicate no... but it's hard to

RE: [PHP-WIN] Re: How to find out if PC is online

2003-12-02 Thread Svensson, B.A.T. (HKG)
Yes, you are wrong. -Original Message- From: SolidDigital To: [EMAIL PROTECTED] Sent: 2003-12-01 20:10 Subject: Re: [PHP-WIN] Re: How to find out if PC is online What i meant to say was if gethostbyaddr(ipadress) responds with something else than the ipadress then this PC must be online

Re: [PHP-WIN] Upload and Download from local to server tools!( like w3Upload in asp)

2003-12-02 Thread Ignatius Reilly
PHP has a very nice FTP library. Check the manual. _ - Original Message - From: "Brent" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 09:53 Subject: [PHP-WIN] Upload and Download from local to server tools!( like w3Upload in asp) > G

Re: [PHP-WIN] HTTP/1.1 500 Server Error

2003-12-02 Thread Eric COLINET
Hi Peter, As far as know the CGI version of PHP doesn't work well on Win95. But just to be sure set error_log (php.ini) to a file and check the content of it since 500 is a crash. Eric At 03:17 02/12/2003, Peter Richards wrote: Hi, I have been using a PWS (M$ personal web server) for some ASP

[PHP-WIN] Upload and Download from local to server tools!( like w3Upload in asp)

2003-12-02 Thread Brent
G'day, Just wondering if anyone out there knows where I can find PHP tools to upload and download files to and from a server and local machine. A asp solution can be found at http://www.dimac.net/ but asp sucks!! No need for interface or browse files names etc, I will know where the files are and

Re: [PHP-WIN] Webpath vs Absolute Path

2003-12-02 Thread Eric COLINET
Hi Tony, What you call a webpath is in fact an advanced PHP functionnality that allow (as you know) opening resources anywhere on the web using http protocol. But in fact they are too pitfall: - Doesn't your test.com host interpret the PHP code before sending it to the script ?