[PHP] Re: [PHP-INST] RedHat 7.3 apache is running but where is PHP support

2002-08-11 Thread php @ banana
remove dependent modules, to find out dependencies: rpm -q --whatrequires php the list should have some php/mysql stuff, dump it all, R> >Hi > > >If i type rpm -e apache I get an error that that would destory some >dependinces ... > >In replay to Erik : > >I have downloaded the source code

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 -

Re: [PHP] which function can do so ?

2002-08-03 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 th

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 Mailin