[PHP] openssl_csr_sign issues

2002-12-31 Thread Larry
Wondering if anyone else has run into the following problem (or if I'm missing something totally obvious). I've got a program that basically generates a key and certificate for a user who enters all the associated information (common name, passphrase, etc). So I've created a dummy CA cert and key t

[PHP] Variables are empty only in fwrite

2012-03-15 Thread Larry
Hello, when I pass a variable whose value originally came from $_GET or $_REQUEST to fwrite, fwrite behaves as if it was passed an empty string. Note that the file is successfully opened and written to by the script, but the variable that originally came from $_GET does not have its value interpola

Re: [PHP] Variables are empty only in fwrite

2012-03-15 Thread Larry
On Thu, Mar 15, 2012 at 11:53 AM, Daniel P. Brown wrote: > On Thu, Mar 15, 2012 at 11:30, Larry wrote: >> Hello, when I pass a variable whose value originally came from $_GET >> or $_REQUEST to fwrite, fwrite behaves as if it was passed an empty >> string. Note that the

Re: [PHP] Variables are empty only in fwrite

2012-03-15 Thread Larry
On Thu, Mar 15, 2012 at 12:21 PM, Matijn Woudt wrote: > On Thu, Mar 15, 2012 at 4:59 PM, Larry wrote: >> On Thu, Mar 15, 2012 at 11:53 AM, Daniel P. Brown >> wrote: >>> On Thu, Mar 15, 2012 at 11:30, Larry wrote: >>>> Hello, when I pass a variable whose valu

Re: [PHP] Variables are empty only in fwrite

2012-03-15 Thread Larry
On Thu, Mar 15, 2012 at 2:57 PM, Matijn Woudt wrote: > On Thu, Mar 15, 2012 at 7:51 PM, Larry wrote: >> On Thu, Mar 15, 2012 at 12:21 PM, Matijn Woudt wrote: >>> On Thu, Mar 15, 2012 at 4:59 PM, Larry wrote: >>>> On Thu, Mar 15, 2012 at 11:53 AM, Daniel P. Brown

Re: [PHP] Variables are empty only in fwrite

2012-03-15 Thread Larry
On Thu, Mar 15, 2012 at 4:03 PM, Matijn Woudt wrote: > On Thu, Mar 15, 2012 at 8:41 PM, Larry wrote: >> On Thu, Mar 15, 2012 at 2:57 PM, Matijn Woudt wrote: >>> On Thu, Mar 15, 2012 at 7:51 PM, Larry wrote: >>>> On Thu, Mar 15, 2012 at 12:21 PM, Matijn Woudt wro

[PHP] rounding test fails when I try to "make test"

2005-03-24 Thread Larry
/www.php.net/ChangeLog-4.php it shows that both of these bugs were fixed in the 4.3.10 release. But still the tests fail? Are the bugs fixed and the test case hasn't been updated? My PHP app relies heavily on round(). Any insight into this issue is much appreciated. Thanks, Larry

[PHP] PHP_AUTH_USER failing, please help me...

2002-11-25 Thread Larry Brown
ization Required.OK? So it appears as though it is not returning the variables. The php version is 4.2.2 and apache is 2.0.4 (redhat). Larry S. Brown Dimension Networks, Inc. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RE: PHP_AUTH_USER failing, please help me...

2002-11-25 Thread Larry Brown
Phil, You da man! It just doesn't get any sweeter. Register_globals is off. Thank you, Larry S. Brown Dimension Networks, Inc. -Original Message- From: Philip Hallstrom [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 7:40 PM To: Larry Brown Cc: PHP List Su

[PHP] apache httpd-2.0.40-8 and scanning alternate extensions for php

2002-12-01 Thread Larry Brown
know how I can have it scan different extensions? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] apache httpd-2.0.40-8 and scanning alternate extensions for php

2002-12-01 Thread Larry Brown
That's what I'm saying, there is absolutely no mention of php in httpd.conf. That line does not exist. It does in previous versions of RedHat / Apache. Is it possible that this is some kind of RedHat modification? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Origin

RE: [PHP] apache httpd-2.0.40-8 and scanning alternate extensions for php

2002-12-01 Thread Larry Brown
efore posting the question. Sorry to have wasted your time. Hopefully someone else will fail to test it first and find my question before posting and save everyone time in the future. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Evan Nemerson [mailto:[

[PHP] Disable refresh?

2002-12-01 Thread Larry Brown
Anyone know of a method of preventing a user from refreshing a page. I get multiple updates with the same information in my database... Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] Disable refresh?

2002-12-01 Thread Larry Brown
If not, is there a variable that provides information that a refresh occurred to load the page? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Larry Brown [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 01, 2002 8:23 PM To: PHP List Subject: [PHP

RE: [PHP] Disable refresh?

2002-12-01 Thread Larry Brown
k the gray matter a little harder next time before asking. Thanks again. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 01, 2002 8:58 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subjec

RE: [PHP] PDF Help Please

2002-12-02 Thread Larry Brown
modify existing ones. The $1,000. Was there a reason you thought there was some other solution? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Ryan Smaglik [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 5:14 PM To: [EMAIL PROTECTED] Subject: [PHP

[PHP] hiding php

2002-12-02 Thread Larry Brown
php tags. I thought this would be nice if someone wanted to screw with a site they wouldn't even be trying tools that would apply. However, if you can't run asp on apache nobody would be fooled. Any thoughts? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Ma

RE: [PHP] hiding php

2002-12-02 Thread Larry Brown
Because its better to have someone waste time trying known hacks for a platform I don't have than to have the same person not know the platform and start spending time figuring out what it is right off the bat. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Me

[PHP] paging through results of mysql query

2002-12-05 Thread Larry Brown
ultset are pulled for each script. Does anyone have a magic bullet for this? This functionality is what I take search engines to be demonstrating. If anyone can help, I could wipe the sweat of my processors brow! (and mine for that matter) Larry S. Brown Dimension Networks, Inc. (727) 723-8388

RE: [PHP] paging through results of mysql query

2002-12-05 Thread Larry Brown
Much Gratefulness on my part! Finally, my server and I can catch our breath. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 12:47 PM To: 'Larry Brown'; 'PHP Li

[PHP] window size and setting other properties

2002-12-11 Thread Larry Brown
Does PHP have any commands to set the size of the window to be loaded? For that matter are there any methods for hiding buttons etc. from PHP? Larry S. Brown MCSE Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] running perl script via su

2002-12-20 Thread Larry Brown
eb server running as this user. Does anyone know of a quick and dirty solution for this Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] running perl script via su

2002-12-21 Thread Larry Brown
eb server running as this user. Does anyone know of a quick and dirty solution for this Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] No tshowing url in title bar....

2002-12-21 Thread Larry Brown
Before the tag you have the tags. Place Title of the page and it will show up on the title bar instead of the url. If you want to get rid of the address bar of the browser window, let me know and I can post the javascript for creating that window. Larry S. Brown Dimension Networks, Inc. (727

[PHP] Problem with the List?

2002-12-21 Thread Larry Brown
Are my posts getting through? They appear to come back on the list but I also get this response... Sorry. Your message could not be delivered to: php-list,emc (The name was not found at the remote site. Check that the name has been entered correctly.) Larry S. Brown Dimension Networks, Inc

[PHP] printing documents on printer

2002-12-30 Thread Larry Brown
Does anyone know where I might find specific information on methods of sending documents to a printer from the web server to an attached printer. My PHP and Perl books don't even touch on the capability for some reason. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP Ge

RE: [PHP] printing documents on printer

2002-12-30 Thread Larry Brown
My apologies, this is Linux RH8 to be exact. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 31, 2002 12:05 AM To: 'Larry Brown'; 'PHP List' Subject: RE: [PHP] printing

[PHP] web visitor viewing a script?

2003-01-04 Thread Larry Brown
view the script itself is to have some problem with the web server or have a local login for the server? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] web visitor viewing a script?

2003-01-04 Thread Larry Brown
Thank you guys for the confirmation and ...yes I got it. :( Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Michael J. Pawlowsky [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 04, 2003 8:52 PM To: Larry Brown; [EMAIL PROTECTED] Subject: Re: [PHP] web

RE: [PHP] frustrating problem

2003-01-06 Thread Larry Brown
.$fcrow[0]." ".$fcrow[1].""; } That's off the top of my head. I think that's how I'd do it. I would imagine you wanted separate tables so that one person could have multiple addresses. Again I might have a typo or two in there. Just to give you an idea. Larr

RE: [PHP] Forwarding POST info from a PHP script

2003-01-07 Thread Larry Brown
t the variables are while this one is still visible, you can use javascript to send variables to other frames. That is out of the scope of this message and I'd have to look up the syntax for that, but it is definitely possible. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -O

[PHP] graph libs

2003-01-07 Thread Larry Brown
Can anyone give any suggestions on the best/most intuitive tools or libraries for generating graphs with PHP? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] restrictions

2003-01-07 Thread Larry Brown
then you should reasonably expect the php to work. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Bruce Levick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 6:19 PM To: [EMAIL PROTECTED] Subject: [PHP] restrictions I find that my the company

RE: [PHP] Re: Need a suggestion on developing a php-related system

2003-01-07 Thread Larry Brown
the scripts. I think either way you should store this in your own db. Is this along the lines of what you had in mind? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 On 01/08/2003 03:40 AM, Kelvin Poon wrote: > HI, I am new to PHP and I am just wondering if anyone could give m

RE: [PHP] graph libs

2003-01-08 Thread Larry Brown
ion on the colors is really smooth and I just don't have the time. Thanks to all for suggestions, I still want to look at one other site that was recommended here on the list. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Marek Kilimajer [mailt

RE: [PHP] graph libs

2003-01-08 Thread Larry Brown
e colors is really smooth and I just >don't have the time. Thanks to all for suggestions, I still want to look at one other site that was recommended here on the list. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Newbee observation

2003-01-09 Thread Larry Brown
Better yet a script should be run to have all the e-mails listed by the time they were received at the server instead of what time the e-mail was submitted. That should take care of it I would think. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Tom Ray

RE: [PHP] newbee

2003-01-09 Thread Larry Brown
hould then at least show that one variable. If that doesn't work there is some problem with the install I would imagine. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Hendrik van Niekerk [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 12:5

RE: [PHP] session_destroy problem

2003-01-10 Thread Larry Brown
Javascript has a function for performing actions on window close. You could have a submit action on the page that is sent when the window closes. I've not used it yet but it should work I would think. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From:

RE: [PHP] checking status of a HTML checkbox

2003-01-10 Thread Larry Brown
nds the key but not a value when you submit the form without a value assigned to the variable then isset may not always work. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Shams [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 4:36 AM To: [

RE: [PHP] session_destroy problem

2003-01-10 Thread Larry Brown
guys have seen this tried before maybe you already know. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Scott Fletcher [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 12:02 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] session_destroy problem Yes

RE: [PHP] session_destroy problem

2003-01-10 Thread Larry Brown
It helps for me being able to re-login as a different user. It's a good idea but it still leaves a bit to be desired for security. I'm going to also post this to the js list and see if they've worked with it before. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -O

RE: [PHP] checking status of a HTML checkbox

2003-01-10 Thread Larry Brown
" as these scripts 242 and 409 lines long respectively. I can assure you that the form is properly closed on the sending page though. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of - Ed

RE: [PHP] session_destroy problem

2003-01-10 Thread Larry Brown
help. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Tamás Árpád [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 8:03 PM To: Larry Brown; Scott Fletcher; PHP List Subject: Re: [PHP] session_destroy problem > Yes, the JavaScript code can run be

RE: [PHP] session_destroy problem

2003-01-14 Thread Larry Brown
ld do to a high volume site either but for me it should be workable. I hope this helps some. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] emacs and php markup

2003-01-15 Thread Larry Brown
! TIA Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PDF

2003-01-17 Thread Larry Brown
According to pdflib their commercial version gives you the ability to edit pdf files using the PDI library. Have you looked at this? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Brian McGarvie [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 7

RE: [PHP] PHP Encoders and GPL License

2003-01-19 Thread Larry Brown
ainst the license. Is this accurate? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Zeev Suraski [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 19, 2003 6:40 AM To: [-^-!-%- Cc: PHP general list Subject: Re: [PHP] PHP Encoders and GPL License At 02:45

[PHP] dreading OOP

2003-01-21 Thread Larry Brown
uggestions would be greatly appreciated! Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] dreading OOP

2003-01-21 Thread Larry Brown
write about it use OOP based consepts to exlain what is happening. And this is one example. Don't let me go into the Java and Javascript world! Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Johnson, Kirk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Janua

RE: [PHP] Re:[PHP] dreading OOP

2003-01-21 Thread Larry Brown
Thank you, I'll check this book out. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Sukrit [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 12:39 PM To: [EMAIL PROTECTED] Subject: [PHP] Re:[PHP] dreading OOP >>>>> "Larr

[PHP] mysql query manipulation vs php results manipulation

2003-02-19 Thread Larry Brown
How do you determine whether or not it is faster/more efficient to run a complicated query or to run multiple simple queries and join / manipulate the results with PHP? Larry S. Brown Dimension Networks, Inc. (727) 723-8388

RE: [PHP] mysql query manipulation vs php results manipulation

2003-02-19 Thread Larry Brown
My apologies for the prior html version, I forgot to change back to txt. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 On Wed, 19 Feb 2003, Larry Brown wrote: > How do you determine whether or not it is faster/more efficient to run a > complicated query or to run multiple

RE: [PHP] MAC address user recognition?

2003-02-21 Thread Larry Brown
coming in. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Leo Spalteholz [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 12:59 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] MAC address user recognition? On February 20, 2003 08:13 pm, Jason Sheets

Re: [PHP] Adding slashes

2003-02-19 Thread Larry Rosenman
eneral Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 -- PHP General M

RE: [PHP] and

2003-02-23 Thread Larry Brown
The onClick should be onClick=window.location("newpage.php") and this has nothing to do with php. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Leif K-Brooks [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 12:15 AM To: Sunfire

RE: [PHP] Emacs?

2003-02-26 Thread Larry Brown
25 Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Sascha Braun [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 12:00 PM To: PHP General list Subject: [PHP] Emacs? How many Persons in this List are using Emacs as there default Editor? -- PHP

RE: [PHP] Emacs?

2003-02-27 Thread Larry Brown
Oops...I stand corrected. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Matt Giddings [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 12:26 AM To: 'Larry Brown'; 'PHP List' Subject: RE: [PHP] Emacs? Don't you

[PHP] deciperhing oop

2003-03-03 Thread Larry Brown
$sel = mysql_select_db("$dbase",$db); if(!$db) { die ("Database Selection to $dbase failed."); } } } $dbn = new dbConnect("localhost","3306","bob","hjhyt4kl5"); $dbn->setDbase("main&quo

RE: [PHP] deciperhing oop

2003-03-03 Thread Larry Brown
Thank you everyone for helping. I didn't know you have to put $this-> in front of all variables in the class. You learn something new every day ( I thought you only needed to use that once to make the variable available everywhere in the class up till now). Larry S. Brown Dimension

[PHP] Version 5?

2003-03-06 Thread Larry Brown
Someone mentioned a facet of version 5 to be expected that I am really looking forward to. Does anyone know what the release target date is? I didn’t see any mention of it on php.net. Larry S. Brown Dimension Networks, Inc. (727) 723-8388

[PHP] table cell space under image in IE

2003-03-13 Thread Larry Brown
g to a range of sized to see the effect and the smallest size it will move to is approx 10pxls below the bottom of the image. Very frustrating! I know this is not exactly on topic but I produce all html by php and I don't want to go out and add myself to an html list (if there is such a thing).

RE: [PHP] table cell space under image in IE

2003-03-13 Thread Larry Brown
Here is essentially what view source yields. I have to use 1 - 50 https://website/file.php"; METHOD="post"> Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13

RE: [PHP] Re: table cell space under image in IE

2003-03-13 Thread Larry Brown
I just posted the code and have the tags on separate lines for clarity, but in the source they are on the same line with no space between the tags. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Roman Sanchez [mailto:[EMAIL PROTECTED] Sent: Thursday

RE: [PHP] table cell space under image in IE

2003-03-13 Thread Larry Brown
What kind of @%#$%#! is that? Why would they have take up visible space? Hmm, I guess I'll have to find a new angle or hide the closing form beyond the table. Thanks... Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Roman Sanchez [mailto:[

[PHP] php mysql array question

2003-07-11 Thread Larry Brown
ould think is used a lot. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Client script opensource plea

2003-07-13 Thread Larry Brown
dealing with it and consequently I haven't a work around. My apologies for presenting a clearly OT question, but I know there are a ton of experienced developers here and I reaching for someone who might have dealt with this. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP Ge

[PHP] console script html tags?

2003-07-14 Thread Larry Brown
How can I rid myself of the html tags around error messages when writing console scripts? (Besides avoiding errors) Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] else needed?

2003-07-19 Thread Larry Brown
(this) {do that;}else{"echo "";} I try using continue in the else but get errors about using continue on level 1 or something to that affect. I'm assuming that continue is only used in loops. It's amazing how far I can code things without these little "foundation le

[PHP] MIME decoder for use as the target of an Alias?

2003-07-21 Thread Larry Rosenman
plain into a database. I really don't feel like reinventing the wheel on the mime side. PHP 4.3.x, if it matters. Thanks! LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Spr

[PHP] IE Pagelength issue

2003-06-07 Thread Larry Brown
icant length and the bottom is cut off on IE6. I haven't tried any earlier versions of IE but Mozilla loads the entire page without this problem. Has anyone run across this? Is there a way around it? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing

RE: [PHP] IE Pagelength issue

2003-06-07 Thread Larry Brown
Just as an additional note: the page has one continuous table so another potential problem would be a limit to the length of a table? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Larry Brown [mailto:[EMAIL PROTECTED] Sent: Saturday, June 07, 2003 1:55

[PHP] mysql field getting cut off

2003-05-30 Thread Larry Brown
e verified that the entire statement arrives at the php script in the variable $field and I have used the mysql client to give the same command with "St. Petersburg, FL" as the value and it accepts it without a problem. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 --

RE: [PHP] mysql field getting cut off

2003-05-30 Thread Larry Brown
That, indirectly, is exactly what happened. I have a subsequent screen for modifying the results. I must have gone back into that screen to change something else and since it only pulled the St. when I applied it it changed the field in the database. Thanks a lot. It seemed weird. Larry S

RE: [PHP] IE Pagelength issue

2003-06-07 Thread Larry Brown
ion and a way to edit the band information in addition to removing any one of them. So there are various buttons throughout. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Saturday, June 07, 2003 6:08 PM To: &#x

RE: [PHP] IE Pagelength issue

2003-06-08 Thread Larry Brown
Yes, the entire page is visible when selecting view source. And again, it does view ok in Mozilla. I will try breaking the table into smaller tables and see if that is it. I won't have access till Tuesday. If anyone has any other ideas feel free to throw in. Larry S. Brown Dimension Net

RE: [PHP] IE Pagelength issue

2003-06-09 Thread Larry Brown
I found the problem. The script was creating each table within the previous table. Apparently there is a limit of 25 nested levels for IE. I separated each table and it loads all of them ok. Thanks John, Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From

Re: [PHP] Ticketing System?

2003-06-25 Thread Larry Rosenman
not in PHP, but look at RT:Request Tracker, at http://www.bestpractical.com/ Cheers, Andreas Cahen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 9

Re: [PHP] Re: Getting information of a client

2002-08-09 Thread Larry Rosenman
a person who is browsing my site. > Does > > > anyone know how to get this information? > > > > > > Kind regards, > > > > > > Jan > > > > > > > > > > > > > > -- > > PHP General Mailing List (http://www.php.

Re: [PHP] Line Breaks in dynamic Download

2002-09-06 Thread Larry Irwin
line Later, Larry Irwin - Original Message - From: "Kevin Stone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 06, 2002 2:48 PM Subject: [PHP] Line Breaks in dynamic Download > I have a script that allows clients to download their email lists fro

RE: [PHP] Why $ on variable names?

2002-11-12 Thread Larry Rosenman
General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 -- PHP

RE: [PHP] Why $ on variable names?

2002-11-12 Thread Larry Rosenman
--On Tuesday, November 12, 2002 16:53:07 -0500 "Jonathan Rosenberg (Tabby's Place)" <[EMAIL PROTECTED]> wrote: In an earlier message, Larry Rosenman [mailto:ler@;lerctr.org] said ... How about: That's the way the language designers did it, and there's LO

[PHP] Pause for user input?

2002-11-20 Thread Larry Brown
Does anyone know of a method to pause during the processing of a script to prompt a user for information and then incorporate the user's response for the remainder of the script? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- PHP General Mailing List (http://www.php.net

RE: [PHP] Pause for user input?

2002-11-20 Thread Larry Brown
previous questions so I'm trying to keep the number of separate pages to a minimum by using such a technique. I understand that Java can provide this function, but I want to do as much with PHP and as little as possible with Java. Larry S. Brown MCSE President/CEO Dimension Networks, Inc. M

RE: [PHP] Pause for user input?

2002-11-20 Thread Larry Brown
gurus. Thanks, Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: @ Edwin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 2:39 PM To: Larry Brown Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Pause for user input? "Larry Brown" <[EMAIL

RE: [PHP] How do I initialize a page to do something ONCE

2002-11-22 Thread Larry Brown
ot;, so it does set itself within the last if statement. If the second block is being executed... Did you check out php.net and the comments about session_unset()? If it is not, are you closing the browser between tests? The session information stays open even after leaving the site and coming ba

Re: [PHP] function for size of array

2002-07-05 Thread Larry Rosenman
-> www.gremlins.com.hk > > Open Source Software Systems Integrators > > * Web Design & Hosting * Internet & Intranet Applications Development * > > > > /* > > The shortest distance between two points is under construction. > > -- Noelie Alit

Re: [PHP] ./configure with register_globals turned on?

2002-07-05 Thread Larry Rosenman
e (assuming it's in an apache module). -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] Does the AOL browser break any standards?

2003-09-29 Thread Larry Rosenman
that error would be? -Dan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Dri

RE: [PHP] Tracking IP Addresses

2003-10-03 Thread Larry Rosenman
stem from a company called MaxMind... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat

[PHP] php temp table question

2003-10-27 Thread Larry Brown
Does anyone know whether the use of persistent connections with php will allow a temp table created by a script to linger around and cause a problem with the next execution of the script when it tries to create the temp table again? Also if it does present a problem with the next script execution

[PHP] php temp table question (for mysql)

2003-10-27 Thread Larry Brown
Does anyone know whether the use of persistent connections with php will allow a temp table created by a script to linger around and cause a problem with the next execution of the script when it tries to create the temp table again? Also if it does present a problem with the next script execution

RE: [PHP] PHP with Frames (cont.)

2003-10-27 Thread Larry Brown
Are you trying to access variables between frames or just get a php script to run when it is one frame. I have php pages running in frames in a number of places. You could not access variables between the frames though. You would have to use a client side script to do that. You could have somet

[PHP] PDFlib not working with explorer based on PHP created file in memory

2003-10-29 Thread Larry Brown
If anyone can help, please... I have a page that points to a PHP page that dynamically creates a pdf file using PDFlib. The page uses a link such as site.com/page.php?variable=value. That in turn executes the script that uses the variable/value to pull info from the db and generate the page. Th

RE: [PHP] PDFlib not working with explorer based on PHP created file in memory

2003-10-29 Thread Larry Brown
My apologies for waisting anyone's time. I found the posting in the archives that had the correct code to use. -Original Message- From: Larry Brown [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 3:39 PM To: PHP List Subject: [PHP] PDFlib not working with explorer bas

RE: [PHP] php temp table question (for mysql)

2003-10-31 Thread Larry Brown
W. Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 4:43 PM To: Larry Brown; PHP List Subject: Re: [PHP] php temp table question (for mysql) From: "Larry Brown" <[EMAIL PROTECTED]> > Does anyone know whether the use of persistent connections with php will > allow

[PHP] nusoap

2003-11-11 Thread Larry Brown
Type would be a struct although this is actually an array. I just need someone who has had experience with this toolkit for a couple of issues. Thanks for any assistance, Larry -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] File upload problem

2003-12-20 Thread Larry Brown
According to the documentation you have to have the maxfilesize tag before the input tag. -Original Message- From: Dino Costantini [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 6:34 PM To: [EMAIL PROTECTED] Subject: [PHP] File upload problem i'm trying to write a page whic

[PHP] mysql load_file retreival

2003-12-20 Thread Larry Brown
I have set up a script to recieve a pdf file and store it in a mysql db using "update db set field=load_file('fileIncludingFile') where id=$id". Afterwards I can see the file has been uploaded into the blob field successfully and without errors. Now I want to get the file back out. I set up a scr

RE: [PHP] sessions problem

2003-12-20 Thread Larry Brown
Make sure you have session_start(); at the beginning of each script you run from the time you start inserting variables to the time you want the session to end. -Original Message- From: Nitin [mailto:[EMAIL PROTECTED] Sent: Saturday, December 20, 2003 10:48 AM To: PHP-General Subject: [PHP

  1   2   3   4   5   6   7   8   9   >