sci-kode 0 Newbie Poster

Hello all!

I just wonder if it's posible to rewrite index.php, index.php?variable=some and the root
to same rewrite in htaccess. If so how?

Here's an example that don't work, but maybe you get the idea.

RewriteEngine On
RewriteCond %{HTTP_HOST} !^myexample.com$
RewriteRule (.*) http://myexample.com/$1 [R=301,L]
RewriteRule ^another-variable-in-url$ /index.php [L]
RewriteRule ^another-variable-in-url$ /index.php?variable=1 [L]

I'm getting the wrong url it end up like this another-variable-in-url?variable=1
Is there a way to fix this?

sci-kode 0 Newbie Poster

can someone suggest a good free online tutorial for c#
thx:)

Don't know your level nor your goal, but maybe this would help...
http://msdn.microsoft.com/en-us/library/aa288436%28VS.71%29.aspx
and
http://msdn.microsoft.com/en-us/vcsharp/aa336766.aspx

sci-kode 0 Newbie Poster

yea... it's high time for me to rediscover amazon :)

thanks!

sci-kode 0 Newbie Poster

Hi!

I'm looking for the book Network security essentials 2nd or 3rd edition by William Stallings, I live in europe (EU) and can't find it anywhere. So I just wonder if you guys know a place where I can get it as an eBook (legal! Paperbacks too, if it's inside EU) or if there is an equal good or better book that you can recommend me to read instead/also.

Cheers!

sci-kode 0 Newbie Poster

Where's your problem? To write a class.. or?

sci-kode 0 Newbie Poster

here's more about file.copy
http://msdn.microsoft.com/en-us/library/c6cfw35a.aspx#

but you should maybe read from the destination file and append new text from the source file, and rewrite destination file over and over again. Using streamWrite and stremReader.

see this link for more info
http://msdn.microsoft.com/en-us/library/system.io.streamwriter.aspx

sci-kode 0 Newbie Poster

I think the mail function will work and add your youtube clip in the message

see more here...
http://php.net/manual/en/function.mail.php

sci-kode 0 Newbie Poster

add +10 to the value when the value hits 22 (22 +10 = 32) and let the loop just go after that... then u got your pattern... If I understood this correct

cheers!

sci-kode 0 Newbie Poster

Wow! I wasn't aware of planet PDF, nice :)
Thinking in Java is a good book.