[PHP-WIN] Re: Simple Question

2002-09-20 Thread Constantin Baciu
Kit Kerbel [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... This is a simple question: I'm trying to upload files using php. I'm pretty sure I've got that part down. However, I am trying to upload pics inside the same form which posts other information, not

[PHP-WIN] Re: zlib extension ?

2002-09-20 Thread Johannes Janson
Hi, I found a website and downloaded the zlib.dll ... but where do I now save it to? the php/dlls/ folder? a folder in the /winnt/ folder tree? Will I need to edit the php.ini file as well to get this working? Probably just a little touch to you php.ini as you suspected. Look in the

[PHP-WIN] thumbnails

2002-09-20 Thread kivanc urgancioglu
Hi, How can I create thumbnails from image files like jpeg ,gif etc.I don't know how to install gd library in windows.Can anyĆ½ne help me? __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- PHP Windows

[PHP-WIN] Re: thumbnails

2002-09-20 Thread Johannes Janson
Kivanc Urgancioglu wrote: Hi, How can I create thumbnails from image files like jpeg ,gif etc.I don't know how to install gd library in windows.Can anyone help me? gd library can be installed by uncommenting the module in the dynamic extensions section of the php.ini for the resizing look

[PHP-WIN] importing data from oracle into Mysql

2002-09-20 Thread mirage721
Hi I am trying to retrive data from an Oracle database into My Mysql database. How is it possible ODBC?? or Tab Delimited ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 20 Sep 2002 17:03:05 -0000 Issue 1349

2002-09-20 Thread php-windows-digest-help
php-windows Digest 20 Sep 2002 17:03:05 - Issue 1349 Topics (messages 15922 through 15928): Re: Simple Question 15922 by: Constantin Baciu Re: on W2K server 15923 by: yasin inat Re: zlib extension ? 15924 by: Johannes Janson thumbnails 15925 by: kivanc

[PHP-WIN] Re:Image resizing in PHP

2002-09-20 Thread Neil Smith
Hi - I got to the bottom of this a couple of weeks ago so its still fresh : Once you have GD installed, try this $newwidth=120; // New image width $newheight=150; // New image height $imgurl=/path/to/your/image/file.jpeg; // Wherever you have stored your image, eg /tmp

[PHP-WIN] Installing PHP as SAPI module

2002-09-20 Thread Davy Obdam
Hi People, I have Windows XP pro running Apache 2.0.40 and PHP 4.2.3 as a CGI module, installed with the installer i downloaded from php.net. Now i ve heared that installing PHP as a SAPI-module is alot better and faster.. more secure?. Whats steps do i need to take to instal PHP as a SAPI

[PHP-WIN] gd library

2002-09-20 Thread kivanc urgancioglu
How can I install gd library support for php under windows? I get the zip file for gd but I couldn't understand how to install it. __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- PHP Windows Mailing List

Re: [PHP-WIN] on W2K server

2002-09-20 Thread yasin inat
Yes U're right Olivier Hubert ... in my configration .. php4ts.dll has been changed ... i've noticed by it's size i've remembered that a bit over 1MB ... but i saw 4MB . i've checked ... Overwrited with new one . it's OK now even