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
-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
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
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
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
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
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 =
,
> > 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
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
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
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
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
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
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
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
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
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
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
> >
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
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'
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
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
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
23 matches
Mail list logo