Jump to content

dmarks83

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

dmarks83's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi all, First off I will be honest and say I have absolutely no idea how to understand/write php. I understand what it does I just don't know how it does it. Next my web design skills are nominal to say the least. I can get by but I am trying to learn. I have created a simple one page HTML site, a comparison site for iPod 8gb touch. Its just a table with Retailer, product description, price, delivery price, "in or out of stock" image and view merchant link. Not sure if your aloud to link here so sorry but this may help your answers www.ipodtouch8gb.co.uk (still very much in development) Now I can get that information from the merchants on a daily basis by downloading a product feed, not sure but I assume something like a cron job could download that automatically. What I am not sure about is weather that information needs to go into a database or if there is a php script that can pull that info from the csv file. The only things I want to be pulled are price, delivery price, weather its in stock or not which in turn changes the image and the appropriate link added to the view site. All of which is in the csv file If anyone can help me with this i'm sure we can work out a little paypal deposit :-) And also if someone does want to help out I could do with instructions how to do it on my other sites. Kindest Regards Daniel
  2. 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 ;-)
  3. 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
×
×
  • 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.