RE: [PHP] URGENT: IE pops-up an Error and File Download Fails. Ne eds to be fixed NOW. Please advise.

2001-02-20 Thread Maxim Maletsky
Well, it doesn't make any sense upgrading. On my Mac all works fine, on my Win2K I usually use Opera 5 identified as MSIE and it works as well. Proxy, nope I go behind it. Some go thru... the problem stays no matter what. Security settings? again, makes no sense, I think, most of the users hav

[PHP-CVS] cvs: php4 /sapi/cgi php_getopt.h

2001-02-20 Thread Sascha Schumann
sas Tue Feb 20 23:41:01 2001 EDT Modified files: /php4/sapi/cgi php_getopt.h Log: There is no need to declare ap_php_(opterr|optopt) with external linkage as they are not used outside of getopt.c. PR: #9364 Index: php4/sapi/cgi/php_getopt.h d

[PHP-CVS] cvs: php4 / acinclude.m4

2001-02-20 Thread Sascha Schumann
sas Tue Feb 20 23:39:13 2001 EDT Modified files: /php4 acinclude.m4 Log: Instead of assuming that sendmail lives in /usr/lib, if we don't find it, we also check /usr/lib now. PR: #9362 Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.120

RE: [PHP] URGENT: IE pops-up an Error and File Download Fails. Ne eds to be fixed NOW. Please advise.

2001-02-20 Thread Boaz Yahav
btw, how long does the script run b4 you get the error? Sincerely berber Visit http://www.weberdev.com Today!!! To see where PHP might take you tomorrow. -Original Message- From: Maxim Maletsky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 9:33 AM To: 'Boaz Yah

RE: [PHP] URGENT: IE pops-up an Error and File Download Fails. Ne eds to be fixed NOW. Please advise.

2001-02-20 Thread Boaz Yahav
Since I can't get to your URL I can only give ideas :) Did you try to upgrade the IE on one of the computers to IE5.5 and see if the problem goes away? Do you use a proxy? Are your security settings set to default? Sincerely berber Visit http://www.weberdev.com Today!!! To see where P

RE: [PHP] URGENT: IE pops-up an Error and File Download Fails. Ne eds to be fixed NOW. Please advise.

2001-02-20 Thread Maxim Maletsky
The funny thing is that the error sometimes goes away (I am frenetically refreshing the page) but in most cases stays. It never happened here before. Just from yesterday, or today .. not sure. Error logs report nothing at all. Cheers, Maxim Maletsky -Original Message- From: Maxim Malet

[PHP] smtp protocol

2001-02-20 Thread toto
Hi...anybody can help me about sending email directly using local smtp port (25). I've read some articles, still, i don't have a clear explanation. i.e : some using \n to separate between each header, but others use \r\n. -toto- -- PHP General Mailing List (http://www.php.net/) To unsubscrib

Re: [PHP] php and javascript

2001-02-20 Thread Ankur Verma
try "; $summary = "Hellow universe"; print " "; print ""; print ""; ?> hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Carl Natale" <[EMAIL PROTECTED]> To: "Php" <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001

RE: [PHP] Can you make a file empty?

2001-02-20 Thread Boaz Yahav
you can simply delete the file and use touch() to create a new empty one. http://www.weberdev.com/index.php3?GoTo=get_example.php3?count=160 Sincerely berber Visit http://www.weberdev.com Today!!! To see where PHP might take you tomorrow. -Original Message- From: [EMA

[PHP-CVS] cvs: php4 /ext/standard file.c filestat.c

2001-02-20 Thread Sascha Schumann
sas Tue Feb 20 23:18:30 2001 EDT Modified files: /php4/ext/standard file.c filestat.c Log: Correctly check for the existence of the st_rdev field. Note that this field is required to exist for SUSv3 conformance. Submitted by: [EMAIL PROTECTED] PR:

RE: [PHP] URGENT: IE pops-up an Error and File Download Fails. Ne eds to be fixed NOW. Please advise.

2001-02-20 Thread Maxim Maletsky
You see Boaz, this is slightly different. It is not "Connection could not established" troubleshooted by MS KBase as -- click TCP/IP ... then click advanced This is "Download of specified resource has failed" persisting on every machine in this office. (Win2k running MSIE 5.01 only). I wond

RE: [PHP] Terrible Hosting Experience

2001-02-20 Thread Boaz Yahav
Guys, When you decide you want to pay for hosting and get the best service possible check out : http://www.weberdev.com/index.php3?GoTo=phenominet/prices.htm This is your one stop shop for hosting. WeberDev.com is hosted there and I can tell you that their service is amazing. They are fast, rel

[PHP-CVS] cvs: php4 /ext/pcre config.m4

2001-02-20 Thread Sascha Schumann
sas Tue Feb 20 23:09:23 2001 EDT Modified files: /php4/ext/pcre config.m4 Log: Preprocessor stuff should go into CPPFLAGS. Index: php4/ext/pcre/config.m4 diff -u php4/ext/pcre/config.m4:1.21 php4/ext/pcre/config.m4:1.22 --- php4/ext/pcre/config.m4:1

RE: [PHP] URGENT: IE pops-up an Error and File Download Fails. Ne eds to be fixed NOW. Please advise.

2001-02-20 Thread Maxim Maletsky
It goes on (SERVER_SOFTWARE) Apache/1.3.9 (Unix) ApacheJServ/1.0 PHP/4.0.1pl2 mod_ssl/2.4.4 OpenSSL/0.9.4 on Linux I am reviewing error_logs ... so far nothing funny ... Cheers, Maxim Maletsky -Original Message- From: Boaz Yahav [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 2

RE: [PHP] URGENT: IE pops-up an Error and File Download Fails. Ne eds to be fixed NOW. Please advise.

2001-02-20 Thread Boaz Yahav
http://support.microsoft.com/support/ie/ie5/topics/browse/iebrowseemts.asp -Original Message- From: Maxim Maletsky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 9:08 AM To: 'Boaz Yahav'; 'PHP General List. (E-mail)' Subject: RE: [PHP] URGENT: IE pops-up an Error and File D

[PHP] Re: Linking back to where you came from..

2001-02-20 Thread Dhaval Desai
Hi! Thanx for replying to my mail. Well See I have for example two pages. login.php inside.php So when a person clicks on inside.php it checks for the cookie meaning inside.php has a cookie checking code in it. If cookie uis not found it will take him to the login.php page and on successful lo

RE: [PHP] URGENT: IE pops-up an Error and File Download Fails. Needs to be fixed NOW. Please advise.

2001-02-20 Thread Boaz Yahav
What do you see in your web server logs? what webserver do you use? Sincerely berber Visit http://www.weberdev.com Today!!! To see where PHP might take you tomorrow. -Original Message- From: Maxim Maletsky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 8:59 AM

Re: [PHP] Link back to where u came from..?

2001-02-20 Thread richard merit
try, HTTP_REFERER I'm sure it's buried in the docs someplace, as a supported envir. variable, I think. rm __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ -- PHP General Mailing List (http:

[PHP] URGENT: IE pops-up an Error and File Download Fails. Needs to be fixed NOW. Please advise.

2001-02-20 Thread Maxim Maletsky
Hello guys, This is that time when I am in trouble ... One of our internal databases receives inputs from all kind of different places and stores them for later reviews. Since it's creation it was all going perfectly well, but now it has a little problem: The Internet Explorer gives me this e

[PHP] Re:Fwd

2001-02-20 Thread Dennis Gearon
I wish there were some way to just SLAM this guy's site (and others like him) all the way 2 levels of his internet address and piss his neighbors off enough to have him and others removed instantly. Oh, by the way, I use a chainsaw on those pesky mosquitoes on quiet nights, too :-) Never use a gr

[PHP-CVS] cvs: php4 / NEWS

2001-02-20 Thread Sebastian Bergmann
sbergmann Tue Feb 20 22:22:41 2001 EDT Modified files: /php4 NEWS Log: Added note about PCRE update. Index: php4/NEWS diff -u php4/NEWS:1.597 php4/NEWS:1.598 --- php4/NEWS:1.597 Tue Feb 20 19:55:17 2001 +++ php4/NEWS Tue Feb 20 22:22:41 2001 @

Re: [PHP] Asking Sth about PHP

2001-02-20 Thread Michael Stearne
You can run php from the command line as a standalone app. Compole PHP as a stand-alone CGI program (read the INSTALL file) and then run it like: localhost$ /path/to/php -f myFile.php Or you can also run it withing a shell or perl script the same way (maybe through a system() call in perl) Mic

Re: [PHP] % Help

2001-02-20 Thread David Robley
On Wed, 21 Feb 2001 16:01, Jeff Lacy wrote: > Hello Everyone, > > Could someone please explain the whole % thing? I sort of understand > it, but not quite. My goal is to have a table, and have every row > alternate between 4 colors. I can alternate sort of alternate between > 3, but not quite.

Re: [PHP] % Help

2001-02-20 Thread Simon Garner
From: "Jeff Lacy" <[EMAIL PROTECTED]> > Hello Everyone, > > Could someone please explain the whole % thing? I sort of understand it, > but not quite. My goal is to have a table, and have every row alternate > between 4 colors. I can alternate sort of alternate between 3, but not > quite. I ha

Re: [PHP] Postgresql session handling

2001-02-20 Thread Yasuo Ohgaki
>"Richard Lynch" <[EMAIL PROTECTED]> wrote: > > The writing of the session data occurs *after* the server-browser HTTP > > connection is cut. > > > If you have any error-reporting happening in your session_write >function, > > you won't see it. > > > Alter that function to log errors to a file or

Re: [PHP] Problems with Mail

2001-02-20 Thread David Robley
On Sat, 17 Feb 2001 08:31, Chris Anderson wrote: Oy - your version of Windows appears to be lagging a few days behind the real world :=) > true, here it is. Have fun...sorry ^_^ > > include "Nav.inc"; > ?> > > > > if(isSet($send) && ($send == 1)) Isn't this redundant? Your test is really if

[PHP] % Help

2001-02-20 Thread Jeff Lacy
Hello Everyone, Could someone please explain the whole % thing? I sort of understand it, but not quite. My goal is to have a table, and have every row alternate between 4 colors. I can alternate sort of alternate between 3, but not quite. I have tried lots of different combinations, but I can

[PHP] Asking Sth about PHP

2001-02-20 Thread Ng Chun Chi
Dear Sir, I have two problems in using PHP. Could you help me? I am using Red-Hat to build up my System. Could I use Perl to control some PHP program? Also, could I run my PHP program in Linux Console? Sorry to disturb you THx! Mr Ng -- PHP General Mailing List (http://www.php.net/) To u

Re: [PHP] fopen problem... maybe?

2001-02-20 Thread David Robley
On Wed, 21 Feb 2001 15:23, Ben Weinberger wrote: > Hi~ > We're working on a page located at > http://www.manageasy.com/request_offer.php3. The page comes up with a > bunch of errors, and we don't know why-- the page worked on our old > server, and we didn't change anything from there... we think i

[PHP] Link back to where u came from..?

2001-02-20 Thread Dhaval Desai
Hi! See what I am trying to implement is: 1.I have a website. 2.When ppl come to the website..they see the homepage. 3.When they click on any link, if they have logged in earlier..and a cookie is stored.in their browser..they will be allowed in. 4. If not they will be told that click here to go

Re: [PHP] Problems with Mail

2001-02-20 Thread Chris Anderson
true, here it is. Have fun...sorry ^_^ ",$Message); $Mail = mail($Address, $Subject, "$Message \n From: $Return"); if($Mail == 1) { echo("Your Mail Was Succesfully Sent!"); exit; } else { echo("There Was An Error While Processing Your Email"); exit; } } els

[PHP] fopen problem... maybe?

2001-02-20 Thread Ben Weinberger
Hi~ We're working on a page located at http://www.manageasy.com/request_offer.php3. The page comes up with a bunch of errors, and we don't know why-- the page worked on our old server, and we didn't change anything from there... we think it might be a permissions issue on the new server. Does

Re: [PHP] Strange behaviour: Cannot exit as expected AND Script starts from the beginning, executed TWICE. Anyone?

2001-02-20 Thread Yasuo Ohgaki
[If you have comments on this please send e-mail to me] I think PHP4.0.4pl1 has unsafe code for 8bit char codes. I suspect PHP4 does this: PHP4 behavior: Script is executed TWICE and included file is not processed 1) PHP parse script and start executing. - The script check username data in db

RE: [PHP] Help!! IP functions!!!

2001-02-20 Thread Yev
use $HTTP_SERVER_VARS[REMOTE_ADDR] Yev >-Original Message- >From: Bruno Freire [mailto:[EMAIL PROTECTED]] >Sent: Monday, February 19, 2001 11:34 AM >To: '[EMAIL PROTECTED]' >Subject: [PHP] Help!! IP functions!!! > > >Hi!! > >My name is Bruno, From Brazil!!! > >I need to know how can i

[PHP-CVS] cvs: php4 / NEWS

2001-02-20 Thread Jason Greene
jason Tue Feb 20 19:55:17 2001 EDT Modified files: /php4 NEWS Log: Corrected News entry. Index: php4/NEWS diff -u php4/NEWS:1.596 php4/NEWS:1.597 --- php4/NEWS:1.596 Tue Feb 20 18:09:15 2001 +++ php4/NEWS Tue Feb 20 19:55:17 2001 @@ -2,7 +2,7 @

Re: [PHP] Strange behaviour: Cannot exit as expected AND Script starts from the beginning, executed TWICE. Anyone?

2001-02-20 Thread Yasuo Ohgaki
> Yasuo, > > the function you call is > > > $msg = user_regist(); > > while in regist_util.inc, the function defined is > > > function regist_user() { > > Could that be the problem? Do you see any errors about undefined > functions? Thanks for your reply. Code sample only for to show what is does

Re: [PHP-CVS] cvs: php4 /main main.c php_ini.c

2001-02-20 Thread Zeev Suraski
Wouldn't that happen even without the patch? I'd imagine the dynamic extensions would be last on the list..? Zeev At 20:43 20/2/2001, Hartmut Holzgraefe wrote: >hholzgraTue Feb 20 17:43:15 2001 EDT > > Modified files: > /php4/main main.c php_ini.c > Log: > will now i

[PHP] Problems with Mail

2001-02-20 Thread Chris Anderson
I use the php mail function in this file, but it only sends the first line of the text. Any ideas? I attached the file -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administra

Re: [PHP] php and javascript

2001-02-20 Thread Simon Garner
From: "Carl Natale" <[EMAIL PROTECTED]> > I need some help passing a variable to a popup window. The following form > collects input from the user and stores it in the variable $summary. > > print ""; > $summary = "Hellow universe"; > print " "; > print " onClick=\"window.open('hint.php', 'remot

Re: [PHP] Problems with Mail

2001-02-20 Thread David Robley
On Sat, 17 Feb 2001 05:40, Chris Anderson wrote: > > I use the php mail function in this file, but it only sends the first > line of the text. Any ideas? I attached the file The mailing list stripped your attachment - perhaps you could paste it into your message? -- David Robley

[PHP] php and javascript

2001-02-20 Thread Carl Natale
I need some help passing a variable to a popup window. The following form collects input from the user and stores it in the variable $summary. "; $summary = "Hellow universe"; print " "; print ""; print ""; ?> When you click on the "Try This" button, hint.php opens up in another, smaller windo

Re: [PHP] Is it possible to use CyberCash w/o MCK?

2001-02-20 Thread jason cox
Ben, In order to use the Cybercash functions in php, you must have php installed with cybercash support. You can't compile php with cybercash support without the MCK. If your provider won't do it, you could always compile a PHP cgi binary with the cybercash extensions(or find a different provid

Re: [PHP] Navigation

2001-02-20 Thread Chris Lee
there are numerous posts on the list regarding this subject, I will give some code examples, I hope this helps. \n"; } echo " "; if ($pos_prev >= 0) echo " Back "; echo " Home "; if ( $pos_next < $product_count ) echo " Next "; echo " "; ?> simple, no complica

[PHP-CVS] cvs: php4 /main main.c php_ini.c

2001-02-20 Thread Hartmut Holzgraefe
hholzgraTue Feb 20 17:43:15 2001 EDT Modified files: /php4/main main.c php_ini.c Log: will now initialize dynamic extensions *after* static ones Index: php4/main/main.c diff -u php4/main/main.c:1.349 php4/main/main.c:1.350 --- php4/main/main.c:1.349

Re: [PHP] Where do i look up return status codes?

2001-02-20 Thread George Herson
Thanks, that's what i thought. The perl script is mine so it must be the perl interpreter kicking out the code. But I have the definitive perl "camel" book and it doesn't list any numeric codes. i'd ask a perl forum about where i can look up error codes but this time i solved the problem. It wa

[PHP] file permissions

2001-02-20 Thread Fredy Dobler
Hi there, I'm having difficulties, hoping I could get some help.. when I create a file on the local filesystem with fopen($filename) I cant unlink($filename) the same file. I got allways an error message, the scipt with uid 500 can not delete the file with uid 0. Is there a way to create the fil

[PHP] Is it possible to use CyberCash w/o MCK?

2001-02-20 Thread Ben Schumacher
Hello- Does anybody have any example code for using CyberCash w/o the Merchant Connection Kit? I'm trying to setup secure credit card transactions on my site using CyberCash, but my provider doesn't have & won't install the MCK (no PHP support for it either). I haven't tried installing the M

Re: [PHP] object/array with repeating values (WORKS)

2001-02-20 Thread Jared Howard
doff, I knew there had to be a simple answer. Works great, thanks. At 02:26 PM 2/21/01 +1300, Simon Garner wrote: >From: "Jared Howard" <[EMAIL PROTECTED]> > >> I'm make an object or an array from the results of a query to my MySQL >> database. The value returned is entered in s and any repeate

[PHP] object/array with repeating values

2001-02-20 Thread Jared Howard
I'm make an object or an array from the results of a query to my MySQL database. The value returned is entered in s and any repeated values are unwanted. Is there a way to remove them easily? eg. this?> I was thinking of creating an array before the while, then in the while add each "$r->t

Re: [PHP] object/array with repeating values

2001-02-20 Thread Simon Garner
From: "Jared Howard" <[EMAIL PROTECTED]> > I'm make an object or an array from the results of a query to my MySQL > database. The value returned is entered in s and any repeated > values are unwanted. Is there a way to remove them easily? > > eg. > > while ($r = mysql_fetch_object($qid)) {

[PHP] Navigation

2001-02-20 Thread Chris
Hi there, I'm having difficulties, hoping I could get some help.. I have two links, "Next" and "Previous". I want the Next button to load the next image, and previous for previous. I have the links setup like so: http://bla.com/bla.php?image=# where # is a number, starting with 1. I want fo

[PHP-CVS] cvs: php4 /ext/midgard config.m4

2001-02-20 Thread Emiliano Heyns
emile Tue Feb 20 16:57:28 2001 EDT Modified files: /php4/ext/midgard config.m4 Log: Source files explicitly include midgard/something.h Index: php4/ext/midgard/config.m4 diff -u php4/ext/midgard/config.m4:1.6 php4/ext/midgard/config.m4:1.7 --- php4/ext/m

Re: [PHP-CVS] cvs: php4 /ext/pcre config.m4

2001-02-20 Thread Jon Parise
On Tue, Feb 20, 2001 at 10:21:06PM -, Andrei Zmievski wrote: > Index: php4/ext/pcre/config.m4 > diff -u php4/ext/pcre/config.m4:1.20 php4/ext/pcre/config.m4:1.21 > --- php4/ext/pcre/config.m4:1.20 Mon May 1 21:01:15 2000 > +++ php4/ext/pcre/config.m4 Tue Feb 20 14:21:06 2001 > @@ -1,4

[PHP] set_error_handler()

2001-02-20 Thread Steve Meyers
I was thrilled to see the set_error_handler() functionality in PHP4, however we are having trouble implementing it because it cannot trap parse errors. Basically, we need to log any errors that occur to a MySQL database. In PHP3, we did this by hacking the source. Steve Meyers Build Manager MyC

Re: [PHP] Postgresql session handling

2001-02-20 Thread Bolt Thrower
"Richard Lynch" <[EMAIL PROTECTED]> wrote: > The writing of the session data occurs *after* the server-browser HTTP > connection is cut. > If you have any error-reporting happening in your session_write function, > you won't see it. > Alter that function to log errors to a file or something. It

[PHP-CVS] cvs: php4 /ext/midgard article.c mgd_article.h mgd_internal.h mgd_midgard.h mgd_page.h mgd_snippetdir.h mgd_style.h mgd_topic.h midgard.c page.c snippetdir.c style.c topic.c

2001-02-20 Thread David Guerizec
davidg Tue Feb 20 16:24:56 2001 EDT Removed files: /php4/ext/midgard mgd_midgard.h Modified files: /php4/ext/midgard article.c mgd_article.h mgd_internal.h mgd_page.h mgd_snippetdir.h mgd_style.h mgd_topic.h

[PHP-CVS] cvs: php4 /ext/midgard midgard.c

2001-02-20 Thread David Guerizec
davidg Tue Feb 20 16:29:34 2001 EDT Modified files: /php4/ext/midgard midgard.c Log: more explicit variable names. Index: php4/ext/midgard/midgard.c diff -u php4/ext/midgard/midgard.c:1.8 php4/ext/midgard/midgard.c:1.9 --- php4/ext/midgard/midgard.c:1.8

Re: [PHP] Where do i look up return status codes?

2001-02-20 Thread ..s.c.o.t.t.. [gts]
for system("perl test.pl", $retval); and exec("perl test.pl", $ary, $retval); the value of $retval is the value that the perl script "test.pl" returns, (not a perl status code). as someone else suggested, go and look for exit(126) statements (or just exit(), if exit returns the value of a variab

Re: FW: [PHP] httpd.conf question...

2001-02-20 Thread David Robley
On Wed, 21 Feb 2001 07:56, Brandon Orther wrote: > Hello, > > Is there a way to make an .htaccess file to make the server not time > out when uploading a file? > > Thank you, http://www.php.net/manual/en/configuration.php -- David Robley| WEBMASTER & Mail List Admin RES

php-general Digest 21 Feb 2001 00:10:25 -0000 Issue 524

2001-02-20 Thread php-general-digest-help
php-general Digest 21 Feb 2001 00:10:25 - Issue 524 Topics (messages 40732 through 40863): Re: Strange behaviour: Cannot exit as expected AND Script starts from the beginning, executed TWICE. Anyone? 40732 by: Ben Peter Re: HTTP Content-length... 40733 by: Ben Peter

Re: [PHP] How do I limit a file size?

2001-02-20 Thread David Robley
On Wed, 21 Feb 2001 10:17, Kenneth R Zink II wrote: > > I want to limit uploaded files to $250k. The incoming files should be > images, so I also want to limit the files to .gif or .jpg files. > > How would I go about doing this? > > Kenneth R Zink II Go to http://www.php.net/manual/en/features

[PHP] Does anyone have a link to ImageMagick's web site?

2001-02-20 Thread Brandon Orther
Hello, Does anyone have a link to ImageMagick's web site? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General Mailing L

[PHP] I am looking for an image library that can do blurs

2001-02-20 Thread Brandon Orther
Hello, I am looking for an Image Library that can blur text. Does anyone know of an image library that can work with php to make blured text? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webi

Re: [PHP] Function/method syntax limitations

2001-02-20 Thread Simon Garner
From: "James Moore" <[EMAIL PROTECTED]> > untested but.. > > > $foo = ${$test->blah()}[0]; > > > // Similarly for objects, cannot do: > > $foo = $test->childTest()->blah(); > > $foo = ${$test->childTest()}->blah(); > Nope, I tried that :) > > // Instead have to do: > > $temp = $test->childTe

Re: [PHP] Help me! What is wrong?

2001-02-20 Thread Simon Garner
From: "Ana Carolina Blanco Abascal" <[EMAIL PROTECTED]> > Help!!! Every thing seems to work ok but I just can't make apache > recognize php3 files > I check that mod_php3.c is load with /usr/local/apache/bin/httpd -l > This is what my httpd.conf file has > > L

[PHP] Novell LDAP and PHP?

2001-02-20 Thread Patrick Brown
Has anyone done any LDAP work with Novell's LDAPv3 server? --Pat -- PHP General 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]

[PHP-CVS] cvs: php4 /ext/midgard midgard.c

2001-02-20 Thread Emiliano Heyns
emile Tue Feb 20 15:54:07 2001 EDT Modified files: /php4/ext/midgard midgard.c Log: Argh, that's what init_globals does. Sorry, on auto-pilot fixing things in both midgard-php3 and midgard-php4 Index: php4/ext/midgard/midgard.c diff -u php4/ext/midgard

Re: [PHP] how to urlencode array data for PostToHost ?

2001-02-20 Thread Sergiy Zhenochin
Serialize and unserialize is good when CGI script expects serialized data. I am looking to the way to POST to somebody's CGI-script that doesn't expect any PHP tricks, but data from . Is it possible to fake this data somehow from PHP? Richard Lynch wrote: > No. > You can http://php.net

Re: [PHP] Does anyone have a link to ImageMagick's web site?

2001-02-20 Thread Simon Garner
From: "Brandon Orther" <[EMAIL PROTECTED]> > Hello, > > Does anyone have a link to ImageMagick's web site? > > Thank you, > > > Brandon Orther > WebIntellects Design/Development Manager > [EMAIL PROTECTED] > 800-994-6364 > www.webintellects.com > --

[PHP] How do I limit a file size?

2001-02-20 Thread Kenneth R Zink II
I want to limit uploaded files to $250k. The incoming files should be images, so I also want to limit the files to .gif or .jpg files. How would I go about doing this? Kenneth R Zink II [EMAIL PROTECTED]ICQ# 5095094 '87 2.8L TBI GMC S-15 Ext. Cab (Hurricane) ...524 in the works !!! h

Re: [PHP] How to delete session variables

2001-02-20 Thread James, Yz
I thought that session variables (unless set to cookie as well) WERE destroyed at the end of a session? As in when the user closes the browser? Hrms. Maybe not. Anyway, don't know about when the window is closed, but you could have a log-out page that uses session_destroy(); James. > I woul

RE: [PHP] Function/method syntax limitations

2001-02-20 Thread James Moore
untested but.. > $foo = ${$test->blah()}[0]; > // Similarly for objects, cannot do: > $foo = $test->childTest()->blah(); $foo = ${$test->childTest()}->blah(); > // Instead have to do: > $temp = $test->childTest(); > $foo = $temp->blah(); Might work.. never had need to test it and cant be both

[PHP-CVS] cvs: php4 /ext/midgard midgard.c

2001-02-20 Thread Emiliano Heyns
emile Tue Feb 20 15:35:35 2001 EDT Modified files: /php4/ext/midgard midgard.c Log: Initialize globals to NULL at module init Index: php4/ext/midgard/midgard.c diff -u php4/ext/midgard/midgard.c:1.5 php4/ext/midgard/midgard.c:1.6 --- php4/ext/midgard/mid

[PHP] Function/method syntax limitations

2001-02-20 Thread Simon Garner
I posted this to the Manual notes the other day, but I thought I'd repost it here for discussion. :) It seems there is no way to access the return value of a method (or any function) inline, without assigning it to a variable. For example: class Test { function blah () { ret

FW: [PHP] SNMP question

2001-02-20 Thread Michael Geier
I am attempting to compile PHP with Net-SNMP package from Sourceforge (ucd-snmp-4.2.i386.rh6.2.tar.gz). I also tried installing from the source tar ball (ucd-snmp-4.2.tar.gz) configure and make/make install work fine. starting apache returns: Cannot load /usr/local/apache/libexec/libphp

Re: [PHP] Help me! What is wrong?

2001-02-20 Thread Ana Carolina Blanco Abascal
I just don't get it, It is loading mod_php.c, I allready change that I put the AddModule without a . I can use php code inside of html file but I can't load php3 files. Any ideas "Hoover, Josh" wrote: > I think this might be a problem... > > > AddModule mod_php3.c > > > Shoul

[PHP-CVS] cvs: php4 /pear DB.php

2001-02-20 Thread Stig Bakken
ssb Tue Feb 20 15:00:09 2001 EDT Modified files: /php4/pear DB.php Log: * allow empty passwords in dsn (for example "mysql://user:@database") Index: php4/pear/DB.php diff -u php4/pear/DB.php:1.48 php4/pear/DB.php:1.49 --- php4/pear/DB.php:1.48 Fri

[PHP] Simple Fail-Safe E-Business Opportunity!

2001-02-20 Thread dbcarolina
Does a "Self-Run" Business interest you? CASH IN on a virtual Money Machine! Let the World's First Online Recruiter help build your group! FREE Marketing Tools (Self-Replicating Web Pages, Autoresponders, Fax-On-Demand, ...) bring you the EASIEST plan to achieve wealth. Tap into the speed/power

Re: [PHP] how to urlencode array data for PostToHost ?

2001-02-20 Thread Richard Lynch
No. You can http://php.net/serialize and http://php.net/unserialize it, or you can loop through and URLEncode each element in a different INPUT TYPE=HIDDEN element. -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunt

Re: [PHP] system() PHP newbie!!

2001-02-20 Thread Richard Lynch
I believe you can only get system() to work in PHP4 by running PHP4 as a CGI rather than ISAPI/Module. -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Or

Re: [PHP] reports in the EPSON LX-810 Printer

2001-02-20 Thread Richard Lynch
> I'm having problems with my printer. I'm generating fiscal documents > in PHP and I have to print this documents in a 9 pin printer. The > printer doesn't print in bi-direcional mode. If I print in MS-DOS mode > the printer prints in bi-direcional. > Exists a way to print, in client's si

Re: [PHP] Postgresql session handling

2001-02-20 Thread Richard Lynch
The writing of the session data occurs *after* the server-browser HTTP connection is cut. If you have any error-reporting happening in your session_write function, you won't see it. Alter that function to log errors to a file or something. -- Visit the Zend Store at http://www.zend.com/store/ W

Re: [PHP] Can you make a file empty?

2001-02-20 Thread Richard Lynch
> I am trying to delete all text in a file. > $yourfile = "file.txt"; > $fp = fopen($yourfile,w) > "is there any good code to put in here?" > fclose($fp); You should check that $fp is valid. if (!$fp){ echo "Unable to empty $yourfile\n"; } But pretty much, the fopen($yourfile, '

Re: [PHP] Get name of current function

2001-02-20 Thread Richard Lynch
I don't think you can do that yet. -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Original Message - From: "Ide, Jim" <[EMAIL PROTECTED]> Newsgrou

Re: [PHP] sending variables

2001-02-20 Thread Richard Lynch
Check your global_vars with Change it in the php.ini displayed there if it's off. -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Original Message ---

Re: [PHP] listing files and directories...

2001-02-20 Thread Richard Lynch
You can use http://php.net/fstat to get more info about the files you see from dir/read and http://php.net/sort to sort them. You could use http://php.net/exec("ls -als", $results, $error) to get files sorted. -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Music?

Re: [PHP] Is it possible to use CyberCash w/o MCK?

2001-02-20 Thread Richard Lynch
I think CyberCash without MCK is, like, "No."... There are alternatives to CyberCash, though... ccnow is one. VeriSign? Verio? Verisomething is another. -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a litt

Re: [PHP] PHP has encountered an Access Violation at 10014D15

2001-02-20 Thread Richard Lynch
> PHP has encountered an Access Violation at 10014D15 > > What the crap does that mean? PHP and/or one of its extensions and/or some other software running on your machine has put the wrong data in the wrong place in RAM and PHP is detecting that condition and stopping. Check http://bugs.php.net

Re: [PHP] High and Low ASCII characters

2001-02-20 Thread Richard Lynch
ereg-replace and/or preg-replace should be able to do this much easier... Not sure how to represent characters by Hex value in Regex though... http://php.net/ereg_replace -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.h

RE: [PHP] Terrible Hosting Experience

2001-02-20 Thread Brian V Bonini
Hmmm, last I heard they were using an OC-3 circuit, that's not too impressive. lots of those floating around. We've been running on an OC-48 for some time now > -Original Message- > From: Krznaric Michael [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 20, 2001 5:56 PM >

Re: [PHP] PHP vs. FreeTDS

2001-02-20 Thread Scott Fletcher
I can't user mssql_connect, I'm using odbc_connect! Most of the websites for my company use odbc_connect. Because we sometime move the website from unix to windows and back. So, it is more reliable that way. Scott "Michael Kimsal" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:

RE: [PHP] Terrible Hosting Experience

2001-02-20 Thread Krznaric Michael
I was about to buy a server from Alabanza. Am I ever glad I didn't. The only thing impressive about them is their connection. And for all I know they could be lying about that, as well. Mike -Original Message- From: Thomas Deliduka [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20

RE: [PHP] Help me! What is wrong?

2001-02-20 Thread Hoover, Josh
I think this might be a problem... AddModule mod_php3.c Shouldn't the be say PHP3 rather than SSL? Josh Hoover KnowledgeStorm, Inc. Searching for a new IT solution for your company? Need to improve your product marketing? Visit KnowledgeStorm at www.knowledgestorm.com to lear

[PHP] Cache Problem

2001-02-20 Thread Peter Houchin
Hiya, I have a question with reguard to Cache At the moment I'm using but when i go view the page in NN all the data comes up but if say i wanted to print the data it prints a page saying "Data Missing" .. this document resulted from a POST operation and has expired from cache..." and I don

[PHP] Help me! What is wrong?

2001-02-20 Thread Ana Carolina Blanco Abascal
Help!!! Every thing seems to work ok but I just can't make apache recognize php3 files I check that mod_php3.c is load with /usr/local/apache/bin/httpd -l This is what my httpd.conf file has LoadModulephp3_modulelibexec/libphp3.so

Re: [PHP] PHP SSI

2001-02-20 Thread Simon Garner
From: "Brandon Orther" <[EMAIL PROTECTED]> > Hello, > > I am writing a banner rotation script and want to use Server Side include. > When I try to include from any server other than the one that php script is > on I get an error, > > Error: [an error occurred while processing this directive] > >

[PHP] PHP SSI

2001-02-20 Thread Brandon Orther
Hello, I am writing a banner rotation script and want to use Server Side include. When I try to include from any server other than the one that php script is on I get an error, Error: [an error occurred while processing this directive] Any Ideas? Thank you, --

[PHP-CVS] cvs: php4 /ext/com COM.c

2001-02-20 Thread Zeev Suraski
zeevTue Feb 20 14:32:28 2001 EDT Modified files: /php4/ext/com COM.c Log: Fix Win32 build Index: php4/ext/com/COM.c diff -u php4/ext/com/COM.c:1.4 php4/ext/com/COM.c:1.5 --- php4/ext/com/COM.c:1.4 Sun Feb 18 08:49:05 2001 +++ php4/ext/com/COM.

[PHP] CGI BIN PHP

2001-02-20 Thread cguilette
I'm sorry for asking this question but I've pulled my hair out looking for an answer and I can't seem to find oneHere's my situation...my host has php 3.0.9 installed as an apache module and php4.0.3.pl1 setup as a cgi binobviously i want to use 4 because I need to do a lot of work wit

[PHP] Getting LDAP attribute values

2001-02-20 Thread Patrick Brown
I'm trying to read some LDAP entries from a Novell LDAPv3 server on NetWare 5.1. Here's a piece of my code. $base = "ou=Corp, o=PMX"; $filter = "sn=*"; $attrib = array("lastLoginTime", "sn", "mail", "telephoneNumber", "homeDirectory"); // Search surname entry $sr=ldap_search($ds, $base, $filte

  1   2   3   >