Re: [PHP] encryption

2001-12-06 Thread Valter Santos
I agree... MD5 is the best way to store passwords... you only store the md5 hash of the actual password, then when the user logins you have to compare the stored hash with the md5 hash of password the user uses to login! cheers, Valter Santos - Original Message - From: "

Re: [PHP] Minimum Apache & CD-ROM root

2001-12-05 Thread Valter Santos
running apache from a distro CD mm! I suppose you can't :( why you don't build a static version of your PHP application??? it's far easy... there are some utilities for done it :) do a search in google cheers, Valter Santos - Original Message --

Re: [PHP] Printing Reports

2001-11-27 Thread Valter Santos
what type of reports ??? if you really want to print it using a common printer i suggest that you go for PDF... if your type of reports are server log reports you can use GD or ImageMagick and display it using HTML cheers, Valter Santos - Original Message - From: "Dan

RE: [PHP] PHP and Perl

2001-09-04 Thread Valter Santos
try use redirections. e.g, call your php script that redirects to your pl script with all required parameters that redirects for a resulting php script... arrrgg but i think the better way is to convert everthing to PHP or Perl Cheers Valter

RE: [PHP] The future of PHP

2001-09-02 Thread Valter Santos
Zeev, I agree with you! Valter Santos WEB/WAP Consultant > -Original Message- > From: Zeev Suraski [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 03, 2001 1:21 AM > To: Valter Santos > Cc: [EMAIL PROTECTED]; [

RE: [PHP] Refreshing php.ini without restart...

2001-09-02 Thread Valter Santos
you really do not to have to rebbot your server... Just restart apache with the graceful action... apache graceful Valter Santos WEB/WAP Consultant > -Original Message- > From: B. van Ouwerkerk [mailto:[EMAIL PROTECTED]] > Sen

RE: [PHP] The future of PHP

2001-09-02 Thread Valter Santos
I really disagree with you Zeev. I am from Portugal, Europe, and here the idea of "Microsoft is the best" still exist! Hope this change in the near future! Cheers Valter Santos WEB/WAP Consultant Email : [EMAIL PROTECTED]

RE: [PHP] Refreshing php.ini without restart...

2001-09-02 Thread Valter Santos
apache graceful command will restart the server altought it will wait until all web server sessions are finished to restart Valter Santos WEB/WAP Consultant > -Original Message- > From: Gerard Samuel [mailto:[EMAIL PROTECTED]]

RE: [PHP] help !

2001-09-02 Thread Valter Santos
Nikola, put your php files in the public html folder of your xitami configuration... something like c:\xitami\public_html or c:\xitami\htdocs cheers Valter Santos WEB/WAP Consultant > -Original Message- > From: Nikola Veber [mailto:

RE: [PHP] Can PHP and Java work together?

2001-09-02 Thread Valter Santos
Of course you can do that! PHP is server side and javascript is client side... you can work with javascript within PHP like you work with HTML! Valter Santos WEB/WAP Consultant > -Original Message- > From: Jack [mailto:

FW: [PHP] ジャストイン〔010522号〕

2001-05-22 Thread Valter Santos
yeahh! I like it too :) Valter Santos WEB/WAP Consultant Email : [EMAIL PROTECTED] Mobile: +351 93 9650075 WeDo Consulting - http://www.wedo.pt > -Original Message- > From: Infomation S

FW: [PHP] Running two scripts from HTML

2001-05-22 Thread Valter Santos
ially... Valter Santos WEB/WAP Consultant Email : [EMAIL PROTECTED] Mobile: +351 93 9650075 WeDo Consulting - http://www.wedo.pt > -Original Message- > From: Luis E. Suarez [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 22, 2001 2:07 P

RE: [PHP] Solution for PHP - IMAP - WAP ?

2001-05-09 Thread Valter Santos
st regards! ........ Valter Santos WEB/WAP Consultant > -Original Message- > From: Nikolajus Krauklis [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 08, 2001 11:54 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Solution for PHP - IMAP - WAP ? > > > Hi, > > Maybe

RE: [PHP] Can I install Lihnux on My Windows 95 machine ?

2001-04-27 Thread Valter Santos
! Valter Santos WEB/WAP Consultant Email : [EMAIL PROTECTED] Mobile: +351 93 9650075 WeDo Consulting - http://www.wedo.pt > -Original Message- > From: Manisha [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 25,

RE: [PHP] Decrypt Function?

2001-03-25 Thread Valter Santos
u just have to encrypt the inputed text and compare it with the previously stored password... .... Valter Santos WEB/WAP Consultant Email : [EMAIL PROTECTED] Mobile: +351 93 9650075 WeDo Consulting - http://www.w

RE: [PHP] Resource for PHP and other technologies

2001-03-11 Thread Valter Santos
The site is very cool, narsu!!! Congratulations, and keep the good work! Valter Santos WEB/WAP Consultant Email : [EMAIL PROTECTED] Mobile: +351 93 9650075 WeDo Consulting - http://www.wedo.pt

RE: [PHP] sending SMS messages via PHP

2001-03-10 Thread Valter Santos
mail server... As an example, to send a SMS to me, you can send a email to [EMAIL PROTECTED] this, probably will work... the mail user alias is my phone number and the server domain is the Cellco' mail server ~ hope this help Valter Santos WE