[PHP] Re: encryption and HTTP

2002-02-24 Thread Murray Chamberlain
Yeah the idea of php md5() hash is for data integrity, by taking a hash of some data and taking a hash of it later, allows you to compare the results and see if the data hash been changed, such as a database value. You have to use some form of client side technology to pass variables encrypted.

[PHP] Re: function that extracts numbers from a string

2002-02-22 Thread Murray Chamberlain
look on php.net for preg_replace and functions like that, they use regular expressions to replace characters Digitalkoala [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi folks, Is there a function that extracts numbers from a string? I can do this with

[PHP] Re: header (Location: URL);

2002-02-21 Thread Murray Chamberlain
Ali [EMAIL PROTECTED] wrote in message 001701c1bada$f5ca5780$[EMAIL PROTECTED]">news:001701c1bada$f5ca5780$[EMAIL PROTECTED]... Hello, is there any possibility of redirecting a request URL using header:Location and openning the requested URL in a new window linke target=blank in html. Thank

[PHP] Re: regular expressions

2002-02-21 Thread Murray Chamberlain
I think you have some un-needed code there. But anyway you might need to use a double backslash infront of the | If that doesn't work mail me back Muz German Castro Donoso [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I have a problem with ereg function. In

[PHP] Re: Include_Path :: How do you set that up???

2002-02-21 Thread Murray Chamberlain
The include path should specify the file you are trying to include relative to your file that is including. E.g.. Consider two php file 1.php and 2.php if they are in the same directory and you want to include 1.php with 2.php you simply add the line at the beginning of 2.php ? include(1.php);

[PHP] Re: Bizarre problem.

2002-02-21 Thread Murray Chamberlain
I have had similar problems with compiling GMP on win32 under cygwin. I only have two suggestions put the oracle library under /usr/mingw I saw this on a google group forum. The other thing is, that in the manual you will probably need some additional files for SSL. BTW I think mysql is natively

[PHP] gmp installation win32

2002-02-20 Thread Murray Chamberlain
Has anybody installed the gmp library or know of any well documented ways of doing so I really need some help with this one. I am using win32 and I need to get it running asap. I have already installed the gmp library using cygwin but I can't get php to configure with gmp and make it gives a