Re: [PHP] Flexible, "Component-based" and Large Application Systemsin PHP

2001-10-05 Thread Lucas Persona
'dots' :))..but there is no download there.. Anyway, if have something that could help, i'll thank you. Lucas Persona -- 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] Flexible, "Component-based" and Large Application Systems in PHP

2001-10-04 Thread Lucas Persona
r this) I would be glad. Thanks, Lucas Persona -- 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]

Re: [PHP] PHP + Oracle + OCIPLogon

2001-06-22 Thread Lucas Persona
ore problems. I could not say exactly what was going on but this is how it worked for me. I saw some 'bug reports' on Oracle, saying that some kind of changes on database layout, running together with a PHP application could cause Oracle to hold PHP db persistent connections. Hope

Re: [PHP] Netscape 6, What a piece of s$#@ ,anyone else hadproblems with php and Netscape 6?

2001-05-18 Thread Lucas Persona
x do just one POST and then download the file. I don't know if there is a way to change this Netscape behaviour... or change everything to GET style ;) Well..I think this is the answer for that 'strange behaviou'... Thanks for everyone tha

Re: [PHP] Netscape 6, What a piece of s$#@ ,anyone else had problems with php and Netscape 6?

2001-05-18 Thread Lucas Persona
Jason, I've Replyed also to the lsit, because someone could help us on this... Jason Lotito wrote: > Lucas Persona wrote: > > I was used to think on that way... > > Some time ago I have problems with Netscape 6 and PHP. It > > was not a HTML error > > but som

Re: [PHP] Netscape 6, What a piece of s$#@ ,anyone else had problems with php and Netscape 6?

2001-05-18 Thread Lucas Persona
it anymore. It's very strange but I tested it and it happened that way...changing something on PHP code, changes the behaviour of the browser.. Testing on Netscape 4 or IE, just return the same source code for both implementations (with and without the new 'if'). Any comments on

Re: [PHP] Good Free PHP Editor?

2001-03-12 Thread Lucas Persona
- Reports line numbers > - Has good search & replace functionality You could try ConTEXT ( http://www.fixedsys.com/context/ ) It has everything you've described above..and yes..its free! -- Lucas Persona -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] dymanic forms

2001-03-06 Thread Lucas Persona
echo ""; You could use a 'for' structure to do that...like: for ($i=0; $i < $fields; $i++) { echo ""; } The 'echo' line is different from yours so u can get each text value after the POST action. See you, -- Lucas Persona -- PHP General Mailing Li

Re: [PHP] Running php code inside of a string within a phpscript..

2001-03-02 Thread Lucas Persona
Hey, Aviv Revach wrote: > At 14:29 02/03/01 -0300, Lucas Persona wrote: > >Aviv Revach wrote: > > > How can I make those php3 commands to work as they supposed to? > > Take a look at the eval() function > >http://www.php.net/manual/en/function.eval.php > >

Re: [PHP] Running php code inside of a string within a php script..

2001-03-02 Thread Lucas Persona
Hy there! Aviv Revach wrote: > How can I make those php3 commands to work as they supposed to? Take a look at the eval() function http://www.php.net/manual/en/function.eval.php It does exactly what you are looking for... See you, -- Lucas PersonaICQ #17635

Re: [PHP] Any image drawing tutorials anywhere?

2001-02-13 Thread Lucas Persona
.. Have you ever seen something like that and where I can find information about that? Thanks, Lucas Persona [EMAIL PROTECTED] -- 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 ad

[PHP] number_format() buggy round when usind database resultset

2001-01-25 Thread Lucas Persona
but database default is '.' for decimal separator and ',' for thousand separator...and I want the opposite. Suggestions/Solutions? :) Thanks, -- Lucas Persona [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED