Jump to content

wordpress send image to email


dmarks83

Recommended Posts

Hi there,

 

new hear and looking for a little help. Ive just installed wordpress 2.7 for a little project of mine providing blackberry storm wallpapers. basically i want a little form next to the image where user can input their email adress and send it direct to email/blackberry.

 

the form im using is along these lines:

 

<h3 style="margin-bottom: 5px;">Send To Your BlackBerry</h3>

<form action="http://www.mysite.co.uk/email.php" method="post">

<input type="hidden" name="wallpaper" value="http://www.mysite.co.uk/wp-includes/images/large/brightcity_big.jpg">

<input type="hidden" name="wpname" value="Bright City">

<p><strong>Enter Your Email Address<br></strong><input type="text" name="email"><input type="submit" value="Send it!"></p>

</form>

 

mysite.co.uk is not real site just havnt picked a name yet lol... Basically im looking for the php code for the email.php file as i havnt got the first clue about php hence arriving here.

 

If anyone could help implement this for me im sure i could reimburse you with some advertising space on my site ;-)

 

thanks in advance

 

Link to comment
Share on other sites

scrap that the form im using is:

 

<form action="http://www.blackberrystormwallpapers.co.uk/email.php" method="post">

                                        <input type="hidden" name="wallpaper" value="<?php echo get_post_meta($post->ID, "large-image", $single = true); ?>" />

                                        <input type="hidden" name="wpname" value="<?php the_title(); ?>">

                                        <p><strong>Enter Your Email Address<br></strong><input type="text" name="email"><input type="submit" value="Send it!"></p>

                                        </form>

 

 

still looking for help with email.php file ;-)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.