No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
| |
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. [CODE]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$ … | |
Re: [QUOTE=yup790;1087713]can someone suggest a good [B]free[/B] online tutorial for c# thx:)[/QUOTE] Don't know your level nor your goal, but maybe this would help... [url]http://msdn.microsoft.com/en-us/library/aa288436%28VS.71%29.aspx[/url] and [url]http://msdn.microsoft.com/en-us/vcsharp/aa336766.aspx[/url] | |
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 … | |
Re: Wow! I wasn't aware of planet PDF, nice :) Thinking in Java is a good book. | |
Re: here's more about file.copy [url]http://msdn.microsoft.com/en-us/library/c6cfw35a.aspx#[/url] 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 [url]http://msdn.microsoft.com/en-us/library/system.io.streamwriter.aspx[/url] | |
Re: I think the mail function will work and add your youtube clip in the message see more here... [url]http://php.net/manual/en/function.mail.php[/url] ![]() | |
Re: 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! |
The End.