Re: [PHP] PHP vs. jsp, advice please

2003-06-10 Thread Jimmy Brake
was worth the trouble/overhead). > > Can anyone offer an opinion on this? Is persistence with jsp that much > easier compared to PHP? And if true persistence is possible is it all > it's cracked up to be? > > I've often dreamed of being able to have true persistenc

Re: [PHP] native vs. phplib sessions

2003-04-04 Thread Jimmy Brake
-04-04 at 12:26, Dennis Gearon wrote: > How many people are using native vs. phplib sessions, vs. their own/homegrown > sessions? > > The archives show a LOT of problems with native sessions. -- Jimmy Brake <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.ne

Re: [PHP] cookies with internet explorer on macs

2003-03-31 Thread Jimmy Brake
thanks ... lots of my customers use entourage ... On Mon, 2003-03-31 at 20:53, Lowell Allen wrote: > > From: Jimmy Brake <[EMAIL PROTECTED]> > > > > The cookies i set for people using Internet Explorer on mac (OS X or mac > > os 8-9) are not staying alive as long

[PHP] cookies with internet explorer on macs

2003-03-31 Thread Jimmy Brake
Hi! The cookies i set for people using Internet Explorer on mac (OS X or mac os 8-9) are not staying alive as long as I would like(12hours) they only last for a few hours or sometimes even a few minutes, the time on the end users computers are set correctly. IE on windows is fine and Mozilla and o

Re: [PHP] 2 databases

2003-03-19 Thread Jimmy Brake
yes -- i connect to oracle and mysql simultaneously .. On Wed, 2003-03-19 at 15:21, Iwan van Kanten wrote: > Is it possible to connect to 2 different databases?? > 2 different dtabase typs I mean > postgresql and Mysql > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

Re: [PHP] Weird slowdown using complex functions in a loop

2003-03-12 Thread Jimmy Brake
where are you storing the information that you are cleaning once it is cleaned? are you appending it to a variable in the script? On Wed, 2003-03-12 at 00:26, pgcd wrote: > Hi, > I'm trying to write a script to do some basic XML validation - nothing > fancy, basically I just close open tags and c

Re: [PHP] fopen and file dump to a databace...

2003-03-09 Thread Jimmy Brake
hi mark! i import data all the dang time and this is what i use (more or less) Insert($query); // i use a class for my mysql connections } function csv_parse($data, $separator) { $quote = '"'; $values = array(); $toggle = 0; $len = strlen($data); $count =

Re: [PHP] crontab

2003-03-04 Thread Jimmy Brake
, > > because it will have to run as root. > > > > I did this one time, and if I'm allowed some time to get my page up, I can > > e-mail you some instructions. What you'll need is a PHP page, a txt file > > (for the settings) and a cron job that will read the

[PHP] vni -> unicode

2003-02-17 Thread Jimmy Brake
Hi! I was wondering if anyone has vni -> unicode conversion script. Thanks Jimmy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mac os 9 - file upload problems

2003-02-10 Thread Jimmy Brake
Hi, I have a file upload page that accepts file uploads from pretty much every browser and os EXCEPT any browser on mac os 9. I have no idea why, any of you ever have problems with file uploads on mac os 9? How did you solve the issue. -- Jimmy Brake <[EMAIL PROTECTED]> -- PHP G

RE: [PHP] Flow diagrams.-- Resending

2002-12-31 Thread Jimmy Brake
d like to see the following image. > > > [image] > > > If you can not see the image, Please see the attached file. > > Thank you. > Sridhar. > > > > > > -Original Message- > From: Jimmy Brake [mailto:[EMAIL PROTECTED]] > Sent: Fri

Re: [PHP] monster form and compression?

2002-12-27 Thread Jimmy Brake
IE has some bugs when you have big forms when using [] test with mozilla or netscape if thats the case -- then errr well umm use what works On Fri, 2002-12-27 at 12:50, Jeff D. Hamann wrote: > I have a monster form (really a funky grid - hey the client is always right) > that does not display

Re: [PHP] Flow diagrams.-- Resending

2002-12-27 Thread Jimmy Brake
can you give us some examples of the data ... the example I would like to see is: based on this information this is what should be displayed On Fri, 2002-12-27 at 11:48, Sridhar Moparthy wrote: > Hi Every one, > > I have information about some processes in the database that tells different > p

[PHP] uploading + downloading Large files ...

2002-12-27 Thread Jimmy Brake
Hi! My users need to upload and download large files (100 + megs). Right now I only allow 100k to be uploaded. Will I need to do anything to php/apache to make sure things continue to be reliable? My google search only found threads with bad endings and they had much smaller files. Should i just

Re: [PHP] Flow diagrams.

2002-12-26 Thread Jimmy Brake
to my knowledge there is nothing in php that does that good luck On Thu, 2002-12-26 at 11:17, Sridhar Moparthy wrote: > Hi Every one, > > Do you know how to prepare and display process flow diagrams dynamically > based on some data from database. I have information about some processes in > the

[PHP] a good imap library?

2002-12-11 Thread Jimmy Brake
Hi! I am looking for a good imap library .. That will let me: login logout list folders list contents of a folder retrieve email retrieve just headers retrieve the attachement of an email get the number of messages in a mailbox set server side filters etc I have been digging around sq

Re: [PHP] update query based on array

2002-12-09 Thread Jimmy Brake
ank' > WHERE pid=$val"); > } > > If anyone has any suggestions for fixing this problem, please let me know :) > THanks > > > __ > Jason Dulberg > Extreme MTB > http://extreme.nas.net -- Jimmy Brake <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Looking for good ZIP Code / Latitude / Longitude table

2002-10-30 Thread Jimmy Brake
how much does the service cost? or am misunderstanding the class? why do you have to enter a password? On Wed, 2002-10-30 at 11:31, Manuel Lemos wrote: > Hello, > > On 10/30/2002 04:03 PM, Michael Zornek wrote: > > I've written a nice php/mysql site that let's you search for hospitals and > >

Re: [PHP] Cleaning pasted Word text

2002-10-29 Thread Jimmy Brake
for file maker pro (windows/mac) -- word (windows/mac) function make_safe($text) { $text = preg_replace("/(\cM)/", " ", $text); $text = preg_replace("/(\c])/", " ", $text); $text = str_replace("\r\n", " ", $text); $text = str_replace("\x0B", " ", $text); $t

[PHP] What causes this?

2002-10-28 Thread Jimmy Brake
Hi, I am getting this error randomly, just stops and starts. Error: Unable to select database: crm :Commands out of sync; You can't run this command now './configure' '--with-oracle=/opt/oracle/product/8.1.6/' '--with-oci8=/opt/oracle/product/8.1.6/' '--enable-sigchild' '--enable-track-vars'

RE: [PHP] missing function? array_change_key_case()

2002-07-17 Thread Jimmy Brake
yep thats it ... On Wed, 2002-07-17 at 18:02, John Holmes wrote: > Works fine for me on 4.2.1 > > You have to have at least 4.2.0, do you? > > ---John Holmes... > > > -Original Message----- > > From: Jimmy Brake [mailto:[EMAIL PROTECTED]] > > Sent: Wed

[PHP] missing function? array_change_key_case()

2002-07-17 Thread Jimmy Brake
Hi! When I run this command ... $foo = array_change_key_case($foo, CASE_UPPER); I get this error .. Call to undefined function: array_change_key_case() in /index.php on line 181 Yet the function (should) exist: http://www.php.net/manual/en/function.array-change-key-case.php I am runnin

[PHP] ^k ? -- how do I match that?

2002-07-15 Thread Jimmy Brake
Hi! I keep getting that evil little character ... ^k from mac users (pre X) and I need to remove it. Does anyone know how to remove? This site has that character as a vertical tab. This character is what is used in MS Excel when people hit return inside a cell. If they copy and paste that into