[PHP-WIN] Newbie: Help on mySQL !!!

2001-03-08 Thread Mujahid
Hi, I been working on PHP/MySQL on Windows and to run some database script on MySQL, at the DOS command prompt I say >> mysql -u root -p < myscript.txt to run my script of inserts. Can anybody help me with an equlent at linux prompt ? TIA -- -- PHP Windows Mailing List (http://www.php.

[PHP-WIN] CGI error?

2001-03-08 Thread OoCobra97
Hello everyone, This may be a simple answer, but ive looked through php.net and apache.org. I have both ISS5 and Apache on my windows 2000 machine. IIS5 has a setting under the extention mappings that let the server check if a file exists before sending it to the php executable...that way I get

[PHP-WIN] ImageJpeg

2001-03-08 Thread Barry
Hello, I am using PHP 4.04 for windows as a cgi with the Website 2.5.8 server. I would like to resize some JPEG images. I see the int imagejpeg (int im [, string filename [, int quality]]) function to write a file. But the "quality" is not described in the manual I have. 1) Are the "Image"

php-windows Digest 9 Mar 2001 03:15:52 -0000 Issue 481

2001-03-08 Thread php-windows-digest-help
php-windows Digest 9 Mar 2001 03:15:52 - Issue 481 Topics (messages 5876 through 5891): Re: Win32 PHP, Apache Web Server, and Mail 5876 by: David Elliott php libraries 5877 by: James Makunike One link - two changes 5878 by: Daniel Furse 5879 by: Gregory_Gri

Re: [PHP-WIN] CGI error: incomplete headers?

2001-03-08 Thread Tommy Suriwong
Hi everyone, I'm having similar problems as Chaz (with a similar config). Anyways, if I understand correctly, if I install a version of PHP earlier than 4.02 or even 3.x then this problem will go away right? Thanks, Tommy Suriwong ""Chaz Yoon"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROT

[PHP-WIN] Building PHP4 Problem

2001-03-08 Thread news.compuserve.com
Its my first time out building PHP, so bare with me. Downloaded everything and set it up. No problem setting the paths and environment variables. When I start the build process either in the GUI or from the command line, it gets to zend_language_parser.y and tries to execute the external command t

[PHP-WIN] Mail() to my own domain not working

2001-03-08 Thread Marcel
I'm having trouble with sending mail from vBulletin to myself. All mail works fine except everything sent to [EMAIL PROTECTED] My mail works fine the normal way. I wrote a script to test this out: This script works fine for every email address except my own. Any idea how to fix this?? Thanks

Re: [PHP-WIN] using remote files for inclusion...

2001-03-08 Thread Erin's Fan Club
Hi Dirk: > The PHP online-manual says, that under windows remote files can > not be used! > Is that the reason, why the following, won't work for me: > include("http://localhost/dynamx2html/dynalib.php"); > Is "localhost" in this context remote or not ? Using include() should work on you Win bo

RE: [PHP-WIN] One link - two changes

2001-03-08 Thread John Henckel
At 04:35 PM 3/8/01 +, Daniel Furse wrote: >Both new pages are PHP scripts, and I need to pass a value to each one. >How can I do this, given that the link is implemented generally like this: > >window.open("http://www.devshed.com/popup.html" > >Or similar... > >Can I pass the new PHP scrip

[PHP-WIN] Page 404 errors, I wish! - Help!

2001-03-08 Thread Steve Prentice
Hi all, How can I get normal 404 error page when a requested php page doesn't exist? If the requested page has a .php extension I'm getting an ugly warning from php about internal server errors. If the file extension is .html or .htm I get a normal 404 page from the web server. I'm using PHP4 wit

Re: [PHP-WIN] PdfLib --> Configuration Problem

2001-03-08 Thread Alain Samoun
Maybe the best solution for you is to download the binaries from : www.php4win.ge Alain On Thu, Mar 08, 2001 at 01:11:09PM +0100, Renato Barata Gomes wrote: > I am trying to configure PDFLIb to work with PHP. > I have PHP4.0.4 and PDFLib 4.0. > The problem is that I downloaded Pdf lib and I don

FW: [PHP-WIN] One link - two changes

2001-03-08 Thread Gregory_Griffiths
> -Original Message- > From: Griffiths, Gregory D. /here > Sent: 08 March 2001 16:57 > To: '[EMAIL PROTECTED]' > Subject: RE: [PHP-WIN] One link - two changes > > > If you can get hold of the values you can use Javascript to > build the URL. > > > -Original Message- > > From

RE: [PHP-WIN] ASP to PHP automatic convertion

2001-03-08 Thread Robin Bolton
try ASP2PHP: http://asp2php.naken.cc/ Not 100% perfect, but it'll definately get you started down the right path. > -Original Message- > From: Carlos Correa Goncalves [mailto:[EMAIL PROTECTED]] > Sent: March 8, 2001 9:41 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] ASP to PHP automati

[PHP-WIN] ASP to PHP automatic convertion

2001-03-08 Thread Carlos Correa Goncalves
Hi all, Is there a program available to convert ASP to PHP and save me some days of work? Bye -- 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 PROTEC

[PHP-WIN] dba_open error

2001-03-08 Thread Sharat Shroff
Hi, I am currently running PHP 4.04/ Apache 1.3 on Windows 2000 and I still get the same error.(Fatal error: Call to undefined function: dba_open()) When I look at the PHP installation file I cannot find a line: "--enable-dba" anywhere in in there. I am not sure where one shld place this instruc

RE: [PHP-WIN] One link - two changes

2001-03-08 Thread Daniel Furse
OK, have a found a way in Javascript to do this. Many thanks... New problem: (isn't there always!) Both new pages are PHP scripts, and I need to pass a value to each one. How can I do this, given that the link is implemented generally like this: window.open("http://www.devshed.com/popup.html".

RE: [PHP-WIN] One link - two changes

2001-03-08 Thread Gregory_Griffiths
javascript is the best solution for this, many of the javascript sites will contain the information that you need to implement this. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 08 March 2001 15:37 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Sub

[PHP-WIN] One link - two changes

2001-03-08 Thread Daniel Furse
Hi Everyone, Simple idea, but I can't work it out in practice... I want one link (actually, one Form Submit button) to instigate two changes, firstly a new browser window will open containing one set of data, and secondly the existing browser window will change to a different set of data. Li

[PHP-WIN] php libraries

2001-03-08 Thread James Makunike
Where do I get the php libraries as one file? James -- 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]

Re[4]: [PHP-WIN] RE: Win32 PHP, Apache Web Server, and Mail

2001-03-08 Thread David Elliott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Adrian, On 08 March 2001 at 20:57:57 +0800 (which was 12:57 where I live) Adrian Gould wrote AG> nope, nothing getting to the SMTP server. As I said, Just an idea - -- Thank you for your time, _

php-windows Digest 8 Mar 2001 12:54:12 -0000 Issue 480

2001-03-08 Thread php-windows-digest-help
php-windows Digest 8 Mar 2001 12:54:12 - Issue 480 Topics (messages 5867 through 5875): Re: a question about php---can you help me? 5867 by: yagang.Lee Re: Win32 PHP, Apache Web Server, and Mail 5868 by: Adrian Gould 5869 by: David Elliott 5875 by: Adrian Go

RE: Re[2]: [PHP-WIN] RE: Win32 PHP, Apache Web Server, and Mail

2001-03-08 Thread Adrian Gould
> AG> Yes, I am using Lyris / Mercury for this and they are SMTP (Lyris > AG> passes any unknown addresses onto the Mercury system). > > Just an idea, can you see the logs of the smtp server. Do > they have any > records in them for when you try to send a message. Hi David nope, nothing gettin

[PHP-WIN] gdImageColorAllocate(), self-explained

2001-03-08 Thread Giuseppe D'Ambrosio
ok, it seems the normal behaviour (but IMHO also an ugly, inexplicable limitation); you can read it on http://www.boutell.com/gd/#gdImageColorAllocate "In the event that all gdMaxColors colors (256) have already been allocated, gdImageColorAllocate will return -1 to indicate failure" (I didn't

[PHP-WIN] PdfLib --> Configuration Problem

2001-03-08 Thread Renato Barata Gomes
I am trying to configure PDFLIb to work with PHP. I have PHP4.0.4 and PDFLib 4.0. The problem is that I downloaded Pdf lib and I don not know how to configure... I try to make some test and they did not work out. In the PDFlib manual they say: Installing the PDFlib PHP In order to guarantee ful

[PHP-WIN] palette limited to 256 colors with ImageColorAllocate()?

2001-03-08 Thread Giuseppe D'Ambrosio
I thought this script would create a 256*256 pixel image, each one of a random color: __ "; ?> __ but it seems you can't allocate more than 256 colors (though you get no errors).. could anybody try it on a linux box? is this a bug or it

[PHP-WIN] Problem with MS SQL connect

2001-03-08 Thread Daniel Sichta
Hi everybody, Confg: w2000 server, php 4.0.4pl1 as ISAPI ,MS SQL 2000 My problem is that I can't connect to the SQL server. When I run same code on my PC (with Apache) everything working OK. On W2000 server I have php_mssql70.dll in php.ini uncommented and also when I run phpinfo() it shows me th

[PHP-WIN] using remote files for inclusion...

2001-03-08 Thread Dirk . Dinger
Hi PHPs, The PHP online-manual says, that under windows remote files can not be used ! http://www.php.net/manual/de/features.remote-files.php Is that the reason, why the following, won't work for me: include("http://localhost/dynamx2html/dynalib.php"); Is "localhost" in this context remote o

Re[2]: [PHP-WIN] RE: Win32 PHP, Apache Web Server, and Mail

2001-03-08 Thread David Elliott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Adrian, On 08 March 2001 at 10:41:39 +0800 (which was 02:41 where I live) Adrian Gould AG> Yes, I am using Lyris / Mercury for this and they are SMTP (Lyris AG> passes any unknown addresses onto the Mercury system). Just an idea, can you see