- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
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…
5 Posted Topics
Re: [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, … | |
Re: [code] <?php $input = str_replace("£", "£", $input); ?> [/code] where $input is the string you are entering into a text file. Kyle | |
Re: 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: … | |
Re: 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 … | |
Re: [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" /> … |
The End.