[PHP-WIN] Skill Exchange? Designer for Programmer

2001-10-05 Thread Marie
This could very well work into an ongoing working relationship, so please respond if you think you can help! HERE'S THE DEAL: I'm looking to exchange my extensive website design and graphic skills with someone with PHP or Cold Fusion skills that can help finish the backend database for a Real Est

php-windows Digest 5 Oct 2001 23:16:19 -0000 Issue 790

2001-10-05 Thread php-windows-digest-help
php-windows Digest 5 Oct 2001 23:16:19 - Issue 790 Topics (messages 9705 through 9719): Re: RTF Conversion 9705 by: David Elliott Re: Large File Uploads 9706 by: Leon 9715 by: Mark Hope 9716 by: Mike Flynn 9717 by: Mike Flynn function/extension help

[PHP-WIN] Propuesta

2001-10-05 Thread Alfonso Vidales
Hola como estas estamos interesados en comprar publicidad en tu página mediante nuestro sistema de banners online. El cual consiste en que pongas un banner de MercadoLibre en tu site, y nosotros te pagamos 50 pesos por cada usuario que se registre de tu página a la nuestra activamente, adem

[PHP-WIN] Win2000 Apache2 Woes (Server Variables Won't Appear)

2001-10-05 Thread Kyt Aspen
Hails All, I thought that I'd bring this up to see if anyone could help: I went to www.php4win.org and downloaded the latest versions of PHP4Win and Apache2.0 that were available on the site; Apache 2.0.26-dev and PHP 4.0.8-dev (I believe.) They both installed together nicely, just like Apache 1

RE: [PHP-WIN] Large File Uploads

2001-10-05 Thread Mike Flynn
At 05:17 PM 10/5/01 +0100, you wrote: >I did this and now the admin page is returning a parse error? > >Has anybody been able to upload images via phpnuke? > >> if($upload) && ($admintest) { Uhh.. look at the code. if ($upload && $admintest) { -Mike -- PHP Windows Mailing List (http://www.

RE: [PHP-WIN] Large File Uploads

2001-10-05 Thread Mike Flynn
At 05:17 PM 10/5/01 +0100, you wrote: >I did this and now the admin page is returning a parse error? > >Has anybody been able to upload images via phpnuke? > >> if($upload) && ($admintest) { Uhh.. look at the code. if ($upload && $admintest) { -Mike -- PHP Windows Mailing List (http://www.

RE: [PHP-WIN] Large File Uploads

2001-10-05 Thread Mark Hope
I did this and now the admin page is returning a parse error? Has anybody been able to upload images via phpnuke? > -- > From: Leon > Sent: Friday, October 5, 2001 10:26 AM > Cc: '[EMAIL PROTECTED]' > Subject: Re: [PHP-WIN] Large File Uploads > > Hi all > > If an

[PHP-WIN] php hosting

2001-10-05 Thread Afan Pasalic
Does anybody have any info about www.pair.com as php hosting co.? Good? Bad? thanks ammtar __ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 -- PHP Windows Mailin

RE: [PHP-WIN] removing PHP from system

2001-10-05 Thread Charles Butler
Since PHP is not installed with an installer if you used the full zip, just delete the directories and files. Even with the win32 installer this is the same way to do so. -- Charles Butler [EMAIL PROTECTED] Research and Development American Telanet Corp. -Original Message- From: Chevali

Re: [PHP-WIN] mpeg size

2001-10-05 Thread Pierre Marceau
Have you explored the the GetImageSize() function? Pierre - Original Message - From: "Sichta Daniel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 04, 2001 6:53 AM Subject: [PHP-WIN] mpeg size > Hi, > > Is there any way to get size (WxH) of mpeg fil

RE: [PHP-WIN] Setting up MySQL for PHP

2001-10-05 Thread Mark Hope
http://www.net-language.com/workshops/Default.asp?workshop=21 This helped me step by step - and I'm 'only a designer' I did have some trouble with php 4.06 on win2000, but reverting to 4.04 worked fine. Mark > > > I've been looking to and fro for a "setting up MySQL to work with > PHP" > > >

[PHP-WIN] removing PHP from system

2001-10-05 Thread Chevalier, Arthur
Hello, I am looking to remove PHP from my system so that I can perform a fresh install. What is the easiest way to go about this? Thanks, Art Chevalier Sybase Replication Administrator Space and Naval Warfare Center, Chesapeake 1-757-523-8303 -- PHP Windows Mailing List (http://www.php.net/

RE: [PHP-WIN] Re: function/extension help

2001-10-05 Thread Charles Butler
Exactly my thoughts :) Remember, when reading the documentation follow it correctly, only MySQL support is enabled by default, I sent myself through loops trying to get mssql working in php, simple solution is edit the php.ini and set your modules dir to C:\path\to\php\extentions :) -- Charles

[PHP-WIN] Re: function/extension help

2001-10-05 Thread Philippe Saladin
I *think* you need php_sybase_ct.dll. You would find it in c:\php\extensions, and need to copy it into windows\system32. After that, modify your php.ini as follows : ; windows extension extension=php_sybase_ct.dll (remove the ';') Regards, Philippe "Arthur Chevalier" <[EMAIL PROTECTED]> a écrit

[PHP-WIN] function/extension help

2001-10-05 Thread Chevalier, Arthur
Hi, I am very new to PHP. I installed it on a box with Win 2K and IIS. I am trying to utilize the Sybase functions, but I keep getting the following error: Fatal error: Call to undefined function: sybase_connect() in c:\inetpub\wwwroot\sybase.php on line 2 Can anyone possible tell me how to

Re: [PHP-WIN] Large File Uploads

2001-10-05 Thread Leon
Hi all If any of you have php-nuke running somewhere: Please edit the admin.php file Do the following Search for if($upload) { and replace it with if($upload) && ($admintest) { There is a serious security issue with admin.php - so bad that I have decided to rewrite all of the php. Cheers Leon

Re: [PHP-WIN] RTF Conversion

2001-10-05 Thread David Elliott
Greetings John On 04 October 2001 at 12:55:36 -0400 (which was 17:55 where I live) Asendorf, John might have written JA> Does anyone know if there is a project to convert RTF to HTML with PHP? JA> If not, does anyone want to get into it with me? I don't actually know of a project but I will ne

php-windows Digest 5 Oct 2001 08:30:47 -0000 Issue 789

2001-10-05 Thread php-windows-digest-help
php-windows Digest 5 Oct 2001 08:30:47 - Issue 789 Topics (messages 9686 through 9704): Re: mpeg size 9686 by: _lallous Did anyone try to compile PHP 4.0.6 under Win32? 9687 by: Sergei P. Bombic problem of php4 session 9688 by: Fai 9689 by: Mike Flynn prin

RE: [PHP-WIN] Large File Uploads

2001-10-05 Thread Martin Lindhe
> Is there any chance large file uploads now work? They may > in the 4.0.6 > patch, but I can't find a way to patch the windows version. I > really need > this to work...I don't want to switch my code over to ASP *shudder*. > Just download the full zip from www.zend.com and unzip it in your