Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #20.4K
Ranked #2K
~2K People Reached
About Me

Well:

My name is Kyle Hudson MCSE+i MCSA CCNA CCNP.

I am the CEO of Diskhub CDN, a Content Delivery Network in the UK.

Interests
web development, software development, networking
PC Specs
My machine is kinda a server, Quad Core Xeon 2.66GHz, 1333MHZ FSB 2GB 667MHZ DDR RAM 3 * 300GB SCIS…
Favorite Forums
Favorite Tags
php x 10

5 Posted Topics

Member Avatar for drewpark88

[QUOTE=drewpark88;1120201]You probably guessed but I meant create and not creaye[/QUOTE] Hi Drew, Everyone makes spelling mistakes :P [code] if($response->IsApproved()) { $eol = "\r\n"; $to = ""; //the recipitant $subject = ""; // the subject $message = ""; // the thank you message $headers = "From: Drew Park <no-reply@your-domain>$eol"; if(@mail($to, $subject, …

Member Avatar for fourseason
0
265
Member Avatar for MDGM

[code] <?php $input = str_replace("£", "&pound;", $input); ?> [/code] where $input is the string you are entering into a text file. Kyle

Member Avatar for almostbob
0
240
Member Avatar for phpDave

Hi Dave, Like Larry said, you will need to use a web host as PHP mail proberly isnt enabled on your localhost. Try something like: [code] <?php $eol = "\r\n"; $to = ""; //the recipitant $subject = ""; // the subject $message = ""; // the message $headers = "From: …

Member Avatar for phpDave
0
143
Member Avatar for Altairzq

Hi, First things first: The cgi-bin (common gate interface bin) is a storage area for CGI/Perl scripts. I am not sure why you are placing your PHP files in their, PHP is a server-side language and it should execute anywhere on a server with PHP enabled. In regards to your …

Member Avatar for Altairzq
0
1K
Member Avatar for aryanmughal

[code] <?php $url = "http://www.example.com/swf/"; $url .= $url . $_GET["code"]; ?> <object type="application/x-shockwave-flash" style="width:470px;height:320px;" data="<?php echo $url; ?>"> <param name="movie" value="<?php echo $url; ?>" /> <param name="quality" value="very high" /> <param name="wmode" value="transparent" /> <param name="bgcolor" value="" /> <param name="autoplay" value="true" /> <param name="allownetworking" value="internal" /> <param name="allowfullscreen" value="true" /> …

Member Avatar for aryanmughal
-1
100

The End.