I have a couple of php script coded with PHPCoder, which (I don't know why)
isn't working. I need someone who can decode those scripts for me and send me
the codes decrypted or teach me how do it...thanks a lot
Saludos Fraternales
_____
Atte.
Alberto García
There's a think that I don't understand and I really really need to know. Can
XAMPP run PHP4 and PHP5 at th same time? How?
Saludos Fraternales
_____
Atte.
Alberto García Gómez M:.M:.
Administrador de Redes/Webmaster
IPI "Carlos Marx", Matanzas. Cuba.
ne is requesting???
Saludos Fraternales
_
Atte.
Alberto García Gómez M:.M:.
Administrador de Redes/Webmaster
IPI "Carlos Marx", Matanzas. Cuba.
0145-2887(30-33) ext 124
__ Información de ESET NOD32 Antivirus, versión de la base de firmas de
virus
I'm seeking for some class to work with sessions against a mysql DB, please
examples are welcome.
Este correo ha sido enviado desde el Politécnico de Informática "Carlos Marx"
de Matanzas.
"La gran batalla se librará en el campo de las ideas"
--
PHP General Mailing List (http://www.php.net/)
Hi fellows:
I'm trying to mount PHP5 ( the last stable version from php.net) under a
IIS6 (win2k3 SP2), and when I run the .msi and it finish it said that is not
possible the configure httpd.conf, which is a very big mistake 'cause I'm
specify that I use IIS6.
After that I try making a manua
I have this URL
http://www.myserver.com/dir1/dir2/page.html
and I wish to rewrite the url using mod_rewrite to add a ~ after the first
dir always, eg.:
http://www.myserver.com/~dir1/dir2/page.html
Please it's very important to make this ASAP
best regards
Este correo ha sido enviado desd
I trying to include some image generate for a function that use GD.
eg.:
function myfunct(){
[MY_CODE]
}
but when I call the function it generate me a lot of symbols, letters and
numbers but no image.
WHAT CAN I DO?
PS.: I actually usgin a iframe to create the iomage in another .php page
What could happen that my mail function isn't working. I check twice my php.ini
conf and it's fine. I test sendmail manually and it's OK. I also try to send
mails with sendmail stoped and started and nothing happen
Este correo ha sido enviado desde el Politécnico de Informática "Carlos Marx"
de
I install php-pecl-session_mysql and I config my php.ini in this way
session.save_handler = mysql
but this error appear:
Warning: session_start() [function.session-start]: Cannot find save handler
mysql in /var/www/mysite/core/users.php on line 45
I just folow the instructions in the session_m
I'm a mess in regular expressions and I make this code:
$link = ereg_replace('ñ','n',$link);
$link = ereg_replace('á','a',$link);
$link = ereg_replace('é','e',$link);
$link = ereg_replace('í','i',$link);
$link = ereg_replace('ó','o',$link);
$link = ereg_replace('ú','u',$link);
I ask if is
Is there some directive that configure a vistual host to only see inside a
path eg.: /var/www/users/user1
Este correo ha sido enviado desde el Polit�cnico de Inform�tica "Carlos Marx"
de Matanzas.
"La gran batalla se librar� en el campo de las ideas"
--
PHP General Mailing List (http://www.p
Can I use -dissable_classes- and -dissable_functions- directives inside Apache
virtual host configuration using php_value directive.
Este correo ha sido enviado desde el Politécnico de Informática "Carlos Marx"
de Matanzas.
"La gran batalla se librará en el campo de las ideas"
I want to use the mail() function but doesn't work so I have some questions:
1. Is necessary that sendmail must be installed in the server to use this
function?
2. Is necessary that sendmail must be running to use this function?
3. Is necessary that sendmail must be proper configure to use this f
M
Subject: [PHP] Re: Sending Mails
All true. sendmail or a sendmail shell must be running. The sendmail
command to use can be customized in the sendmail_path directive in the
php.ini configuration file.
If you can't manually use sendmail to send an email, php can't either.
John Gu
Fellows, I need to change this configuration from my httpd.conf file to an
.htacces file so my scripts can work in any apache without having access (or
change) the server httpd.conf file
Here's the piece of the httpd.conf
RewriteEngine On
RewriteLogLevel 9
RewriteLog logs/server.com-rewrite_log
Hi Fellow:
I wonder if there some list about HTML/CSS/JavaScript and Genereal Web Design.
Thanks
Fellows:
If I use ereg_replace($params, $string) I can replace the char that match
with $params in the $string.
BUT, how I can replace ALL chars EXCEPT the chars in $params.
Something like !$params, I think
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://w
Friends:
I need a good example to create a session and navigate an entire site with this
sessions. Also I need that sessions handle a three variables.
__
Atte.
Alberto García Gómez
Administrador Nodo Atenas
http://www.mtz.sld.cu/
Tel: 53-45-282212
Carlos Alberto Pinto Hurtado
IT ICA
(57 1) 2322181
(57 1) 2324698
Movil.(57 3) 310 6184251
-Mensaje original-
De: Victor Halla [mailto:[EMAIL PROTECTED]]
Enviado el: Wednesday, December 04, 2002 6:16 PM
Para: [EMAIL PROTECTED]
Asunto: [PHP] Problem with functions
Hi,
I have de
I don't can redirect my page to new url
please help me
Carlos Alberto Pinto Hurtado
IT ICA
(57 1) 2322181
(57 1) 2324698
Movil.(57 3) 310 6184251
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm use
header("Location: http://www.ica.gov.co/contratacion/RObs_borradores?control=1";);
but the answer is
Warning Cannont add header information - headers already send by (output started at
G:\Intranet\common\mail.php:36) in G:\Intranet\common\mail.php on line 37
Carlo
ica.gov.co eg. [EMAIL PROTECTED]
function mail dont'n response.
can help me?
Carlos Alberto Pinto Hurtado
IT ICA
(57 1) 2322181
(57 1) 2324698
Movil.(57 3) 310 6184251
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi.
I'm setting up a credit card payment app. When I send the information
through the form I get a result similar to this:
NOT CAPTURED:00:428930479495:NA:1015:9755676331042890:1:1
This is the only data in the result page.
I have never done parsing, and I have no idea of how to get thi
Thank you Matt and Ed.
I have solved the issue and started looking into parsing and regular
expressions.
Thx
Carlos.
On Fri, 15 Oct 2004 10:57:02 -0500, Matt M. <[EMAIL PROTECTED]> wrote:
> > http://us2.php.net/manual/en/function.preg-split.php
> >
> > should do it
>
>
> also http://us2.php.
Hi,
I am working on setting up a VPOS system, and I need to read the
results of sending the CC information to the bank.
When sending the form I am doing it with HTTPS port 443 with POST
method in my form and application/www-form-urlencoded
When I get the results of my submission I get another ht
201 - 225 of 225 matches
Mail list logo