Jump to content

fazzfarrell

Members
  • Posts

    154
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

fazzfarrell's Achievements

Regular Member

Regular Member (3/5)

0

Reputation

  1. I am looking to find a decent tutorial or software that will run on a php based site to send an automatic email when a user creates an account. Then 2 days later another email will be auomaticaly sent and so on..can any one help? thanks
  2. I am currently creating a dating website - One problem I can't work is that the user is only allowed to upload 10 pictures. I want to be able to allow them to upload 10 pics only how do I go on about doing this?
  3. revraz worked a treat thank s all!
  4. just wrote this and cant get it to work <?php //Rob Farrell add up options costs $BasePrice = $row_rsBaseProduct['BasePrice']; $gap = $HTTP_GET_VARS['gap']; if ($gap == 0.00) { $gap== $BasePrice; } $fin = $HTTP_GET_VARS['fin']; $post = $HTTP_GET_VARS['post']; $Apost = $HTTP_GET_VARS['Apost']; $Finials = $HTTP_GET_VARS['Finials']; $sum_total = $gap+$fin+$post+$Apost+$Finials; echo ($sum_total); ?> If the $gap price = 0.00 I Want it to pick up the $BasePrice, but it wont. I can echo the BasePrice? What am I doing wrong?
  5. distinct thats it, think I may go blonde if I had any hair! thanks
  6. Thanks, not expained myself properly I have a database with rob rob rob pete pete lin I want rob pete lin to appear on the page
  7. I done this so many times before! but can not rememebr! I have a data base which had lots of names in it, I only want to pull in one version of the name into the page, any one help!
  8. quality, thats what I need, just created a quick test and seems to work fine! thanks for your help, both of you have a good weekend!
  9. erm, I have it at the moment calling the pictures by eitheir ProdID=red or ProdID=green etc with pulls the pictures onto the page by there main catagory. This works fine, can't I associate each picture with say pic03 ProdID 1,2,4 in the database (relating to the different colours) and then do a sql statement so that when = '1' it wil pick up any picture that has '1' within the prodID of the table?
  10. thanks, how do you mean run a loop?
  11. I have a databse of pictures that are going into a database, they all relate to different section such as 'blue' 'red' green' 'yellow' etc. But some belong to more than one section such as pic03 belongs to 'red' 'green' and yellow etc. So I need to call them in to differnet sections can anyone shine any light on how to do this?
  12. DISTINCT was what I was looking for but does not do the trick! 1 col has number references and the other file name so still shows all the records!
  13. Idone this many times before but now I'm drawing a blank! A table (gallery of pics) with 15 of them refereced '1' and another 10 referenced '2' At the moment I am pulling in all the records all I want to do is pull in one from ref 1 and one from ref 2 and so on how do I do it?
  14. I need a good starter! Never done this before!
  15. I have a site which has news stories on it fed from a MySQL database - I want to add a link that will emailthe story and a picture to a desired email address any one tell me where I can find the information on how to do this? thanks
×
×
  • 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.