Re: [PHP] Re: how to display images stored in DB

2007-03-01 Thread steve
To follow up with Ted, nobody said using the filesystem is bad, No, it is the most efficient way. Not in my environment. All db servers have RAID 10 over 8 SCSI 15K disks. Pulling from them is always faster than a webserver pulling from its SATA drive. Also, there is issue of going to the

Re: [PHP] Re: how to display images stored in DB

2007-02-28 Thread steve
The web browser sees an image as a single HTTP request. Invoking the PHP script engine, parsing the script, and executing a SQL query to retrieve the image from the database is less efficient than letting the web server just send the file. In a simple setup, that is probably true.

Re: [PHP] Session problems with 4.4.5?

2007-02-22 Thread steve
Yes... I think the test version of it goes out today. On 2/22/07, alex handle [EMAIL PROTECTED] wrote: On 2/16/07, Jochem Maas [EMAIL PROTECTED] wrote: Ken Williams wrote: Is anyone else having problems with session in 4.4.5? I'm under apache 1.3.27 in linux 2.4.34 and all my web sites

Re: [PHP] Safari 2.0.4 / PHP 4.3.7 / Apache 2.0.44 Isuue with HTTP Headers

2007-02-22 Thread steve
I've see that before. Update the PHP (and Apache while you are at it). Also disable the server from showing the Apache and PHP versions. Why are they broadcasting to the world that they are easy prey to remote exploits? Also check if the server has been compromised. On 2/22/07, Ron Stiemer

Re: [PHP] Catch STDERR

2007-02-20 Thread steve
What are your speed requirements? You can use the ssh functions can ssh2_exec into yourself. You can get the error stream separately then... After the connection is open, it is basically as fast as exec. But there is a hit on connection. I wouldn't use this in webpage environment, but I do use

Re: [PHP] Microsoft Partners With Zend

2006-11-01 Thread steve
On 11/1/06, Daevid Vincent [EMAIL PROTECTED] wrote: Personally I'm unsure. I would like to think that Zend is smart enough to realize M$ tactics of embrace/extend and will not allow that to happen. MS added a FastCGI module to IIS. Thats the big thing. The real question is, why doesn't Apache

[PHP] Job postings?

2006-10-24 Thread Steve Lane
with specifically PHP skills? Thanks -- -- Steve Lane Vice President Soliant Consulting, Inc. (610) 788-2124 (V) (847) 890-6029 (F) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Job postings?

2006-10-24 Thread Steve Lane
Thanks Jochem. If I can't find a junior PHP dev, it sounds as though I'll at least be able to improve my beer technique :-) -- SGL On 10/24/06 10:02 AM, Jochem Maas [EMAIL PROTECTED] wrote: Steve Lane wrote: Greetings all: This is a general etiquette question. this is the [php]general

Re: [PHP] Interchange.

2006-10-15 Thread Steve Edberg
, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database/sysadmin (530)754-9127 | + said t e lawrence, picking up his fork

[PHP] Various errors being generated from an apache/php combo

2006-09-27 Thread Steve Walker
know if you require httpd.conf Kind regards, Steve - PHP Version 4.3.11 System Linux s15223417.onlinehome-server.info 2.6.16-rc6-060427a #1 SMP Thu Apr 27 10:38:19 CEST 2006 i686 Build Date Nov 8 2005 06:25:44 Configure

RE: [PHP] Re: Various errors being generated from an apache/php combo

2006-09-27 Thread Steve Walker
Thanks Kae and Rick for your replies. One of things I should have mentioned is that all these sites have been migrated from another box on which they were working fine, which is why I've been questioning the box itself rather than the cms's. Kind regards, Steve. -Original Message

RE: [PHP] Re: Various errors being generated from an apache/php combo

2006-09-27 Thread Steve Walker
it even more difficult to pinpoint. Steve. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 15:28 To: Steve Walker Subject: RE: [PHP] Re: Various errors being generated from an apache/php combo it sounds like when things

RE: [PHP] Re: Various errors being generated from an apache/php combo

2006-09-27 Thread Steve Walker
are you using an opcode cache? Yes, we have eaccelerator running. Steve. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 15:28 To: Steve Walker Subject: RE: [PHP] Re: Various errors being generated from

RE: [PHP] Re: Various errors being generated from an apache/php combo

2006-09-27 Thread Steve Walker
Thanks Jochem. We tested with both modules switched off and it made no difference. I was suspicious about mod_security, but again it doesn't seem to causing the problem. Steve. -Original Message- From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 17:31

Re: [PHP] chown(), chgrp()

2006-09-19 Thread Steve Edberg
it. If the chown()/chgrp() returns false, you probably don't have permission. steve Rahul S. Johari Supervisor, Internet Administration Informed Marketing Services Inc. 500 Federal Street, Suite 201 Troy NY 12180 Tel: (518) 687-6700 x154 Fax: (518) 687-6799 Email: [EMAIL PROTECTED] http

[PHP] GD2

2006-09-07 Thread Steve Marquez
an in-house machine for future use and we were wondering if anyone has run into this issue before. Could it be that we need to create a module in the php.ini file? I am kind of new to the back-end of PHP. You could probably tell. I appreciate any help. Thanks, Steve Marquez

[PHP] Database.table issue

2006-09-07 Thread Steve Marquez
¹ and the Table Œcategories¹ exists. I have been able to use the shell to insert info into the table and it works fine, even on the in-house server. Does anyone know what this could be? Thanks, -- Steve Marquez

Re: [PHP] function does not exist

2006-08-25 Thread Steve Edberg
method call' or something like that). steve -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics

[PHP] Where to download APC for windows?

2006-08-23 Thread steve
I used to have a bookmark on where to download APC for windows. Anyone have a link? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Where to download APC for windows?

2006-08-23 Thread steve
. If it is not, I am stuffed if I can remember where I got it from (blush). AJ steve wrote: I used to have a bookmark on where to download APC for windows. Anyone have a link? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing

[PHP] call_user_func_array on STATIC method

2006-08-18 Thread steve
Does anyone know of a way to call a static method with an array of objects? I thought for sure this would work, but it does not: $v = call_user_func_array($class::$method,$params); Do I have to resort to eval()??? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP Frameworks - Opinion

2006-08-01 Thread Steve Turnbull
), there is a great course run by PHP Architect on getting the most from it - it really is a powerful tool. Downside is it's more costly than others, but well worth it in my opinion. Just my thoughts... Cheers Steve -- Steve Turnbull Digital Content Developer YHGfL Foundation e [EMAIL PROTECTED

[PHP] regular expression to extract from the middle of a string

2006-07-14 Thread Steve Turnbull
'emailadmin'. Question(s); is this possible via a regular expression? does php have a better way of doing this? Some pointers would be greatly appreciated. Once I have working, I will be creating a function which will cater for this and will post to this list if anyone is interested? Cheers Steve

[PHP] ldap_connect allways returns true even if logically it shouldn't?

2006-06-19 Thread Steve Turnbull
, even if I pass values which should make a false, it gives a true. What am I missing out on here - could any one tell me why true is always returned? Cheers Steve -- Steve Turnbull Digital Content Developer YHGfL Foundation e [EMAIL PROTECTED] t 01724 275030 The YHGfL Foundation Disclaimer can

[PHP] PHP Developer/Architect needed

2006-05-26 Thread Steve Turnbull
we are looking for a contractor in the Yorkshire/Humber area of the UK, but we are not ruling out further afield. If you are interested, please contact me - details below, and I will provide a more detailed requirement... Regards Steve -- Steve Turnbull Digital Content Developer YHGfL

Re: [PHP] 5.1.4, mysqli, and fastcgi leaving connections open.

2006-05-26 Thread steve
mysqli does not have persistent connections. Kinda wish it did, as using fascgi has the about the same number of processes that I would want connections in a connection pooling scheme under a module scenario. anyhow, its a 5.1.4 bug and its reported. -- PHP General Mailing List

[PHP] 5.1.4, mysqli, and fastcgi leaving connections open.

2006-05-25 Thread steve
this issue or not before I spend a couple hours reverifying it. Thanks! -steve-- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to disable PHP's POST caching?

2006-05-25 Thread steve
Why not reconfigure the webserver to proxy a certain url subdirectory to your php script that can be running on any old port? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Creating an OO Shopping Cart

2006-04-21 Thread Steve
in the archive. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Creating an OO Shopping Cart

2006-04-20 Thread Steve
Hi I'm creating my own Object Oriented PHP Shopping Cart. I'm confused about the best way to call the functions of the class given the static nature of the web. For example, if I have a function addItem($code), how will this be called from the catalog or product description pages where the

Re: [PHP] Creating an OO Shopping Cart

2006-04-20 Thread Steve
to respond and assist me. Do you have any specific shopping carts that you would recommend I take a look at? Any that ARE well written. Thanks Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Creating an OO Shopping Cart

2006-04-20 Thread Steve
, the checkout, or catalog pages, at the top of the code I always need to check if files are being added, deleted or changed qty. Is this correct? This is my biggest concern. What's the best way to interact with the Cart class when adding/removing items? Thanks Steve ?php // This File: catalog.php

[PHP] PDO on Win2000Server

2006-04-17 Thread Steve
Hi I'm having trouble getting PDO to work on Windows 2000 Server with PHP 5.1.2. I've enabled the extensions in php.ini, which was all I thought I had to do. Is there anything else? I thought PDO would show up in phpinfo(), but it doesn't. In my code, when I call: new PDO(...); I get an

[PHP] Fwd: one more php opcode cacher for your choice

2006-04-04 Thread steve
Is anyone aware of how this compares? -- Forwarded message -- From: Xuefer [EMAIL PROTECTED] Date: Apr 3, 2006 10:04 PM Subject: one more php opcode cacher for your choice To: Lighttpd List [EMAIL PROTECTED]

Re: [PHP] Printing library in PHP ?

2006-03-14 Thread Steve Brown
I am currently migrating an application originally written with Delphi to PHP. Everything is going fine except the printing of the reports that does not produce the same visual result (i.e does not look the same or has some aligmment issues). We generate all of our printed reports using FPDF

Re: [PHP] recommendations for good breacrumbs script

2006-03-11 Thread Steve Edberg
could remove/alter that functionality if you want. Hope that email client linewraps don't muck it up too badly... steve ?php function path_to_crumbtrail($TopLevel='', $Separator='nbsp;|nbsp;', $LinkAttr='', $IgnoreName='index') { $IgnoreNameRegEx = $IgnoreName

Re: [PHP] Re: APC and PHP 5.1.2

2006-03-03 Thread steve
compatible with their other products, but I bet there is some interal reason why that won't happen. On 3/2/06, Jens Kleikamp [EMAIL PROTECTED] wrote: steve wrote: You know not what you ask!! I'm going to have to wait a bit before I do that. Currently using Apache 2, and the config files would need

Re: [PHP] Re: APC and PHP 5.1.2

2006-03-03 Thread steve
' '--without-pear' Can you check yours? Maybe there is a conflict with the modules compiled in and APC's optimizer (though that sounds really strange). Maybe I'll try removing all of them and recompile and see what happens... Thanks Jens! -steve- On 3/3/06, Jens Kleikamp [EMAIL PROTECTED] wrote

[PHP] APC and PHP 5.1.2

2006-03-02 Thread steve
I can't get APC 3.0.8 to work on anything, at all. On Windows, it crashes the server, and on Linux, it can't handle objects. For example: ?php class abc { } $a = new abc; var_dump($a); ? Gives: NULL Any idea on what is going on? -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] APC and PHP 5.1.2

2006-03-02 Thread steve
-Test: ; echo $one-Test; echo BRTest with eval: ; eval ('$result = $one-Test; '); echo $result; echo BRTesting done.; On 3/2/06, Rasmus Lerdorf [EMAIL PROTECTED] wrote: steve wrote: I can't get APC 3.0.8 to work on anything, at all. On Windows, it crashes the server, and on Linux, it can't

Re: [PHP] APC and PHP 5.1.2

2006-03-02 Thread steve
:) On 3/2/06, Rasmus Lerdorf [EMAIL PROTECTED] wrote: steve wrote: OK, will try. Does this work in the CVS version? ?php error_reporting(E_ALL); class A { public $_t = 'something'; public function __get($name) { $getter='get'.$name

Re: [PHP] APC and PHP 5.1.2

2006-03-02 Thread steve
happen to me? Without APC it runs fine. I'm using Fastcgi version if that matters. -steve-- On 3/2/06, Rasmus Lerdorf [EMAIL PROTECTED] wrote: steve wrote: I can't get APC 3.0.8 to work on anything, at all. On Windows, it crashes the server, and on Linux, it can't handle objects. For example

Re: [PHP] APC and PHP 5.1.2

2006-03-02 Thread steve
APC-dev) (if this even helps): 5.1.2 -- Failed 5.1.1 -- Failed 5.0.5 -- Success -steve-- On 3/2/06, Rasmus Lerdorf [EMAIL PROTECTED] wrote: It probably does. I have never tried it against the Fastcgi sapi. Try it with the Apache module version to rule this out. -Rasmus -- PHP General

Re: [PHP] [HS] IDE PHP on Linux...

2006-02-13 Thread Steve Brown
Finally, I discovered that I need to have PHP and Apache on my computer in order than Eclipse may give me auto-complete... No you don't. Eclipse does code completion out-of-the-box w/out installing additional software. Check your Preferences. -- PHP General Mailing List (http://www.php.net/)

[PHP] Results In Variable

2006-02-06 Thread Pastor Steve
/²; echo ³$var²; } I would like for the the entire ³while² statement result to be in a variable for use outside of the statement. Is that possible? Thank you for your help, -- Steve Marquez Marquez Design

Re: [PHP] Support between MySQL and PHP

2006-01-29 Thread Steve Edberg
it with PHP4. For more info, see: http://dev.mysql.com/doc/refman/4.1/en/php.html http://dev.mysql.com/doc/refman/4.1/en/application-password-use.html http://www.php.net/mysql http://www.php.net/mysqli steve -- +--- my people are the people of the dessert

Re: [PHP] PHP on domain...

2006-01-29 Thread Steve Edberg
on opening reading from sockets; there is an example on this page in the user comments about sending HTTP HEAD requests. steve -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis

Re: [PHP] Please Help!

2006-01-25 Thread Steve Clay
, $signature will be altered. You tell /us/ what it looks like and we'll help you split it. ;) Steve -- http://mrclay.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP] XML and special characters

2006-01-23 Thread Steve Clay
parsers. Did none of those parsers have error logging capabilities? Show us the errors. Steve -- http://mrclay.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP] Re: Managing sessions...

2006-01-23 Thread Steve Clay
, using ini_set() should be a last resort because, once PHP is running, it's too late to change certain settings. http://php.net/manual/en/configuration.changes.php Steve -- http://mrclay.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] DOM saveHTML() not outputting XHTML Strict

2006-01-23 Thread Steve Clay
Monday, January 23, 2006, 1:35:13 PM, Chris wrote: the -saveHTML() method ... outputs as `option selected` I need my output HTML to conform to XHTML strict. Since XHTML is XML, try -saveXML()? Steve -- http://mrclay.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Can PHP works with telnet?

2006-01-22 Thread Steve Clay
, but this post [3] leads me to believe it's pretty limited. [1] http://us2.php.net/function.fsockopen [2] http://us2.php.net/curl [3] http://curl.haxx.se/mail/lib-2005-09/0013.html Steve -- http://mrclay.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re[2]: [PHP] Validating Radio Buttons in two directions

2006-01-18 Thread Steve Clay
or with only a minimal XMLHTTPRequest call. Another idea: just require Javascript and save yourself reinventing the wheel. http://www.phpsurveyor.org/index.php is a mature survey system with ranking question types and nice data export options. Steve -- http://mrclay.org/ -- PHP General Mailing

Re[2]: [PHP] Best way to do this: www.domain.com?page=var

2006-01-17 Thread Steve Clay
the same thing: ?php require 'start.php'; ? Steve -- http://mrclay.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP] Best way to do this: www.domain.com?page=var

2006-01-16 Thread Steve Clay
['page'])) { $_GET['page'] = 'home'; } If, for some reason you /can't/ change the directory index page, make an index.php with this: // again, no redirect necessary $_GET['page'] = 'home'; require('start.php'); Steve -- http://mrclay.org/ -- PHP General Mailing List (http://www.php.net

[PHP] Unnecessary if statement? Programming technique

2005-12-06 Thread Steve McGill
;$i100;$i++) { // do something standard } ? as I would have have to either keep two copies of the code or write a function just for this purpose, which hardly seems worth it. Thanks to anyone who takes the time to think about my question and/or respond. Best wishes, Steve McGill

Re: [PHP] HTTP User Authentication Problems

2005-12-06 Thread Steve McGill
that you require. Steve Rahul S. Johari [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Ave, I¹m trying to run this very simple HTTP user authentication script: ?php if (!isset($_SERVER['PHP_AUTH_USER'])) { header('WWW-Authenticate: Basic realm=Private'); header('HTTP/1.0 401

Re: [PHP] Unnecessary if statement? Programming technique

2005-12-06 Thread Steve McGill
and to remember to keep them both updated. I'm also assuming that using function calls is also much slower than evaluating a very simple IF statement. Thanks for your interest. Best wishes, Steve David Grant [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Jared Williams wrote: Why

Re: [PHP] shortest possible check: field is set, integer or 0

2005-12-01 Thread Steve Edberg
: false)) : false); (all untested) That *should* return false unless all your conditions are set, in which case it will return your cardinal number (non-negative integer). Disclaimer: Currently operating on caffeine deficit; it's possible I'm answering a question no one asked. steve

Re: [PHP] shortest possible check: field is set, integer or 0

2005-12-01 Thread Steve Edberg
At 5:30 PM +0100 12/1/05, Jochem Maas wrote: Steve Edberg wrote: Only problem with intval() is that it returns 0 (a valid value) on I knew that. :-) I figured so, but I thought I'd make it explicit for the mailing list... failure, so we need to check for 0 first. Adding more secure checks

[PHP] PHP to read news

2005-10-19 Thread Steve
in a browser like mozilla and the message will be pulled, so i'm thinking it should be much easier than that. Has anyone ever pulled a news url like this with php and parsed it? If so, what functions were you using? Thanks in advance, Steve -- PHP General Mailing List (http://www.php.net

[PHP] pecl hosting is in a pickel...

2005-10-12 Thread Steve Kiehl
Has anyone noticed/experienced the fact that the pecl site is spotty today? I think I was able to download one module all day in and out of db connect errors. I really need to get a module off of there. Is there some loop I can jump through to get it? Thanks, - Steve -- PHP General

[PHP] Scripts not working outside of Zend Studio

2005-10-05 Thread Steve Harp
display or throw an error in either one. What could be going on here? I've been chasing this for hours. Thanks for any help, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Scripts not working outside of Zend Studio

2005-10-05 Thread Steve Harp
On Wed, 5 Oct 2005 16:25:03 -0500, [EMAIL PROTECTED] (Greg Donald) wrote: error_reporting( Well that now gives me errors. Thanks very much... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem with Internet Explorer when downloading / viewing dynamically generated PDF files

2005-09-22 Thread Steve Lefevre
, and then I have just a regular link available to the user. That solved a lot of issues for me. Steve Lefevre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] losing session data with cross-site scripting

2005-09-21 Thread Steve Lefevre
Chris Shiflett wrote: Steve Lefevre wrote: I have a php site on a production server. The production server doesn't have the spell libraries, and rather than migrate the site, we setup spell checking functions on the development site, and shuttled the users back and forth with specially

Re: [PHP] losing session data with cross-site scripting

2005-09-21 Thread Steve Lefevre
Chris Shiflett wrote: Steve Lefevre wrote: In this case, a user's session is stagnant for the duration of their trip to the other server. I'm guessing that users are typically only there for a brief moment, but this is something to keep in mind. Is there a way that some of your users might

[PHP] losing session data with cross-site scripting

2005-09-20 Thread Steve Lefevre
session data, and they get the error when they try to return from the development server. What is happening? Is is some kind of security setting on the browser? These are remote users and I can't go and inspect their computers. I will have to communicate by email or phone with them. Steve Lfevre

[PHP] preg_match help please

2005-09-08 Thread Steve Turnbull
strictly the correct group. Thanks Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] preg_match help please

2005-09-08 Thread Steve Turnbull
On Thu, 08 Sep 2005 19:27:49 +1200, Jasper Bryant-Greene wrote: Steve Turnbull wrote: I am trying to find a regular expression to match a variable, what I think should work (but doesn't) is; preg_match ('^/[\w],[\w],/', $variable) The $variable MUST contain an alpha-numeric string

Re: [PHP] preg_match help please

2005-09-08 Thread Steve Turnbull
On Thu, 08 Sep 2005 09:15:03 +0100, Steve Turnbull wrote: On Thu, 08 Sep 2005 19:27:49 +1200, Jasper Bryant-Greene wrote: Steve Turnbull wrote: I am trying to find a regular expression to match a variable, what I think should work (but doesn't) is; preg_match ('^/[\w],[\w],/', $variable

Re: [PHP] preg_match help please

2005-09-08 Thread Steve Turnbull
On Thu, 08 Sep 2005 16:36:36 +0100, Steve Turnbull wrote: On Thu, 08 Sep 2005 09:15:03 +0100, Steve Turnbull wrote: On Thu, 08 Sep 2005 19:27:49 +1200, Jasper Bryant-Greene wrote: Steve Turnbull wrote: I am trying to find a regular expression to match a variable, what I think should work

Re: [PHP] Help: Get the value of pi up to 200+ digits?

2005-09-01 Thread Steve Edberg
slow. Going to a dedicated math package like MATLAB or Mathematica or something might be more appropriate. steve At 08:57 AM 9/1/2005, Wong HoWang wrote: Dear Jordan, I know what you mean. But you may try this one and you will know: ?php ini_set('precision',200); echo pi

Re: [PHP] Help: Get the value of pi up to 200+ digits? -- oops

2005-09-01 Thread Steve Edberg
to compile install your own version of PHP and call it via CGI. steve, again. Hi - The 'precision' ini value refers, I believe, only to float numbers, not BC_math numbers (which are stored as strings). I believe the bcmath.scale parameter is the one you need. It can be set via ini_set

Re: [PHP] Error checking on file upload

2005-08-19 Thread Steve Slotnick
In your php.ini there are settings for upload_max_filesize and also post_max_size. These would be causes for case 2. More information: http://us3.php.net/features.file-upload On 8/19/05, Peppy [EMAIL PROTECTED] wrote: I've been working on a script for uploading a file to a Unix server. I'm

Re: [PHP] Error checking on file upload

2005-08-19 Thread Steve Slotnick
Sorry, I meant case 1. - Steve On 8/19/05, Steve Slotnick [EMAIL PROTECTED] wrote: In your php.ini there are settings for upload_max_filesize and also post_max_size. These would be causes for case 2. More information: http://us3.php.net/features.file-upload On 8/19/05, Peppy [EMAIL

[PHP] Apache2 x FastCGI x opcode cache

2005-08-18 Thread steve
, not a mass-hosting situation. Thanks! -steve-- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Apache2 x FastCGI x opcode cache

2005-08-18 Thread steve
-hosting situation. Thanks! -steve-- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] syntax highlighting your php code on a web page

2005-08-03 Thread Steve Turnbull
page which highlights what I am after... Thanks Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Regular expressions book

2005-08-03 Thread Steve Turnbull
came about... Just my thoughts... Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Running a PHP script everyday

2005-08-01 Thread Steve Buehler
Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Running a PHP script everyday

2005-08-01 Thread Steve Buehler
running a program. Just keep him from getting a bunch of output. Of course, I might have total mis-understood him too. I have to much going on right now to remember. Anyway, thanks. Thanks Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] preg_match - help please

2005-07-27 Thread Steve Turnbull
be greatly appreciated Thanks Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] GET form method and accessing its value into a cookie

2005-07-21 Thread Steve Turnbull
the URL suggests that it's passing the correct parameters, I end up seeing the details of the previous user? Help please (sorry for the long description - I am just trying to be accurate) Regards Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] GET form method and accessing its value into a cookie

2005-07-21 Thread Steve Turnbull
the URL suggests that it's passing the correct parameters, I end up seeing the details of the previous user? Help please (sorry for the long description - I am just trying to be accurate) Regards Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] 404 error - DLL files needed ??

2005-07-14 Thread Grosz, Steve (IPG IT)
I pretty sure that it isn't checked, but I'll double check againanything else? I can't imagine that it should be this difficult to get PHP running. Steve -Original Message- From: Kristen G. Thorson [mailto:[EMAIL PROTECTED] Sent: Thursday, July 14, 2005 7:09 AM Cc: php-general

[PHP] Win2000 easier than Win2003 ??

2005-07-14 Thread Grosz, Steve (IPG IT)
Is setting up PHP easier on Windows 2000 server rather than Win2003? I'm having nothing but problems getting PHP files to show up in IE on the Win2003 server, I get nothing but 404 - file not found errors.

[PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
! Any help is appreciated, this is getting very frustrating. Thanks, Steve

RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
Yes, the dll file is on the server, in the /php directory Steve -Original Message- From: glumtail [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 10:18 AM To: php-general@lists.php.net Subject: Re: [PHP] 404 error - why???!! Hi: 1. did you copy php4isap.dll to /php folder? 2

RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
Regular .htm files work just fine. Its kinda strange.. -Original Message- From: Richard Davey [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 10:18 AM To: php-general@lists.php.net Subject: Re: [PHP] 404 error - why???!! Hello Steve, Wednesday, July 13, 2005, 5:11:58 PM

RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
I guess I'm not sure how to tell if its loading correctly. Can you tell me how to confirm that it is? I'm using PHP 4.x as well. Steve -Original Message- From: glumtail [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 11:00 AM To: php-general@lists.php.net Subject: Re: [PHP

RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
Ohthat!! :) -Original Message- From: glumtail [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 11:10 AM To: php-general@lists.php.net Subject: Re: [PHP] 404 error - why???!! Hello Steve, Administrator tools - Internet Services Manager - Default Web Site - ISAPI 2005

RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
???!! Hello Steve, Administrator tools - Internet Services Manager - Default Web Site - ISAPI 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: I guess I'm not sure how to tell if its loading correctly. Can you tell me how to confirm that it is? I'm using PHP 4.x as well. Steve

RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
Ok, now it appears the ISAPI is loaded, I get the green up arrow, but the priority always shows as 'unknown'. Still get the 404 errors when trying to view .php pages Steve -Original Message- From: glumtail [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 11:10 AM To: php

RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
: [PHP] 404 error - why???!! Hello, it seems that your ISAPI is ok. 1. with full permission? e.g: execute,write and so on... 2. how about asp file? 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: Ok, now it appears the ISAPI is loaded, I get the green up arrow, but the priority always

RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
I appreciate the try, but no, I still get a 404 error. :) This is killing me!! -Original Message- From: Joseph [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 12:34 PM To: Grosz, Steve (IPG IT) Cc: php-general@lists.php.net Subject: Re: [PHP] 404 error - why???!! Steve, I

[PHP] 404 error - DLL files needed ??

2005-07-13 Thread Grosz, Steve (IPG IT)
In installing PHP4 on Win2003/IIS 6, I have noticed that only 1 dll file is used on the ISAPI install. What is the php4ts.dll file used for? And do I need to add it into my ISAPI area within IIS or just use the php4isapi.dll file... Steve

RE: [PHP] 404 error - DLL files needed ??

2005-07-13 Thread Grosz, Steve (IPG IT)
. -Original Message- From: Mikey [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 1:38 PM To: php-general@lists.php.net Subject: Re: [PHP] 404 error - DLL files needed ?? Grosz, Steve (IPG IT) wrote: In installing PHP4 on Win2003/IIS 6, I have noticed that only 1 dll file is used on the ISAPI

RE: [PHP] 404 error - DLL files needed ??

2005-07-13 Thread Grosz, Steve (IPG IT)
?? Dear Steve: php4ts.dll is needed by php4isapi.dll. if you can visit your pages in wwwroot folder, just try to rename that page to php extension. e.g: rename postinfo.html to postinfo.php C:\PHP │ install.txt │ license.txt │ magic.mime │ news.txt │ php-cli.exe │ php.exe │ php.gif │ php.ini

[PHP] Install directions for Win2003 SP1??

2005-07-13 Thread Grosz, Steve (IPG IT)
Does anyone have a step by step, screenshots would be great, of how to install PHP 4.x on a Win2003 SP1 server? I've tried going through the install instructions on PHP.net's site for windows, but its still not working, so I think I'm missing something somewhere along the way. Thanks! Steve

<    1   2   3   4   5   6   7   8   9   10   >