/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
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
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
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
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
.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
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.
>
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
future?
Best Regards,
Bart Frackiewicz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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/" .
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]
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
> 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
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]>
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
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
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] = '';
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
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
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
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"
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
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
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
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
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
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
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--
29 matches
Mail list logo