Good question, because it sure looks rather similar.
> On Mon, 2012-08-27 at 17:29 -0400, Mauricio Tavares wrote:
>> Quick-n-easy question: I have my apache virtual host configured to use
>> kerberos authentication:
>>
>>
>> AuthType Ker
Quick-n-easy question: I have my apache virtual host configured to use
kerberos authentication:
AuthType KerberosV5
KrbAuthRealms DOMAIN.COM
KrbServiceName HTTP
Krb5Keytab /etc/apache2/krb5.keytab
KrbMethodNeg
ion is, why is php launching this error, if the code is in a
function that is not called?
Regards
Mauricio M.
Hi.
I want to know, what charset is applied to every file when is created with
the fopen function and how can I to manage the charset when I use the fopen
function?
For example: If i want to create an ISO-8859-2 file, how can I to force, the
fopen function to create it?
Regards
--
Mauricio
How can I upload files up to 40MB with a html post form? (without a ftp
client)
Please, remember
1. My hosting provider has up to 120 seconds apache timeout
2. My hosting provider has up to 10MB to upload files in php.ini
Any kind of ideas?
Regards
Mauricio M.
Hello.
How can I know if a web browser is cookies enables?
Regards
Mauricio M.
: The Zend optimizer continues to work perfectly
after the whole process
I would like to hear some experienced user comments about this
Thanks
Mauricio
On Fri, 2006-06-16 at 21:48, chris smith wrote:
> On 6/17/06, Mauricio Pellegrini <[EMAIL PROTECTED]> wrote:
> > Hi ,
> &
installation consists of php 4.3.4 With the Zend Optimizer
and apache 1.329
Thanks
MAuricio
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t.php on line 9
Production Server is Suse 8.2 apache 1.329 php 4.34
What could be the problem here ?
Thanks
Mauricio
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Wed, 2006-04-26 at 13:48, Robert Cummings wrote:
> On Wed, 2006-04-26 at 10:36, Mauricio Pellegrini wrote:
> > On Wed, 2006-04-26 at 11:09, nicolas figaro wrote:
> > > Mauricio Pellegrini a écrit :
> > > >>> $quer1 = "SET @var1=3 ;
> > > >
had some other problem somewhere else thank you
Thank you all
MAuricio
>
> 2006/4/26, Mauricio Pellegrini <[EMAIL PROTECTED]>:
> Hi all
>
> I'm trying to execute two querys and they execute perfectly in
> fact,
> but after the
On Wed, 2006-04-26 at 11:04, chris smith wrote:
> On 4/26/06, Mauricio Pellegrini <[EMAIL PROTECTED]> wrote:
> > On Wed, 2006-04-26 at 10:32, nicolas figaro wrote:
> > > Mauricio Pellegrini a écrit :
> > > > Hi all
> > > >
> > > > I'
On Wed, 2006-04-26 at 11:09, nicolas figaro wrote:
> Mauricio Pellegrini a écrit :
> >>> $quer1 = "SET @var1=3 ;
> >>> SELECt * from table1 Where [EMAIL PROTECTED] " ;
> >>>
> >>>
> >>> This gave a syntax error from MySQL
On Wed, 2006-04-26 at 11:04, chris smith wrote:
> On 4/26/06, Mauricio Pellegrini <[EMAIL PROTECTED]> wrote:
> > On Wed, 2006-04-26 at 10:32, nicolas figaro wrote:
> > > Mauricio Pellegrini a écrit :
> > > > Hi all
> > > >
> > > > I'
On Wed, 2006-04-26 at 10:32, nicolas figaro wrote:
> Mauricio Pellegrini a écrit :
> > Hi all
> >
> > I'm trying to execute two querys and they execute perfectly in fact,
> > but after the execution of the first query there suposed to be some
> > variable s
tely before the ";"
(semicolon),
Please any help greatefully appreciated
Thanks
Mauricio
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have a problem with PHP5, I'm using Apache1.3 as web server in winXP SP2
, y change the httpd file:
LoadModule php5_module "C:/php/php5apache.dll"
also
AddModule mod_php5.c
then
TypesConfig conf/mime.types
AddType application/x-httpd-php .php
AddType
Thank you all for your valuable support.
The problem is solved.
Note:
This kind of input definition (without the brackets) actually *DOES*
create an array under HTML 4.x (and its subindexes are accesible thru
javascript)
You forgot the array append operator:
>
> ..
me'];
and then
echo $xname[0][0] ; // this returns nothing
echo $xname[0] ;// this returns only first digit of the first input
None of the above seem to recognize that xname is ( in HTML ) an array .
Any help greatly appreciated
Thanks
Mauricio
On Sun, 2005-10-02 at 1
On Tue, 2005-09-06 at 19:43, Philip Hallstrom wrote:
> On Tue, 6 Sep 2005, Mauricio Pellegrini wrote:
>
> > You were right! That was exactly the problem
> > after reading your message, I 've verified the value for gc_maxlifetime
> > and found that it was set to 1440 s
ovide the users with a manual way to make
session end, sort of a logout from the application.( no problem with
that)
My question is:
Is there a way to set sort of a timer as to invoke an hipothetical
"refresh_session.php" without reloading the current page on the client?
Thanks
ssion automatically for some reason?
Thanks
Mauricio
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
s'
> '-enable-dbase'
Now I need to be able to create .zip files from within my php scripts,so
my questions are:
1 ) Which command should I use when recompiling ?
2 ) Is it possible to save my actual compiled module just in case the
new one has any problem?
Thanks
Thanks Rick, it helped.
also I'll do some reading about AJAX (as soon as I can..)
Regards
Mauricio
On Sat, 2005-08-06 at 11:58, Rick Emery wrote:
> Quoting Mauricio Pellegrini <[EMAIL PROTECTED]>:
>
> > Hi ,
> > I wonder if it's possible to retrieve the val
Thanks for your advice.
I've heard of this technique before but wanted to know if there was
another way to do it from Javascript.
Regards
Mauricio
On Sat, 2005-08-06 at 11:05, Burhan Khalid wrote:
> Mauricio Pellegrini wrote:
> > Hi ,
> > I wonder if it's possible t
Hi ,
I wonder if it's possible to retrieve the value from a php session
variable from within a javascript function.
Does anyone have any ideas about this?
Thank you
Mauricio
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
First, thanks to all who replied!
and yes I was aware of that kind of security issues and expected no
positive results upon my question.
But I've forgotten about the wsh.
Now I think I would use it in case it is *absolutely* necessary
Thanks again
Mauricio
On Tue, 2005-06-07 at 21:28,
application.
This page would be something that resembles the windows desktop with all
its links on it.
My question is would it be possible to start in example word or excel
from a link in a web page?
Thanks for your answers
Mauricio
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
Curt Zirzow wrote:
> * Thus wrote Mauricio Pellegrini:
>>
>> It's a requisite that the compression library has to be zlib.
>>
>> I don't know how to do that.
>>
>> I guess I should reconfigure with
>>
>> './configure
'--with-mysql'
'--with-apxs=/usr/local/apache/bin/apxs'
'--with-zlib'
'-enable-dbase'
then run ./make and ./make install
But I'm afraid tha something could go wrong and end-up
with a whole useless installation
Could
'--with-mysql'
'--with-apxs=/usr/local/apache/bin/apxs'
'--with-zlib'
'-enable-dbase'
then run ./make and ./make install
But I'm afraid tha something could go wrong and end-up
with a whole useless installation
Could
Hello All!
I installed Oracle 9i and it's working perfectly. I use a linux server to
connect using a client in this other machine.
I need to put HTTPD 2.0.40, PHP 4.2.2, Oracle 9i working together on a
RedHat 9...
Hardly, searching on the web, I could compile the oracle.so module using
the
dules that it is installed now.
Am I forgeting someting here to make it works?
Somebody could help me with it???
Thanks people!
Maurício
- Original Message -
From: "Mauricio" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, December 17, 2003 9:25 PM
Subject: [apache-br] ext
an write the date in other language
without the need to harcode the weekday names ??? Using only the strftime
function ???
Thanks,
____
Mauricio Cuenca
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ne had any experiencie with this package that can share ?
TIA,
____
Mauricio Cuenca
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Perfect! That's all I had to do.
Thanks!
Maurício
-Mensagem original-
De: CPT John W. Holmes [mailto:[EMAIL PROTECTED]
Enviada em: terça-feira, 5 de agosto de 2003 16:30
Para: Mauricio; [EMAIL PROTECTED]
Assunto: Re: [PHP] PHP/JavaScript/HTML
From: "Mauricio" <[EMAI
-
From: "CPT John W. Holmes" <[EMAIL PROTECTED]>
To: "Mauricio" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, August 05, 2003 10:05 AM
Subject: Re: [PHP] PHP/JavaScript/HTML
> From: "Mauricio" <[EMAIL PROTECTED]>
> >
Hello folks
I wrote a JavaScript to set the values of a Select html object by client
side. The values are copied from another Select that I create getting the
values from the database. After the user set the values he/she wants to add
it in another form, for example, then press submit button, the
at in the next page, after login, if
I print $_SESSION or $HTTP_SESSION_VARS they are right, but when I call
another page (using a link), like some report, it appears the wrong user.
All pages has the same header, setting no cache...
any ideas?
Thank you
Mauricio Valente
- Original Me
Doing this, it works. The variable 'url_variable' is changed when it pass
over the if. But I don't want to use a get variable, it could be easily
changed by the users... its my problem...
Maurício Valente
- Original Message -
From: "Ralph Guzman" <[EMAI
ot; them logoff, exclude IE
cache, going in Tools >> Internet Option..., and login again with another
user, this way the variable are printed correctly.
It happens in any windows version (95,98,ME,2K,XP) using IE 6.0 and Netscape
7.
- Original Message -
From: "Ralph Guzman" <
Hi people!
Did anyone get this situation?
I'm creating a Site that uses 3 session variables. One of them I always
print at the top of the page, it's the name of the user. There is a link
that calls the function session_destroy(). Everytime that I follow this link
and log in with another user, tha
oaded and compiled libxml 2.5.7 and the same error appears.
I've compiled several diffrent versions of PHP before without problems. Has
anyone had a similar problem ?
TIA,
_
Mauricio Cuenca
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, v
- Original Message -
From: "Yves Daemen" <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 03, 2003 7:27 PM
Subject: Re: [PHP] Re: move_uploaded_file > 1MB
> No it's not possible, you have to see the error to actually believe it ;-)
> It goes like th
---
If the page is reloaded, the result is exactly the same.
But if I keep reloading the page $_SESSION['id'] and $_SESSION['permisos']
have the same value. Is there any other way to unregister session variables
???
Thank you very much.
_
Mauricio Cuenca
utomatically register them as session variables, as if you called
session_register(). This trick is limited to the session module only - for
example, setting new entries in $_ENV will *not* perform an implicit
putenv()."
That's what I am not using sessione_register($variable).
TIA,
__
rror but a list of functions, methods and properties
would be very nice.
Thanks,
_____
Mauricio Cuenca
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
I need to run a daily script on our website but I'm trying to avoid using
CRONTAB.
Is there any way that I can run this daily ?
Is there any equivalent to ASP's Application_OnStart for PHP ?
Thanks,
_
Mauricio Cuenca
[EMAIL PROTECTED]
--
PHP General Ma
is attempting to parse a path that does not exist.
Are they right ?
TIA,
_
Mauricio Cuenca
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
It was not
possible to find the specified procedure.
Can anyone help me with the configuration of php+oracle?
--
Mauricio
+55 - (041) - 219-5246
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I couldn't get my site working por two days... and finally I discover the
reason.
I copied (I guess for developing testing reason) php.ini into the site
folder...
so I discover I can have different php.ini in every virtual directory... and
I find it damn good !.
is so for each webserver ? (current
I have the same problem... I thought it was for a different reason... If you
got a solution please email me !!!
"Bob" <[EMAIL PROTECTED]> escribió en el mensaje
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 1.php?2.php
> session_start();
Does anybody have a Session section of the php.ini working on Windows 2000 ?
I'm not able to make my session persistent along pages... perhaps a bad
configuration of IIS ?
Should I move to Linux ? :)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/un
Hi... i'm trying to authenticate users in my pages. But every time it gives
me a different session_id ! And I can't use my previously registered
variables...
I started sessions with this code :
session_start()
n Two();
{
One();//This line kills the program
Print("Hello"); //This is not printed =(
}
TIA,
__
Mauricio Cuenca
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
-----
It does works... sounds amazing after this hours... helps everybody, you are
fine people !!!
"Miguel Cruz" <[EMAIL PROTECTED]> escribió en el mensaje
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Thu, 21 Mar 2002, Mauricio Sthandier wrot
; escribió en el mensaje
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Thu, 21 Mar 2002, Mauricio Sthandier wrote:
> > I guess thist must be really silly... but how can I append text to the
> > beginning of a file ???
> > I've been trying since a while... but all
I already seen it... I used "r+" and "aw".
I saw and example in www.php.net, in the fopen function description, but it
is incomplete...
this is taking me hours !!!.
Well, if I can preappend... how can I read, for example, the first 8 chars
of the last line I inserted ?. They have no fixed length.
I guess thist must be really silly... but how can I append text to the
beginning of a file ???
I've been trying since a while... but all I get is overwriting !.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
No I haven't.
Wouldn't this affect my entire web site ?
I just need to include the files into a single script.
Thanks,
__
Mauricio Cuenca
- Original Message -
From: "Neil Freeman"
To: "Mauricio Cuenca"
Cc: <[EMAIL PROTECTED]>
Se
Yes,
I read the documentation and took close note to include the start and end
tags...
Thanks,
__
Mauricio Cuenca
- Original Message -
From: "anders nawroth" <>
To: "Mauricio Cuenca" ; <[EMAIL PROTECTED]>
Sent: Tuesday, March 19
losed with valid PHP start and end tags.
But When I try to run the main script, I get this error:
Fatal error: Call to undefined function: MyFunction()in /main_script.php on
line 4.
How can I properly "divide" my script into several ones ???
TIA,
______
Mauricio Cuenc
0), Array(1,"Enero"), Array(2,"Febrero"),
Array(3,"Marzo"), Array(4,"Abril");
*/ And call the function */
TextList("my_list", $my_array);
I need to know how exaclty can I pass and receive an array as a function
argument. Hope you can help
0), Array(1,"Enero"), Array(2,"Febrero"),
Array(3,"Marzo"), Array(4,"Abril");
*/ And call the function */
TextList("my_list", $my_array);
I need to know how exaclty can I pass and receive an array as a function
argument. Hope you can help me, TIA.
-
_
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ot;\n";
> $body .= "Content-Transfer-Encoding: base64\n";
> $body .= "Content-disposition: attachment; filename=\"attach.pdf\"\n\n";
> $enc_pdf = chunk_split(base64_encode($buffer));
> $body .= $enc_pdf . "\n"; }
> $body .= "--Message-Bound
r with Php extensions?
Thanks in advance,
Mauricio
--
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]
Hello, I'm new in php development... I was wondering how can I attach a Word
(.doc) Document in an email sent with the mail() function (if I can do it
just with it).
I know it has to see with the additional headers of the email, but I would
be grateful If anyone could tell where can i go to for t
button. Is there a way that the page reaload automatically the data from the
database without the user pressing the reload button? Thanks in advance.
--
Mauricio Téllez Jiménez
Seguimiento Técnico EDUMEXICO
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Zamora No. 25, Col. Centro
C.P. 91000, Xalapa, Ver.
-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
Mauricio Téllez Jiménez
Seguimiento Técnico EDUMEXICO
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Zamora No. 25, Col Centro
C.P. 91000, Xalapa, Ver.
Tel. 52(28
What about Emacs? I think this is the most powerful, configurable and extensible. Not
only good with PHP, but also pretty good for any programming language (C, C++, Java,
Ada, Assembly, HTML, etc). You can compile your programs from Emacs, and even debug
them. Also have a lot of add-on like ca
I think that SSL is the more transparent choice.
Cheers.
On Wed, Jul 18, 2001 at 11:38:19AM -0600, Matthew Aznoe wrote:
> Greetings,
>
> I am developing an application that will access a MySQL database remotely
> from another server. I would like to be able to use a standard database
> connect
Hi all, I want to print all the text stored in a tag. For example:
Hello
World
Again!!!
This is the final select, but is created dinamically with javascript.
So when the sumbit button is pressed, I want that my php script output the folowing:
The number of options is: X(3 in that exampl
Hi, I don't know what is exactly what you want to do, but I have a page with a
tag, and a mySQL database with a TEXT field, that way I can use newline
breaks.
Bye.
On Fri, Jul 06, 2001 at 04:06:58PM +0100, Mat Marlow wrote:
> Hi all,
> I am in desperate need for a solution to HTML text fields
Hi, you have to break your table in pieces and create tables for items that occur more
than once. For example:
CREATE TABLE articles (
ID int(6) NOT NULL auto_increment,
id_category UNSIGNED INT REFERENCES category,
HEADING varchar(30) NOT NULL DEFAULT '' ,
BODY longblob ,
...)
CREATE TABLE pic
Cool, you have found another way!
So the realm make diference? A user loged in a realm isn't the same in
other realm? Very cool...
Explain better your solution to us.
Regards,
Don Read wrote:
>
> On 07-May-01 Mauricio Souza Lima wrote:
>
> > And you have to inform t
ate"'
> > );
> > header( 'HTTP/1.0 401 Unauthorized' );
> > echo 'Authorization Required.';
> > exit;
> >
> > } else {
> >
> > %%stuff 2 do%%
> >
> > }
> > ?>
> > ***
> >
> >
Hello
I update my server from php 3.016 to php 4.0.4pl1 and it's work
partially, because some of file called php3 that work perfect in php
3.0.16 now dont'w show anything, How can I solve this problem? Any Ideas?
Thanks
--
Mauricio Alarcon Rincon
Webmaster - Webdepot
Linux Regis
I am trying to start the server and it returns the following in the
interbase.log.
ns1.mautec.com (Client) Sat Apr 14 22:06:05 2001
INET/inet_error: connect errno = 111
ns1.mautec.com (Client) Sat Apr 14 22:06:05 2001
/opt/interbase/bin/ibguard: guardian starting bin/ibserver
Steve Werby wrote:
> "Tim Ward" <[EMAIL PROTECTED]> wrote:
>> SHOW COLUMNS FROM tablename
>> is the MySQL query
>
> That works well from the MySQL commandline, but isn't as useful from
> within a PHP script if Mauricio wants to control the formatt
HI,
does anyone knows how to retrive information about the columns names of a
table?
I know that is possible to use show table mytable using isql but
I need to get information about the columns using sql.
that information is to be accessed with a php script. so, I'm looking
for something resemb
Since ibase_query returns true if the query succeeds I've tried this, but
with the same problem with ibase_fetch_row:
$stmt = "select count(*) from soldcars";
if ($query= ibase_query($stmt) or die ("alert('" . ibase_errmsg() . "'); ")){
$result = ibase_fetch_row($query);
$
Hello, this is my first attempt to query and print a result coming from a
database, in this case interbase6.
I got the following error: InterBase: Dynamic SQL Error SQL error code =
-504 Cursor unknown in maingeral.htm on line 8
Here's the code:
alert('" . ibase_errmsg() .
"'); ");
$st
t too beatifull but so far, I'm a litte too short in html/php and this is
going to help me to finish the job.
At first, I though that the apache it itself called php and it finds the
escape sequence, not that the entirely file has to be parsed by php.
Thanks for your replays
Mauricio
ually do stuff with Delphi/Builder and now I'm moving
to web oriented programs.
Thanks for looking!
Mauricio Junqueira
Mautec Corp.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contac
Well it work partial, the .php now works but .php3 doesn't work Any
other ideas?
Thanks
Mauricio Alarcon
[EMAIL PROTECTED] wrote:
> Hi,
>
> I`m not sure if this is 100% the right method but you can try it and see.
> Change httpd.conf to the following.
>
> AddType
for a
application or save to disk.
I put this line sin httpd.conf but dont'work
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
AddType application/x-httpd-php .php
Action application/php4script /cgi-bin/php
What I'm doing wrong?
Thanks
--
Mauricio
Hello
I want to connect to a Microsoft SQL Server, I try with mssql_connect
but the script don't work, it always say
Call to unsupported or undefined function
What I do worng?
Thanks
--
Mauricio Alarcon Rincon
Webmaster - Webdepot
Linux Registered User # 157093
CF-18 H
88 matches
Mail list logo