[PHP] PHP manual - multiple HTML pages

2003-10-20 Thread wim
Does anyone still have the tarfile for the manual. On the website they announce that these manuals will be redeployed shortly but this message is already three weeks there and I need this (as always ) urgently. Thanx in advance for sending it . Wim -- PHP General Mailing List

Re: [PHP] PHP within Frames

2003-10-20 Thread KB
OK...more specific... I'm running Windows XP Professional with PHP and MySQL and IE6 What doesn't work: Anything inside the PHP parameters when running in a Frames environment. Someone mentioned that I might not have the testing server set up correctly and it may be running locally. Bit of a

[PHP] Re: What Is Scalability?

2003-10-20 Thread Alexandru COSTIN
Hi, I think that software scalability is the measure on how an application could accomodate a large number of simultaneous users without requiring internal architecture refactoring. It's not about speed, it's not about technology, it's about architecture. I also think that maintenance

Re: [PHP] PHP within Frames

2003-10-20 Thread David T-G
Kevin -- ...and then KB said... % % OK...more specific... % % I'm running Windows XP Professional with PHP and MySQL and IE6 OK. Two out of four ain't bad :-) % % What doesn't work: Anything inside the PHP parameters when running in a % Frames environment. Hmmm... I appreciate your

Re: [PHP] partial match on array_search?

2003-10-20 Thread Burhan Khalid
Ian Truelsen wrote: I am trying to parse out a file using an array. I load each line into a separate key in the array and then do transforms on the individual lines. What I am looking to do is to test each for a keyword so that I can know which entry contains the data that I need and can get the

RE: [PHP] DB's on seperate server

2003-10-20 Thread BENARD Jean-philippe
Hi, With Oracle I'm sure the answer is YES. Once compiled, PHP needs Oracle libs in order to use OCI. I don't know exactly which libs but I think there's somewhere a list of all needed libs which you could copy on your web server. Cordialement, Jean-Philippe BENARD Consultant STERIA

[PHP] $PHP_SELF

2003-10-20 Thread Boris Sagadin
I'm having problems with $PHP_SELF variable. Mostly it works, other times (about 10% of tries) it's just empty. Is this a known issue with Apache 2? If I use $_SERVER['PHP_SELF'], it always works fine, but still I'd like to know if this is a common bug or there's something wrong with my

[PHP] Pictures stored in database and IE

2003-10-20 Thread Hanuska Ivo
Hi everyone, The pitfall I am trying to solve is confusing and to be honest I have not as much experience with http to solve it right now. My application is quite straightforward. Its purpouse is to load image off the MySQL and send it to client to render it. I have php script, which reads

RE: [PHP] sorting

2003-10-20 Thread Ford, Mike [LSS]
On 18 October 2003 10:10, Wang Feng wrote: I can't uderstand why the number 18 is stored in the $third rather than $first. I tried to change the 18 to 18, that is, change it from a decimal number to a string and by that way, 18 is stored in the $first, which is what I expected. But why

RE: [PHP] best way to use session vars?

2003-10-20 Thread Ford, Mike [LSS]
On 19 October 2003 13:00, David T-G wrote: It seems to me that for a fast fix I could set $pw and other vars in my include file in place of registering them and then, later, take my time to correctly switch over to $_POST['pw'] and $_SESSION['pw'] everywhere. Does that sound like a good

Re: [PHP] sorting

2003-10-20 Thread Wang Feng
Mike, So, in PHP, when a string is converted to a number to compare with the other decimal input, the compiler doesn't look at the ascii set table *at all*? Instead, it simply convert the string to 0? cheers, feng - Original Message - From: Ford, Mike [LSS] [EMAIL PROTECTED] To:

RE: [PHP] sorting

2003-10-20 Thread Ford, Mike [LSS]
On 20 October 2003 13:36, Wang Feng wrote: Mike, So, in PHP, when a string is converted to a number to compare with the other decimal input, the compiler doesn't look at the ascii set table *at all*? Instead, it simply convert the string to 0? Yes, if it doesn't start with a valid string

Re: [PHP] best way to use session vars?

2003-10-20 Thread David T-G
Mike, et al -- ...and then Ford, Mike [LSS] said... % % On 19 October 2003 13:00, David T-G wrote: % % It seems to me that for a fast fix I could set $pw ... % my code back up and running the soonest? % % Yes. There's even a PHP function to help with this quick-and-dirty

[PHP] Re: addslashes() vs. magic_quotes_gpc

2003-10-20 Thread Jon Kriek
Compare mysql_escape_string() to addslashes() http://www.php.net/mysql_escape_string -- Jon Kriek http://phpfreaks.com Jake McHenry [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] If you have magic_quotes_gpc = On in your php.ini file, which it is by default, does one still need to

[PHP] Re: $PHP_SELF

2003-10-20 Thread Jon Kriek
This is expected behavior, always use the $_SERVER or $_ENV superglobal arrays. -- Jon Kriek http://phpfreaks.com Boris Sagadin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm having problems with $PHP_SELF variable. Mostly it works, other times (about 10% of tries) it's just

Re: [PHP] Re: (ANNOUNCE) codeSECURE 1.0 released - - Protecting PHP code

2003-10-20 Thread John Black
Hey again David, % Hey, that's a nice offer. % Thanks, we aim to please :-) this offer is open to _anybody_ on the list, % but please send us one file at time to example encode and not more. Oops. Sorry. I figured you'd need both to have them work together. Perhaps not; perhaps only the core

Re: [PHP] Re: Using two XSLT stylesheets

2003-10-20 Thread Raditha Dissanayake
Hi, Catching up with my list mails. As Ray has pointed out you can only do one transformation with one instance. That's because the underline parsers are good for one transformation only. Maybe if you would post your xml and xsl we could give it a shot. BTW: OT: if you are ok with perl, doing

RE: [PHP] sorting

2003-10-20 Thread Ford, Mike [LSS]
On 20 October 2003 13:53, Ford, Mike [LSS] wrote: Yes, if it doesn't start with a valid string representation of a string -- see Oops -- string representation of a *number*, of course... ;) Cheers! Mike - Mike Ford,

php-general Digest 20 Oct 2003 14:13:49 -0000 Issue 2366

2003-10-20 Thread php-general-digest-help
php-general Digest 20 Oct 2003 14:13:49 - Issue 2366 Topics (messages 166721 through 166750): Re: Session hijacking 166721 by: daniel.electroteque.org 166722 by: Chris Shiflett 166723 by: John W. Holmes 166724 by: Chris Shiflett 166725 by: Radek

[PHP] N/A

2003-10-20 Thread Peter Flachbart
I'm trying to use this function to outpot the content of a file that I change time to time so I'd like to see the added text into file to appear in the browser window. Could you help me? (stream_select doesn't work???) ? $fh = fopen('debug.txt','r+'); stream_set_blocking($fh ,true);

Re: [PHP] Re: $PHP_SELF

2003-10-20 Thread David Otton
On Mon, 20 Oct 2003 09:11:37 -0400, you wrote: Boris Sagadin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm having problems with $PHP_SELF variable. Mostly it works, other times (about 10% of tries) it's just empty. Is this a known issue with Apache 2? If I use

Re: [PHP] N/A

2003-10-20 Thread Marco Tabini
Hey Peter-- If the file is always local and you're using a relatively recent version of PHP, you can use file_get_contents instead: http://ca.php.net/file_get_contents Cheers, Marco -- php|architect -- The magazine for PHP professionals Try us free at http://www.phparch.com Searchable PHP

Re: [PHP] Re: $PHP_SELF

2003-10-20 Thread Curt Zirzow
* Thus wrote David Otton ([EMAIL PROTECTED]): On Mon, 20 Oct 2003 09:11:37 -0400, you wrote: Boris Sagadin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm having problems with $PHP_SELF variable. Mostly it works, other times (about 10% of tries) it's just empty. Is this a

Re: [PHP] Re: $PHP_SELF

2003-10-20 Thread Jon Kriek
No, you seem to be misunderstanding the point. http://www.php.net/manual/en/reserved.variables.php#reserved.variables.server David Otton [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Mon, 20 Oct 2003 09:11:37 -0400, you wrote: Boris Sagadin [EMAIL PROTECTED] wrote in message

[PHP] [cli] ^D

2003-10-20 Thread Decapode Azur
hi all, Is there a way, for a cli script, to detect Ctrl_D or Ctrl_Z ? My cli php script runs a loop while(1) and I would like to find a way to stop it from a user action. (Waiting a better solution I've made: if(file_exists('./stop')) and type the command stop to stop the script. I can not use

[PHP] Calling object variables is untidy and lengthy - any other ideas?

2003-10-20 Thread chris . neale
Here's the problem. I have a php script which generates a Year-on-Year change graph, works fine, does the job. I want to turn it into an object. Unfortunately I have to rename all references to variables in the object to $this-width for example. Is there a way I can just refer to them as before.

[PHP] Re: What Is Scalability?

2003-10-20 Thread rush
Chris Shiflett [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] How do you define scalability? What factors do you consider when you declare whether a particular technology is scalable? Do you think PHP is scalable? Does Yahoo? Well, from I think that your approach is interesting,

Re: [PHP] Re: $PHP_SELF

2003-10-20 Thread David Otton
On Mon, 20 Oct 2003 14:36:33 +, you wrote: I believe the issue is where exactly is $PHP_SELF being used. $PHP_SELF isn't available inside a function, without global'ing it but $_SESSION is available all the time. Then I would expect an E_NOTICE (though the default error reporting level is

Re: [PHP] PHP manual - multiple HTML pages

2003-10-20 Thread John Nichel
wim wrote: Does anyone still have the tarfile for the manual. On the website they announce that these manuals will be redeployed shortly but this message is already three weeks there and I need this (as always ) urgently. Thanx in advance for sending it . Wim Best I have is a copy that was

Re: [PHP] [cli] ^D

2003-10-20 Thread Marek Kilimajer
Take a look at pcntl functions, namely pcntl_signal. But this extension is not enabled by default. Decapode Azur wrote: hi all, Is there a way, for a cli script, to detect Ctrl_D or Ctrl_Z ? My cli php script runs a loop while(1) and I would like to find a way to stop it from a user action.

[PHP] Data modelling software

2003-10-20 Thread Hardik Doshi
Hi Group, Can anyone tell me which data modelling software is good for the mysql database? Thanks Hardik __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PHP manual - multiple HTML pages

2003-10-20 Thread Chris Boget
Does anyone still have the tarfile for the manual. On the website they announce that these manuals will be redeployed shortly but this message is already three weeks there and I need this (as always ) urgently. Thanx in advance for sending it . Best I have is a copy that was last

Re: [PHP] Data modelling software

2003-10-20 Thread CPT John W. Holmes
From: Hardik Doshi [EMAIL PROTECTED] Can anyone tell me which data modelling software is good for the mysql database? I'm sure you're using PHP to access MySQL, but this question has nothing to do with PHP and should be asked on a MySQL website/list or you should research what Google has to

Re: [PHP] Calling object variables is untidy and lengthy - any other ideas?

2003-10-20 Thread Tom Rogers
Hi, Tuesday, October 21, 2003, 1:46:14 AM, you wrote: cnscu Here's the problem. I have a php script which generates a Year-on-Year cnscu change graph, works fine, does the job. I want to turn it into an object. cnscu Unfortunately I have to rename all references to variables in the object to

[PHP] Is anybody else getting these??

2003-10-20 Thread John Nichel
Does [EMAIL PROTECTED] need to be removed from the list, or is it just me? Original Message Subject: Returned mail: see transcript for details (Re: [PHP] PHP manual - multiple HTML pages) Date: 20 Oct 03 1459 GMT From: Mailer Daemon [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: [PHP] Data modelling software

2003-10-20 Thread John Nichel
CPT John W. Holmes wrote: snip If I had any recommendations, I'd offer them, but I don't. :) ---John Holmes... Who let this guy in the list??? He never knows the answer. : -- By-Tor.com It's all about the Rush http://www.by-tor.com -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: Is anybody else getting these??

2003-10-20 Thread Jon Kriek
The amount of spam and returned mail in the last few days is horrible. -- Jon Kriek http://phpfreaks.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Is anybody else getting these??

2003-10-20 Thread David T-G
John, et al -- ...and then John Nichel said... % % Does [EMAIL PROTECTED] need to be removed from the list, or is it % just me? I get nothing from Maurice, but Fabio Farinelli keeps sending me a note whenever I post. HTH HAND :-D -- David T-G * There is too much

Re: [PHP] Calling object variables is untidy and lengthy - any other ideas?

2003-10-20 Thread Robert Cummings
On Mon, 2003-10-20 at 11:46, [EMAIL PROTECTED] wrote: Here's the problem. I have a php script which generates a Year-on-Year change graph, works fine, does the job. I want to turn it into an object. Unfortunately I have to rename all references to variables in the object to $this-width for

Re: [PHP] Is anybody else getting these??

2003-10-20 Thread John Nichel
David T-G wrote: John, et al -- ...and then John Nichel said... % % Does [EMAIL PROTECTED] need to be removed from the list, or is it % just me? I get nothing from Maurice, but Fabio Farinelli keeps sending me a note whenever I post. HTH HAND :-D I recently moved my webserver / mailserver

Re: [PHP] Is anybody else getting these??

2003-10-20 Thread Jon Kriek
Fabio Farinelli keeps sending me a note whenever I post. Indeed, same here. -- Jon Kriek http://phpfreaks.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: (ANNOUNCE) codeSECURE 1.0 released - - Protecting PHP code

2003-10-20 Thread David T-G
John, et al -- ...and then John Black said... % % Hey again David, Hi! % % Oops. Sorry. I figured you'd need both to have them work together. ... % % Not a problem, I really didn't mind but was just safeguarding myself from % extra work...:-) like if someone sent me 200 files :-D % I

[PHP] Re: $PHP_SELF

2003-10-20 Thread Boris Sagadin
Curt, Monday, October 20, 2003, 4:36:33 PM, you wrote: I believe the issue is where exactly is $PHP_SELF being used. $PHP_SELF isn't available inside a function, without global'ing it but $_SESSION is available all the time. Yes, but the problem in my case is that it works most of, but not

Re: [PHP] Re: $PHP_SELF

2003-10-20 Thread CPT John W. Holmes
From: Boris Sagadin [EMAIL PROTECTED] I believe the issue is where exactly is $PHP_SELF being used. $PHP_SELF isn't available inside a function, without global'ing it but $_SESSION is available all the time. Yes, but the problem in my case is that it works most of, but not all the time,

Re: [PHP] $PHP_SELF

2003-10-20 Thread Eugene Lee
On Mon, Oct 20, 2003 at 01:23:29PM +0200, Boris Sagadin wrote: : : I'm having problems with $PHP_SELF variable. Mostly it works, other : times (about 10% of tries) it's just empty. Is this a known issue with : Apache 2? If I use $_SERVER['PHP_SELF'], it always works fine, but : still I'd like to

RE: [PHP] strange MySQL result problem

2003-10-20 Thread Chris W. Parker
Marek Kilimajer mailto:[EMAIL PROTECTED] on Friday, October 17, 2003 5:29 PM said: Is your query correct? Yes. function query($sql, $current_line) { [snip] } I tried your mod and I still saw the error, but your mod did not trigger any output. Chris. -- Don't like reformatting your

Re: [PHP] Re: $PHP_SELF

2003-10-20 Thread David Otton
On Mon, 20 Oct 2003 10:40:23 -0400, you wrote: No, you seem to be misunderstanding the point. http://www.php.net/manual/en/reserved.variables.php#reserved.variables.server Ok, there's nigh-on 30k of text on that page. I have /no/ idea what you're referring to. However, I did find this: If the

[PHP] File Upload problem

2003-10-20 Thread Grant Rutherford
Hi there, I'm trying to get a file upload to work with PHP. The file I'm attempting to upload is a 742kB pdf file, but this will have to work for files up to 50Mb of all types eventually. The following test pages work fine if the receiving page (testdone) is saved with an html extension, but

[PHP] Substitution Operator

2003-10-20 Thread Nigel Peck - MIS Web Design
Hi, I'm looking for the PHP equivalent to the Perl: $var =~ s/regex/string/g Substitute all occurrences of regex in $var with string. TIA Nigel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: File Upload problem

2003-10-20 Thread pete M
It might be the script timing out - defaults to 20 seconds check set_time_limit() regards pete Grant Rutherford wrote: Hi there, I'm trying to get a file upload to work with PHP. The file I'm attempting to upload is a 742kB pdf file, but this will have to work for files up to 50Mb of all

Re: [PHP] Substitution Operator

2003-10-20 Thread John Nichel
Nigel Peck - MIS Web Design wrote: Hi, I'm looking for the PHP equivalent to the Perl: $var =~ s/regex/string/g Substitute all occurrences of regex in $var with string. TIA Nigel The online manual is a real good place to start. http://us4.php.net/preg_replace -- By-Tor.com It's all about

RE: [PHP] Substitution Operator

2003-10-20 Thread Nigel Peck - MIS Web Design
Thanks, tried searching for substitution and similar but couldn't find it. should have looked for replace :) Cheers, Nigel -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: 20 October 2003 18:18 To: Nigel Peck - MIS Web Design Cc: [EMAIL PROTECTED] Subject: Re:

Re: [PHP] Data modelling software

2003-10-20 Thread Adrian Esteban Madrid
http://www.fabforce.net/dbdesigner4/ Hardik Doshi wrote: Hi Group, Can anyone tell me which data modelling software is good for the mysql database? Thanks Hardik __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com

RE: [PHP] PHP within Frames

2003-10-20 Thread Daryl Meese
Ok, this is just a guess but, it is based on experience. Lets say you have the frames page (frames.php), it has two frames show_a.php and show_b.php, the code for each is simple print $a and print $b respectively. If frames.php?a=hellob=world is called and the frame sources are set to show_a.php

Re: [PHP] Re: File Upload problem

2003-10-20 Thread Grant Rutherford
No, I'm afraid that the results are nearly instantaneous. If it timed out, there should be a corresponding delay before I got the error message. Thanks, Grant pete M wrote: It might be the script timing out - defaults to 20 seconds check set_time_limit() regards pete -- Grant Rutherford

Re: [PHP] Is anybody else getting these??

2003-10-20 Thread Nicholas Robinson
I'm feeling left out, I'm not getting any of these. Haven't done since I blocked Hanmir. On Monday 20 Oct 2003 4:11 pm, John Nichel wrote: Does [EMAIL PROTECTED] need to be removed from the list, or is it just me? Original Message Subject: Returned mail: see transcript for

[PHP] filesize() error - Can anyone help?

2003-10-20 Thread Jacques Roux
Dear All I am getting the following error message when I open some of the page on my Web Site. What could the problem be and how can I correct it? Warning: filesize() [function.filesize]: Stat failed for ./admin/dbimages/tblProjects/image/776 (errno=2 - No such file or directory) in

Re: [PHP] Re: (ANNOUNCE) codeSECURE 1.0 released - - Protecting PHP code

2003-10-20 Thread John Black
Hey David, % We sell our software with 2 keys, one key looks something like this oÜ??X? % % (this changes according to the password you set when you are encoding) Right. % and the other key is just a normal php script (encoded of course) You mean obfuscated and garbled? OK, but I don't see

[PHP] A web site interface preference tutorial

2003-10-20 Thread Colin Kettenacker
Hey gang, A couple of years ago (back when I first started to learn PHP) I came up with some code that allows users to choose a interface style and color when viewing a web site. I want to post the code as a tutorial for others because I was never able to find a good resource on the subject. To

Re: [PHP] Re: (ANNOUNCE) codeSECURE 1.0 released - - Protecting PHP code

2003-10-20 Thread David T-G
John, et al -- 1) No screen shot (tee hee). 2) I'm going to just have to accept that the garbage will run just fine since I'm not getting my head around it and you haven't offerred a key. Maybe it's like obnoxious hex codes for IPs in spam emails and it really is runnable directly by the web

Re: [PHP] $PHP_SELF

2003-10-20 Thread Nathan Taylor
$PHP_SELF is a variable that is a variable that has limited scope and as a rule of thumb should never be used. It is a very sloppy way to code. I advise you stick to $_SERVER['PHP_SELF']. - Original Message - From: Boris Sagadin To: [EMAIL PROTECTED] Sent: Monday, October 20,

Re: [PHP] filesize() error - Can anyone help?

2003-10-20 Thread R'twick Niceorgaw
Hi, Jacques Roux said the following on 10/17/2003 10:55 AM Dear All I am getting the following error message when I open some of the page on my Web Site. What could the problem be and how can I correct it? Warning: filesize() [function.filesize]: Stat failed for

[PHP] Multidimensional Arrays

2003-10-20 Thread Ed Curtis
I'm trying to submit multiple values to a variable within an option tag by using a value such as value=this,that There are multiple select statements on this form each counting up from 1 using $count and $listings as such. ? $count = 1; $listings = 3 while ($count = $listings) {?

[PHP] cache control with javascript

2003-10-20 Thread Joshua Minnie
Does anybody know how I can make force a javascript file (written in PHP) to be cached if the user agent allows it? Here is the situation: I am creating a dropdown menu system that contains a customer list, loaded from a database. This list is written to the javascript file for the menu. The

Re: [PHP] File Upload problem

2003-10-20 Thread Grant Rutherford
I've tried a few more things, still with no success. Increasing post_max_size and upload_max_filesize to 100M doesn't fix the problem. Turning error logging on doesn't seem to catch any errors. Is it possible that this is a problem with apache, and if so how should I go about fixing it?

[PHP] Re: php|cruise - do unto others...

2003-10-20 Thread Jon Kriek
Done ;) Happy sailing John! -- Jon Kriek http://phpfreaks.com Becoming Digital [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Anyone who's been on these lists for a few days is already familiar with CPT John W. Holmes. He's probably helped each and every one of us more times than

RE: [PHP] Multidimensional Arrays

2003-10-20 Thread Chris W. Parker
Ed Curtis mailto:[EMAIL PROTECTED] on Monday, October 20, 2003 11:39 AM said: What I'd like to do is break this into a multidimensional array so I have approximately the following depending on what they choose for each example. [snip] I tried the following with no luck.

RE: [PHP] A web site interface preference tutorial

2003-10-20 Thread Chris W. Parker
Colin Kettenacker mailto:[EMAIL PROTECTED] on Monday, October 20, 2003 11:06 AM said: Any feedback/tips/hints/improvements to the code is appreciated. I will hopefully have my company web site http://www.cube-o.com/ finished within the next month (Nov) with the full tutorial on it. You

[PHP] Re: php|cruise - do unto others...

2003-10-20 Thread Jon Kriek
Done ;) Happy sailing John! -- Jon Kriek http://phpfreaks.com Becoming Digital [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Anyone who's been on these lists for a few days is already familiar with CPT John W. Holmes. He's probably helped each and every one of us more times than

RE: [PHP] File Upload problem

2003-10-20 Thread Jay Blanchard
[snip] I've tried a few more things, still with no success. Increasing post_max_size and upload_max_filesize to 100M doesn't fix the problem. Turning error logging on doesn't seem to catch any errors. Is it possible that this is a problem with apache, and if so how should I go about

[PHP] Weird Apache/php/windows problem

2003-10-20 Thread Gary
Hello all, I have been using php as a module on apache 1.3xx windows for a long time. My computer was recently stolen and I had to build a new on. On the new one I did the usual install of Apache ,php,mysql now When I try to start Apache i get the can not load php4apache.dll into server. A

[PHP] Re: php|cruise - do unto others...

2003-10-20 Thread Ryan A
Hey, Sending John on a cruise is a fantastic idea, if we pay a bit more can we keep his sarcastic ass there??? Hehe, just kidding, the dude has helped me (and a whole lot of others) a lot...its payback time. I am not a rich guy and not based in the states, so my one and only little question is:

RE: [PHP] Weird Apache/php/windows problem

2003-10-20 Thread Lai, Kenny
i'm new to php, but from what i can see.. you need to add the DDL that resides in your PHP directory.. LoadModule php4_module c:/php/sapi/php4apache.dll or LoadModule php4_module c:/php/sapi/php4apache2.dll for apache 2.x regards, kenny -Original Message- From: Gary

Re: [PHP] Re: php|cruise - do unto others...

2003-10-20 Thread Didier McGillis
I cant attach my loose change to my email :( From: Ryan A [EMAIL PROTECTED] Reply-To: Ryan A [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: [PHP] Re: php|cruise - do unto others... Date: Mon, 20 Oct 2003 21:29:53 +0200 Hey, Sending John on a cruise is a fantastic idea, if

Re: [PHP] Weird Apache/php/windows problem

2003-10-20 Thread Nemesis
Lai, Kenny wrote: i'm new to php, but from what i can see.. you need to add the DDL that resides in your PHP directory.. LoadModule php4_module c:/php/sapi/php4apache.dll or LoadModule php4_module c:/php/sapi/php4apache2.dll for apache 2.x regards, kenny Tried that already. I have never

[PHP] Re: String to Array or Hash Table

2003-10-20 Thread Manuel Vázquez Acosta
Try: parse_str($theStr, $assocArray); Manu. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] File Upload problem

2003-10-20 Thread Grant Rutherford
Hi there, I'm running PHP version 4.2.2 I included all of my code in my origional post. If you would like it reposted, I can do that. I retried it with exactly the same code as the manual has in the file uploads section (cut and paste). I'm merely trying to get the upload to work, I'm not

Re: [PHP] Weird Apache/php/windows problem

2003-10-20 Thread Didier McGillis
Question? Was this the download from the PHP site, the Windows installer. Does the sapi folder have anything in it? I had an issue with this installer, the PHP 4.3.1 and I know there is another download you will need to do. Let me see if I can find it. dan From: Nemesis [EMAIL PROTECTED] To:

RE: [PHP] File Upload problem

2003-10-20 Thread Jay Blanchard
[snip] I included all of my code in my origional post. If you would like it reposted, I can do that. I retried it with exactly the same code as the manual has in the file uploads section (cut and paste). I'm merely trying to get the upload to work, I'm not concerned about handling the file

Re: [PHP] Re: php|cruise - do unto others...

2003-10-20 Thread Robert Cummings
On Mon, 2003-10-20 at 15:35, Didier McGillis wrote: I cant attach my loose change to my email :( There's a money making idea -- teleporter email attachments. Now to just figure out the teleporter part... Rob. From: Ryan A [EMAIL PROTECTED] Reply-To: Ryan A [EMAIL PROTECTED] To: [EMAIL

Re: [PHP] Re: php|cruise - do unto others...

2003-10-20 Thread Didier McGillis
We dont even have to ask permission .. we would be doing them a service. :) From: Robert Cummings [EMAIL PROTECTED] To: Didier McGillis [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED],PHP-General [EMAIL PROTECTED] Subject: Re: [PHP] Re: php|cruise - do unto others... Date: 20 Oct

RE: [PHP] Re: php|cruise - do unto others...

2003-10-20 Thread Dan Joseph
Hi, if there's enough loose change involved, i'd almost be willing to drive around and collect it. :) -Dan Joseph -Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 3:53 PM To: Didier McGillis Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];

Re: [PHP] Weird Apache/php/windows problem

2003-10-20 Thread Nemesis
No, it was the manual install, everything is there. Didier McGillis wrote: Question? Was this the download from the PHP site, the Windows installer. Does the sapi folder have anything in it? I had an issue with this installer, the PHP 4.3.1 and I know there is another download you will need to

Re: [PHP] Re: php|cruise - do unto others...

2003-10-20 Thread Becoming Digital
Is there a minimum donation or does every little bit count, and I don't get cursed for a small donation do I? There is certainly no minimum. That you and others care enough to donate what you can is all that counts. Thank you very much for your support. :) Edward Dudlik Those who say it

Re: [PHP] Re: php|cruise - do unto others...

2003-10-20 Thread Becoming Digital
I cant attach my loose change to my email :( Sadly, that feature won't be implemented till PHP5. ;) Edward Dudlik Those who say it cannot be done should not interrupt the person doing it. wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: Didier

Re: [PHP] File Upload problem

2003-10-20 Thread Grant Rutherford
I found the problem!!! Buried deep within the manual: LimitRequestBody in /etc/httpd/conf.d/php.conf was set too small. Thanks for your time everyone, Grant -- Grant Rutherford Iders Incorporated 600A Clifton Street Winnipeg, MB R3G 2X6 http://www.iders.ca tel: 204-779-5400 ext 36 fax:

[PHP] OT Re: php|cruise - do unto others...

2003-10-20 Thread Didier McGillis
I cant attach my loose change to my email :( Sadly, that feature won't be implemented till PHP5. ;) Yeah I tried that and it took my underwear and left a welt, I submitted it as a bug. Edward Dudlik Those who say it cannot be done should not interrupt the person doing it. wishy washy |

Re: [PHP] OT Re: php|cruise - do unto others...

2003-10-20 Thread Robert Cummings
On Mon, 2003-10-20 at 16:05, Didier McGillis wrote: I cant attach my loose change to my email :( Sadly, that feature won't be implemented till PHP5. ;) Yeah I tried that and it took my underwear and left a welt, I submitted it as a bug. I heard it might be delayed till PHP 6 due

[PHP] need help designing a job search agent

2003-10-20 Thread Redmond Militante
hi all i'm trying to decide how i'm going to go about designing a monster.com-esque 'job search' agent for my job postings site. what i'm thinking is, the job search agent basically executes a sql query based on user defined parameters, then based on a set time frame, executes the sql query

RE: [PHP] OT Re: php|cruise - do unto others...

2003-10-20 Thread Jay Blanchard
[snip] I cant attach my loose change to my email :( Sadly, that feature won't be implemented till PHP5. ;) Yeah I tried that and it took my underwear and left a welt, I submitted it as a bug. I heard it might be delayed till PHP 6 due to unforseen technical difficulties. [/snip]

RE: [PHP] OT Re: php|cruise - do unto others...

2003-10-20 Thread Didier McGillis
Some change just came out of my cd-rom .. could it be yours? From: Jay Blanchard [EMAIL PROTECTED] To: Robert Cummings [EMAIL PROTECTED], Didier McGillis [EMAIL PROTECTED] CC: [EMAIL PROTECTED], PHP-General [EMAIL PROTECTED] Subject: RE: [PHP] OT Re: php|cruise - do unto others... Date: Mon,

Re: [PHP] OT Re: php|cruise - do unto others...

2003-10-20 Thread John Nichel
Jay Blanchard wrote: [snip] I cant attach my loose change to my email :( Sadly, that feature won't be implemented till PHP5. ;) Yeah I tried that and it took my underwear and left a welt, I submitted it as a bug. I heard it might be delayed till PHP 6 due to unforseen technical difficulties.

Re: [PHP] php|cruise - do unto others...

2003-10-20 Thread John Nichel
Robert Cummings wrote: On Mon, 2003-10-20 at 15:54, Larry E.Ullman wrote: To make a donation, simply login to PayPal and click the Send Money tab at the top of your screen. Once there, put [EMAIL PROTECTED] in the Recipient's Email field and fill out the remaining fields to your liking. :)

Re: [PHP] need help designing a job search agent

2003-10-20 Thread Nathan Taylor
Are you looking for something that job listings are added to by companies or something that crawls the web for listings? Nathan

[PHP] PHP error logs?

2003-10-20 Thread Joseph Bannon
Where are the PHP error logs kept? Thanks, J. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] date counting/subtracting MySQL and PHP

2003-10-20 Thread Paul Nowosielski
Hello, Can some lend advice regarding date functions using mysql and php please? I have a table set up like so (DESCRIBE nuke.position) hiddenid int(5) PRI NULL auto_increment id varchar(40) contact_email varchar(64) title varchar(60) salary mediumtext

[PHP] mktime trouble

2003-10-20 Thread Peter Torraca
I'm taking a postgres timestamp from the database to something I can parse with PHP (i.e., a unix timestamp. Thing is, the date function isn't giving me the result I expect. Check this out: print date (m/d/y h:m:s A, mktime(16, 30, 0, 10, 10, 2003)); gives the output: 10/10/03 04:10:00 AM

Re: [PHP] A web site interface preference tutorial

2003-10-20 Thread Colin Kettenacker
Chris W. Parker [EMAIL PROTECTED] on 10/20/03 12:03 PM wrote: Colin Kettenacker mailto:[EMAIL PROTECTED] on Monday, October 20, 2003 11:06 AM said: Any feedback/tips/hints/improvements to the code is appreciated. I will hopefully have my company web site http://www.cube-o.com/ finished

Re: [PHP] PHP error logs?

2003-10-20 Thread Robert Cummings
On Mon, 2003-10-20 at 16:34, Joseph Bannon wrote: Where are the PHP error logs kept? In the PHP error log file. Cheers, Rob. Ps. See your php.ini for the appropriate setting: error_log ;) -- .. | InterJinn Application Framework -

Re: [PHP] second time: problem with LDAP support

2003-10-20 Thread Ray Hunter
I have a problem of installation of php. I'm using Linux 7.3. I have installed openldap2.1.22 successfully. Now I'm compiling php with the following command: ./configure --with-apache2=/usr/local/apache2 \ --with-mysql=/usr/local/mysql \

  1   2   >