[PHP-WIN] ImageCreateFromJPEG

2002-06-08 Thread Sean
I cant seem to get ImageCreateFromJPEG() to work with PHP 4+ on Apache. Any ideas? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] ImageCreateFromJPEG

2002-06-11 Thread Sean
I cant seem to get ImageCreateFromJPEG() to work with PHP 4+ on Apache. Any ideas? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP with Apache modules

2002-06-12 Thread Sean
I just updated PHP to the latest version. When I start up Apache theres an error in php4acpache.dll or something. Says something that is attached to the system is not working. Also with the old version of PHP(4+) I cant get ImageCreateFromJPEG() to work. Cheers -sean -- PHP Windows

[PHP-WIN] PLEASE!! : Permissions on COM1?

2001-04-26 Thread sean
st.php on line 17 I have been told by someone on this NG to change the permissions on COM1... PLEASE tell me how to do this, I really really need to know... Eagerly awaiting your generous response! Sean -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

[PHP-WIN] Web Sites Source

2001-04-29 Thread Sean
Hi there Are there any nice php sites with the source code that can be used as e commerce or forums? Or any other interesting or useful applications? Cheers Xon

[PHP-WIN] Xitami Config

2001-04-17 Thread Sean
Hiya anyone know how to configure php with Xitami on win98? Cheers

[PHP-WIN] Images In MySql

2001-04-21 Thread Sean
Hi there I was wondering if anyone knew if it is a good idea to store gifs, jpegs or swfs in MySql. The problem is that the server I host my site on doesn't give HTTP write permissions and has disabled FTP functions in php. I would like to allow users to upload images and store them locally o

[PHP-WIN] php5ts.dll errors

2007-09-05 Thread Sean
-- I have Apache 2.0.59 (and the error was occuring before on apache 1.3 too) runnng on windows 2003 and 2000 servers. Every so offten (5 or 6 times a day), I get a --- Application error of Faulting application Apache.exe, version 2.0.59.200, faulting module php5ts.dll, version 5.2.3.3, fau

Re: [PHP-WIN] php5ts.dll errors

2007-09-05 Thread Sean
Stut wrote: > Sean wrote: > > -- I have Apache 2.0.59 (and the error was occuring before on apache > > 1.3 too) runnng on windows 2003 and 2000 servers. Every so offten > > (5 or 6 times a day), I get a > > > > --- > > > > Application erro

Re: [PHP-WIN] php5ts.dll errors

2007-09-05 Thread Sean
"John Mertic" wrote: > Follow the instructions at > http://bugs.php.net/bugs-generating-backtrace-win32.php to generate a > backtrace and send that to http://bugs.php.net. > > John > > On 9/5/07, Stut <[EMAIL PROTECTED]> wrote: > > Sean wrote:

Re: [PHP-WIN] php5ts.dll errors

2007-09-06 Thread Sean
"John Mertic" wrote: > Build the backtrace and send it to me. I'll see what I can do > > John > > On 9/5/07, Sean <[EMAIL PROTECTED]> wrote: > > "John Mertic" wrote: > > > > > Follow the instructions at > > >

[PHP-WIN] Time Zones for W32

2002-08-12 Thread Sean Lively
Can someone point me in the right direction for a list of Time Zone strings I can use with: Putenv ("TZ="); Thanks! Sean Lively Win2K SP2/PHP4.2.2/IIS5 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP & Win 2k Server

2001-09-25 Thread Sean Duke
Hi, I am an absolute newbie to PHP and I was wondering the beat way to install PHP on my Win 2k server? Is there any docs on this? Sean -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-WIN] PHP & Win 2k Server

2001-09-25 Thread Sean Duke
Chen, My IIS server is not on the default port but the port that I nominated like 8000 or something, will I be able to specify this is the setup? Chen Wei wrote in message <[EMAIL PROTECTED]>... >Hi Sean, > >you can refer to the documentation in php.net: > http://www

[PHP-WIN] Re: php.ini

2001-10-01 Thread Sean Malloy
You could just use the session_save_path([string path]); function in your code? "Jtjohnston" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am running PHP in a weird configuration - :) - on a CD Rom! Therefore: > > 1) - Each time I run my CD ROM server, I

[PHP-WIN] PHP & iis 4.0 & Oracle 8.1.6

2001-10-24 Thread Sean Duke
keep getting a dialog box saying "unable to load dynamic link library" 'c:/PHP/extensions/php_ etc. any other ideas? Sean !- php.ini extension_dir = c:/PHP/extensions/ extension=php_oci8.dll extension=php_oracle.dll !-- php error message X-Powered-By: PHP

[PHP-WIN] Using VS.NET for PHP Projects - Revisit

2003-01-06 Thread Sean Malloy
seful apart from me. Regards, Sean -Original Message- From: Sean Malloy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 7 January 2003 1:34 PM To: PHP General Subject: [PHP] Using VS.NET for PHP Projects I know I can use Visual Studio to edit PHP files as plain text, but has anyone seen any w

RE: [PHP-WIN] Which Web server to run under XP

2003-01-10 Thread Sean Malloy
s. Read the PHP Install.txt file in the PHP root. It mentions how to get PHPO running with OmniHTTPD and Xitami for Windows as well. I would keep trying for IIS though. and as far as Apache requiring Sp1. Maybe v2.0.latest does, Get 1.3.27-win32 (PHP suppoort for Apache2 is expierimental anyway)

RE: [PHP-WIN] Which Web server to run under XP

2003-01-10 Thread Sean Malloy
ROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Which Web server to run under XP sean im ran iis 5.1 on my win xp home :) it ran fine . till the list made me get apache ;) chao toby __ Do You Yahoo!? Everything you'll ever need on

RE: [PHP-WIN] Which Web server to run under XP

2003-01-11 Thread Sean Malloy
copy php4ts.dll to c:\windows\system32 then! -Original Message- From: Ben Edwards [mailto:[EMAIL PROTECTED]] Sent: Saturday, 11 January 2003 10:37 PM To: Sean Malloy; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Which Web server to run under XP At 15:00 11/01/2003 +1100, you wrote: >I use

RE: [PHP-WIN] Using the GET Method

2003-01-12 Thread Sean Malloy
IMO, writing programs that work without register_globals to be enabled, is a good thing. Throughout the book, the code examples will have been created with register_globals on. (The default setting for older PHP installations/versions) just keep in mind that variables are not auto created for you

[PHP-WIN] RE: initialize variables (was: Using the GET Method)

2003-01-12 Thread Sean Malloy
o Wieland [mailto:[EMAIL PROTECTED]] Sent: Monday, 13 January 2003 2:00 AM To: Sean Malloy; [EMAIL PROTECTED] Subject: initialize variables (was: Using the GET Method) Please, explain this to me, because I couldn't figure it out by myself... If register_globals is set to 'off'

RE: [PHP-WIN] initialize variables (was: Using the GET Method)

2003-01-13 Thread Sean Malloy
gt; To: "Bobo Wieland" <[EMAIL PROTECTED]> Cc: "PHP Windows Helplist" <[EMAIL PROTECTED]> Sent: Sunday, January 12, 2003 4:15 PM Subject: Re: [PHP-WIN] initialize variables (was: Using the GET Method) > > - Original Message - > From: "Bobo Wi

RE: [PHP-WIN] initialize variables

2003-01-13 Thread Sean Malloy
Using double quotes ("), to create strings, PHP will handle any $ sign in the string as a variable.. There are two ways around this. $Entrees= array('Steak ($9)', 'Pizza ($7)', 'Pasta ($6)'); Or $Entrees=array("Steak (\$9)", "Pizza (\$7)", "Pasta (\$6)"); also, when using echo in this context:

RE: [PHP-WIN] permission denied

2003-01-13 Thread Sean Malloy
Is the file on Your local machine, or on your ISP's web server? (Because I doubt they are running web servers on windows 98) If it is running on your ISPs server. Create a 'data' folder, and have them give the IUSR account modify access to the directory. That way the web server can read and write

RE: [PHP-WIN] initialize variables

2003-01-13 Thread Sean Malloy
[EMAIL PROTECTED] Subject: Re: [PHP-WIN] initialize variables 01132003 2059 CST Sean, Thats a new one for me. In the line below, what does the " ' . $Entrees[0] . ' "> do? The " . ", do they have some value or do they negate something? echo &#x

RE: [PHP-WIN] convert asp to php

2003-01-14 Thread Sean Malloy
Have a look at the ob_* functions. But to turn output buffering off (I think it is now on by default in 4.3.0 installs) right at the top of the page: ob_end_clean(); Response.Buffer = false ob_end_clean(); Response.Buffer = true ob_start(); Response.Flush ob_flush(); -Original Message---

RE: [PHP-WIN] 4.3.0 and apache 1.3.27 on win98 -- LDAP cant load...

2003-01-16 Thread Sean Malloy
>From the PHP Manual regarding the php_ldap.dll extension: Note to Win32 Users: In order to enable this module on a Windows environment, you must copy libsasl.dll from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOW

RE: [PHP-WIN] What kind of Editor you used to build PHP script ?

2003-01-16 Thread Sean Malloy
I use visual studio. The editor is good, but the database integration is second to none, and its what I've become accustomed to. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] RE: What kind of Editor you used to build PHP script ?

2003-01-16 Thread Sean Malloy
And would you want all of that for free too? -Original Message- From: Uttam [mailto:[EMAIL PROTECTED]] Sent: Friday, 17 January 2003 5:55 PM To: 'skyweb'; [EMAIL PROTECTED] Subject: [PHP-WIN] RE: What kind of Editor you used to build PHP script ? i hv been using plain text editor (Noteta

RE: [PHP-WIN] SQL-query

2003-01-17 Thread Sean Malloy
I'd fire any person working for me who was writing their own code to handle incrementing a unique ID field. If you have to insert a record after deleting one, with the same id, you have some serious relationship issues in your data. And if you _REALLY_ have to, then lock the data, turn auto incre

RE: [PHP-WIN] SQL-query

2003-01-17 Thread Sean Malloy
Why the hell would you want to do that? It looks ugly? I'll tell you what, when you have 8 records in the database, and #34,501 is missing, I wonder if you'll notice, or want to write code to fill, the "hole" if you really want to fix the hole (as much as I think you are seriously wasting yo

RE: [PHP-WIN] mysql tools lost .......

2003-01-17 Thread Sean Malloy
http://www.dbtools.com.br -Original Message- From: toby z [mailto:[EMAIL PROTECTED]] Sent: Saturday, 18 January 2003 4:33 PM To: php hlp list Subject: [PHP-WIN] mysql tools lost ... hi guys im stuck bad as usual . mysql.com and datanamic.com r both down .. god alone knoz y

RE: [PHP-WIN] PHP on IIS4 problem

2003-01-21 Thread Sean Malloy
If you are usiong the PHP.EXE binary instead of the ISAPI module. .php should be mapped to: c:\php\php.exe "%1" so IIS passes the document to PHP as an argument. -Original Message- From: Patrick Chemali [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 21 January 2003 7:14 PM To: [EMAIL PROTECT

RE: [PHP-WIN] How do i load my new activex dll?

2003-01-28 Thread Sean Malloy
Why would you use a com object to do an md5 hash? php has an inbuilt md5() function. -Original Message- From: Wayne [mailto:[EMAIL PROTECTED]] Sent: Monday, 27 January 2003 8:37 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] How do i load my new activex dll? hey ya, I have made a new dll

RE: [PHP-WIN] SQL SERVER TRUSTED CONNECTION HELP

2003-01-31 Thread Sean Malloy
SQL Server is set to "Windows Only" authentication mode. You can set it to "Windows and SQL Server" mode, by opening Enterprise Manager, right clicking on the server, choosing Properties | Security, and set it to "SQL Server and Windows" rather than "Windows Only" mode. -Original Message

RE: [PHP-WIN] Wierd Windows Problems

2003-01-31 Thread Sean Malloy
Or Search Add imo: tag isn't standard HTML.. I would go with: -Original Message- From: Tobias Brandl [mailto:[EMAIL PROTECTED]] Sent: Friday, 31 January 2003 11:26 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Wierd Windows Problems this is a submit button.. so you sta

Re: [PHP-WIN] Simple question that I can't find the answer to

2001-01-13 Thread Sean Bright
Yeah, but you could run into overflow problems with large values of a and b. Sean Jan Walter wrote: > > If you are working with numbers, which is perhaps not your case, you can use > this simple trick to swith values of $a and $b: > > $a = $a + $b; > $b = $a -

[PHP-WIN] PHP on Load Balanced Servers

2001-01-25 Thread Sean . Rector
look for? I'll want PHP to run within several websites on the server, all of which have their own IP. Sean Rector - Network Integration Group Voice: 757-226-3398 Pager: 757-552-2127 Cell: 757-288-1025 Let every nation know, whether it wishes us well or ill, that we shall pay any price,

[PHP-WIN] PHP on NT4 Enterprise w/ MS Cluster Service & WLBS

2001-01-29 Thread Sean . Rector
I'll want PHP to run within several websites on the server, all of which have their own IP. Sean Rector - Network Integration Group Voice: 757-226-3398 Pager: 757-552-2127 Cell: 757-288-1025 Let every nation know, whether it wishes us well or ill, that we shall pay any price, bear any

[PHP-WIN] problem with printing to a usb printer using php_printer.dll

2005-06-28 Thread Sean Rowe
computers running IIS and Apache with the same results. I tried it from the command line too, with the same results. I'm about to lose my mind. This code works fine if I use a non-usb printer. Any ideas? Sean Rowe -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-WIN] Re: problem with printing to a usb printer using php_printer.dll

2005-06-29 Thread Sean Rowe
if no one knows the answer to this, do you at least know where i should go to find it? i'm in a bit of a bind here, and i'm willing to figure it out on my own. if anyone knows where i can start, i would really appreciate it. thanks. sean rowe Sean Rowe wrote: I have been try

Re: [PHP-WIN] php classes

2005-08-12 Thread Sean Rowe
You should make sure that $link is not null. the call to 'new BdConnect()' is apparently not returning an object. The culprit is in your BdConnect class Marcos Nagamura wrote: Hi, sorry about the off-topic. With the following piece of code $link = new BdConnect(); $link->queryID = $link-

RE: [PHP-WIN] Re: If code not working?

2006-01-04 Thread Sean Rowe
Just curious as to why the 0 is at the end of the 'if' statement? 0 is never true, so I guess I don't see the point? -Original Message- From: El Bekko [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 04, 2006 12:21 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Re: If code not wor

Re: [PHP-WIN] Re: Test.php loads, but nothing in Browser

2006-01-26 Thread Sean Rowe
Did you name your script with a .php extension? Also, did you configure http.conf to recognize php files? You have to set up the different file types. Check the install file for how to do that. It gives the instructions verbatim. sean On Thu, 2006-01-26 at 18:15 -0800, Howard wrote: > Er

[PHP-WIN] PHPMyAdmin Acting frunky on Windows Vista.

2007-02-02 Thread Sean Madden
My question is this; Has anyone else encountered this who is running Vista and have you fixed it? A phpinfo() can be found at http://seanscompy.rh.rit.edu/phpinfo.php Thanks for considerations. -Sean -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] using AD/Windows authentication - multiple prompts

2007-12-13 Thread Sean Cotter
ex.php I was prompted to login again and several more times as the page loaded. Does anyone have any idea what is going on? thanks in advance Sean ps. in standard form (anon access turned on) TXP works fine - creating new entries, file uploads, etc. -- PHP Windows Mailing List (http://w

[PHP-WIN] using AD/Windows authentication - multiple prompts

2007-12-13 Thread Cotter, Sean
was prompted to login again and several more times as the page loaded. Does anyone have any idea what is going on? thanks in advance Sean ps. in standard form (anon access turned on) TXP works fine - creating new entries, file uploads, etc.

[PHP-WIN] Apache Virtual Hosts Local Machine Help

2002-07-23 Thread Sean M. Mayhew
Im trying to set up virtual hosts with apache for testing php on my local machine. I've searched the web all over and found the same instructions consistantly and have tried them numerous times but have been unsuccessful. First of all I'm having trouble determining where this "hosts" file is s

[PHP-WIN] WIN2K Linux Dual Boot Question

2002-07-30 Thread Sean M. Mayhew
Anybody point me in the direction of a good tutorial or book on installing Linux on a Win2k machine as a dual boot system. Thanks in advance, Sean M. Mayhew -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Undefined Constant error Anybody Help?

2002-08-03 Thread Sean M. Mayhew
Can anyone tell me why the following php code produces the errors below $products = array(array(Code => "TIR", Description => "Tires", price => 100), array (Code => "OIL", Description => "Oil", price => 10), array (Code => "SPK", Description => "Spark Plugs", price => 4) ); for ($row = 0; $ro

[PHP-WIN] cookies on IIS - php5

2004-11-04 Thread Sean S. Karshis
s to only leave IIS (which I am not extra familiar with). Is there some setting in IIS that would not allow cookies to be sent from a server? Thanks, Sean -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Server-level redirect?

2004-11-05 Thread Sean S. Karshis
404 error page. - Sean _ E L A S T I C H O R I Z O N http://www.elastichorizon.com _ -Original Message- From: Anne Shroeder [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 11:58 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN

RE: [PHP-WIN] Re: mail function not working

2004-11-08 Thread Sean S. Karshis
Also make sure that relaying is open on localhost (127.1.1.1). -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Sunday, November 07, 2004 10:30 PM To: William Lee Cc: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: mail function not working Hello, On 11/07/2004 11:48 PM, W

[PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-22 Thread Sean B. Durkin
doing wrong? Can any one please advise? Please help a PHP/MySQL newbie. Faithfully, Sean B. Durkin ([EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] How to configure PHP support for MySQL on Windows?

2007-07-22 Thread Sean B. Durkin
wrong? Can any one please advise? Please help a PHP/MySQL newbie. Faithfully, Sean B. Durkin ([EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-23 Thread Sean B. Durkin
Vikas, The MySQL is started. I have only one php.ini and it is in the correct location. My problem must be something else. But thanks anyway. Faithfully, Sean vikas batra wrote: Pls ensure that ur mysql service has ben started or not if not started then start it from control panel

Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-23 Thread Sean B. Durkin
x27;] . ''; } ?> ==== I have followed Kevin Yank's book, which is a step-by-step guide. Any ideas anyone? Faithfully, Sean B. Durkin Niel Archer wrote: Hi The MySQL is started. I have only one php.ini and it is in the correct l

Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-23 Thread Sean B. Durkin
Janet, See my response to Vikas' message below. Faithfully, Sean B. Durkin Janet Valade wrote: Sean B. Durkin wrote: Hi, How does one configure PHP support for MySQL on Windows? My host operating system is Windows Server 2003. 1. I have installed Apache 2.2 via the msi inst

Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-24 Thread Sean B. Durkin
MPP (http://www.apachefriends.org/en/xampp.html). XAMPP is just Apache, PHP and MySQL all in one bundle. I installed it and it just works! Faithfully, Sean B. Durkin M. Sokolewicz wrote: If that's literally from a book then I strongly suggest you burn the book. I would never trust _anything_ learned f