Awesome, thanks for sharing this! I'll try it out and let you know how things go. It looks pretty good so far! -the mole
Not sure I quite understand what you're asking for, but this should get you going in the right direction: $contents =...
Add session_start() to your main file and to your style.php: $_SESSION['basefont'] = 'Arial';
an easy way to get the contents of an array mailed to you: mail('you@domain.tld', 'subject', print_r($array, 1), 'From: you@domain.tld');...
Basically someone could pass values through $_GET[page] that would allow them to access files that could compromise your system or get info you...
You would just use this format: <a href='yourpage.php?var1=bob&some_var=32fd1'>anchor text</a> -the mole
Fix this line: header'=> accept-language: en\r\n" . -the mole
This is probably what you're looking for: RewriteEngine on RewriteRule ^content1/(page[0-9]+)\.php$ page_handler.php?page=$1 [L] Just put...
From your example this would make the last octet zero: $range = preg_replace("#([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})\.[0-9]{1,3}#", "$1.0",...
What they mean is it's easy to change what referrer is being sent to you. Referrers are generated by the browser and passed on with the request to...
First i would try your last expression, but put a capital 'U' after your regex delimiter: /\< *[img][^\>]*alt *= *[\"\']{0,1}([^>]*) *src *=...
You'll need to have two separate scripts, one for your text (just like normal) and one for your image. Then you can call your image script on your...
Here you go, the changes are in bold: <?php $mysql_host = 'myhost'; $mysql_user='root'; $mysql_password=''; $mysql_db='customer'; if (!$link =...
Any recommendations on a card? I'm not a hard core gamer, so it doesn't have to be great in that respect. I currently have a cheapie ASUS Geforce...
I have a few questions for the Mac users out there... It's time for me to upgrade again and after seeing the 24" iMac at the store here I'm really...
Separate names with a comma.