[PHP] problem redirecting to protected directory

2003-12-03 Thread Bart
/securedir/"; >> endJavaScript << How can I redirect a logged in user to the 'secure'-dir and also pass the 'username' and 'password' that give access to this dir? I hope you can help me out with this... Thanks in advance. Best regards, Bart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] header, also stumped

2003-12-10 Thread Bart
popup keeps showing. Does anyone have any ideas? Regards, Bart !> -Oorspronkelijk bericht- Van: Jon Kriek [mailto:[EMAIL PROTECTED] Verzonden: woensdag 10 december 2003 1:15 Aan: [EMAIL PROTECTED] Onderwerp: Re: [PHP] header function, I'm stumped -- Jon Kriek www.ph

RE: [PHP] header, also stumped

2003-12-10 Thread Bart
I've tried to test it in a browser with copy-url and it works fine. Through the script however it doesn't (using the same/correct url!!). Any ideas... Regards, Bart !> -Oorspronkelijk bericht- Van: Richard Davey [mailto:[EMAIL PROTECTED] Verzonden: woensdag 10 decemb

[PHP] Newbie with sorting problem

2004-01-06 Thread Bart Koppe
quot;); } ?> This scripts works, but.. my desire is now to be able to sort the output, wich is generated by the 'while' loop, for instance on 'name', or on 'surname' . sort(), ksort()? I couldn't understand the explanations i found (and so declared myself as newbie :) Can anybody help me with this? I would be delighted... Thanks in advange! Bart Koppe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: help using ereg_replace()

2002-01-14 Thread Bart Brinkmann
php, this book will teach you quite a bit about how to effectively use preg, which i've found to be easier, and faster than ereg. For the record, I like perl's syntax better... ;p Hope this helps, /bart -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: Mon

RE: [PHP] How to protect JavaScript?

2002-01-16 Thread Bart Brinkmann
.0/misc/rewriteguide.html /bart -Original Message- From: Martin Thoma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 9:29 AM To: [EMAIL PROTECTED] Subject: [PHP] How to protect JavaScript? Hello! I want to protect a JavaScript: It should only be readable out of the docum

RE: [PHP] How to protect JavaScript?

2002-01-16 Thread Bart Brinkmann
ot;;. Check out the primer above, it's pretty straght-forward. /bart -Original Message- From: Martin Thoma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 9:47 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] How to protect JavaScript? Hi Bart, thanx for your answer. >

RE: [PHP] RTFM

2002-01-18 Thread Bart Brinkmann
about 10 messages down* "How to send url on if statement". 1) if statements are surely covered on php.net 2) It is not a php-specific question 3) If you don't understand how "if statements" work, use that 8lb mass on your shoulders - RTFM Just my $0.02 USD. /bart

[PHP] Multi Threading in PHP

2002-02-06 Thread Bart Frackiewicz
future? Best Regards, Bart Frackiewicz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: function not returning TRUE

2002-02-12 Thread Bart Veldhuizen
Hi Nick, did you double-check your query ($qry)? Run it from the mysql client or from phpMyAdmin to make sure its returning some rows of data. Cheers, Bart Nick Wilson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all > Can anyone see any reason why this fu

Re: [PHP] How to change Return-path and sender address

2001-12-06 Thread Bart Frackiewicz
Hi Sanjay, you can add extra headers in the mail command. example from php.net: mail("[EMAIL PROTECTED]", "the subject", $message, "From: webmaster@$SERVER_NAME\r\n" ."Reply-To: webmaster@$SERVER_NAME\r\n" ."X-Mailer: PHP/" .

[PHP] Q regarding recursive function

2001-12-06 Thread Bart Verbeek
thing happens. How can I change the function so the cat-tree for $id=$var1 will be shown?? Kind regards, Bart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] stripping white space?

2001-07-09 Thread Bart Veldhuizen
ring function. Read http://www.zend.com/manual/function.ob-start.php for more information and a simple example on this. Why not go for HTTP compression though? The gain would be much larger than just stripping out the whitespace/comments and such.. Have fun, Bart -- PHP General Mailing List

Re: [PHP] stripping white space?

2001-07-10 Thread Bart Veldhuizen
> here discourage me that much. In my experience once you use HTTP compression, adding a few comments or whitelines do hardly add to the filesize anymore. I don't think it's worth the trouble to write super-compact HTML. I don't know a single thing about XML, so I'll skip th

Re: [PHP] stripping white space?

2001-07-10 Thread Bart Veldhuizen
Hi Maxim, I wrote a mini-manual about the module. You can get it with the code from: http://helium.homeip.net/stuff/cache.tar.gz I hope it helps you and I look forward to suggestions and contributions! Bart "Maxim Maletsky" <[EMAIL PROTECTED]>

Re: [PHP] stripping white space?

2001-07-10 Thread Bart Veldhuizen
add the following line to php.ini: zlib.output_compression = On That's all there is to it! Have fun, Bart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators

[PHP] calculating the average of arrays

2001-09-04 Thread Bart Verbeek
Hello, I want to calculate an average from the following variables/arrays a - $f[$index][f_d1_perc] with $f[$index][f_d1_weight] b - $f[$index][f_d2_perc] with $f[$index][f_d2_weight] c - $f[$index][f_d3_perc] with $f[$index][f_d3_weight] d - $f[$index][f_d4_perc] with $f[$index][f_d4_weight] e

[PHP] Warning - how serious, how to eliminate

2001-09-07 Thread Bart Verbeek
ed to $totaal and $weight, when not the var has to be skipped. At the end of the scripts $totaal is devided by $weight to get an average ($percentage). What can I do to eliminate the warning and is it serious? Regards, Bart #BEGIN PHP-SCRIPTS for (;;$fase[$i]) { $weight[$i] = '';

[PHP] "no-store" and "no-cache" = no files in browser"s cache ?

2004-09-09 Thread Bart Coninckx
n the "Temporary Internet Files" for IE6. I also tried Mozilla, but I see changes in the cache as well. Comments would be greatly appreciated! Thx! Bart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mod_rewirte loses POST data

2005-05-13 Thread Bart Seresia
Hi, I'm currently developing a webapplication that uses mod_rewrite. At some point i have to post data but i't seems to get lost, checking the web and some archives i've found that normaly mod_rewrite should preserver this data, but apparently it doesn't. Could anyone help me? Im using: Apache

[PHP] Repost: mod_rewirte loses POST data

2005-05-14 Thread Bart Seresia
Hi, I'm currently developing a webapplication that uses mod_rewrite. At some point i have to post data but i't seems to get lost, checking the web and some archives i've found that normaly mod_rewrite should preserver this data, but apparently it doesn't. Could anyone help me? Im using: Apache

[PHP] Re: Repost: mod_rewirte loses POST data

2005-05-14 Thread Bart Seresia
this output for post and get: array(18) { ["HTTP_POST_VARS"]=> array(0) { } ["_POST"]=> array(0) { } ["HTTP_GET_VARS"]=> array(2) { ["shopid"]=> string(3) "wsn" ["page"]=> string(6) "Basket"

[PHP] Apache 2 on RedHat

2004-12-01 Thread Bart Baenisch
any other risks to sticking with the prefork Apache 2? Thank you for taking the time to respond. -Bart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Apache 2 survey

2004-12-02 Thread Bart Baenisch
switch to Apache 1.x, what were the symptoms? Thank you for your time. -Bart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] upgrade problems

2001-01-18 Thread Bart A. Verbeek
Hello, I tried to upgrade php3* to php4 on my win98 machine. Downloaded the binarie and tried to install it. Every time I trie to request a *.php-file I get the following error: >> PHP: Unable to parse configuration file. Does anyone know what this meens and how to solve it?? php 3 always work

RE: [PHP] upgrade problems

2001-01-18 Thread Bart A. Verbeek
Heb ik ook CGI nodig om php4 te draaien?? -Oorspronkelijk bericht- Van: Chris Hayes [mailto:[EMAIL PROTECTED]] Verzonden: donderdag 18 januari 2001 13:18 Aan: Bart A. Verbeek Onderwerp: Re: [PHP] upgrade problems > >> PHP: Unable to parse configuration file. > > Does a

[PHP] Q - php-apache _ php-cgi

2001-03-18 Thread Bart A. Verbeek
thing or keep an important aspect in mind..? I hope you people can clear this out for me Thanks in advance, Bart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

[PHP] ? interbase ?

2001-04-21 Thread Bart A. Verbeek
es anyone know hostingproviders that support Interbase? 9.> Why would anyone choose Interbase when they can use MySQL on the same server? I hope anyone can help me! Thanks in advance... Regards, Bart Verbeek -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PRO

RE: [PHP] PHP Interact with DreamWaver

2001-06-19 Thread Bart A. Verbeek
lso with php. It let's you layout the page very well and shows a [PHP]-icon everywhere there is code in a page. I'm using Ultradev and thought it could handle php dynamicly (like cooldfusion/java) but it does not -> A shame :) good luck. mzl Bart -Oorspronkelijk bericht--