Re: [PHP] Why Protect PHP coding?

2002-08-01 Thread php @ banana
Just out of curiosity when and why? Is there any method to encrypt PHP files. Nyon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --__-__-__ eat pasta type fasta -- PHP General Mailing List

Re: [PHP] which function can do so ?

2002-08-04 Thread php @ banana
you mean redirect? header(Location: www.stuff.com); make sure it goes before any output to screen or html tags or it won't work, I am exactly a beginner of php. This question may be easy. I have a php program which want to achieve the url from browser. e.g. webmail.xxx.com then how the

Re: [PHP] Can I perform a PHP script from a form but stay on the same page afterwards?

2002-08-09 Thread php @ banana
You can send a 204 No Content header, and the browser won't move to the new page, but instead the PHP script will be executed and the browser will stay on the same page. could you gimmie a code snippet of the above Thanks R Jim Dam [EMAIL PROTECTED] - Original Message - From: