Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Benluke

  1. Benluke

    timeout session promblem for a newbie

    Hi , i have a problem which i cant seem to fix. basically ive been working from a sessions timeout tutorial. ive been testing it and this is whats happening. i logg in and wait for 60 seconds (set to 60sec for testing) so that it times out. I then try and move to the next page and it...
  2. Benluke

    advice appreciated - database design

    I think ive worked out a way of doing thanks for the advice it reallyu helped!! Ben
  3. Benluke

    advice appreciated - database design

    That did answer my question, uniquely identifing which customer is being updated is exactly what i need to do. From your description i get the gist of it but implementing that will be another thing, i am a total newbie and do not know how to do that. Thanks a lot though ill have to try and do...
  4. Benluke

    advice appreciated - database design

    Hi, I really need some advice on the following, ill try and keep it a short as poss: currently working on a site where people register all their information to take part in a training prog. Payments for this programme have to be made offline after information has been given. once payment...
  5. Benluke

    multiple subscription

    Thanks for that i tried it , but i think im doing somethi wrong. This is what i have // EXECUTE QUERY ---> $query = "SELECT count(*) from mytable where email = '" . $email . "'"; $result = mysql_query ($query); if ($result == TRUE) { list ($record_count) = mysql_fetch_array($result)...
  6. Benluke

    multiple subscription

    Thanks sleipnir214, so it would go hear?? // EXECUTE QUERY ---> $query="INSERT INTO mytable ( fullName, email) VALUES( '".$fullName."', '".$email."')"; //////-----> $result=mysql_query($query) or die("Error in...
  7. Benluke

    multiple subscription

    Hi, i am a newbie :) ive set up a form so people can subscribe to a newsletter, their name and email is logged into a mysql database. How do i prevent an email address being logged more than once. eg the same user subscribing multiple times This is my code im using <?php...
  8. Benluke

    getting info from a database - newbie

    thanks am in process
  9. Benluke

    getting info from a database - newbie

    hi yea thats basically what im asking you, how do i connect to mysql server and download the contents of the database Thanks Ben
  10. Benluke

    getting info from a database - newbie

    Hi ive just set up a database which is working fine. How do get / download the information from the database to give/email to people Thanks Ben
  11. Benluke

    newbie for redirection question

    right ok im lost, please bare with me i have little php experience DaButcher; where would i put the code you supplied? This is where i am with this, I can get the script to work pefectly but i want the user to be redirected to a thankyou page when they have submitted the form. At the moment...
  12. Benluke

    newbie for redirection question

    Hi, Im changing all my forms to php for more sucurity and am fairly new to php. I have the following script which i want to tweek a little. Instead of a message coming up when the form has been succesfully submitted i want to redirect to a thankyou page. I cant work out how to do this. Can...
  13. Benluke

    html email being refused as spam

    I have created an HTML email which i sending from outlook. Quite a few address are bouncing it back - is this becuase it thinks its spam. Is their anyway to get round this problem. The amail consists of mostly text with 4 pics Thanks Ben
  14. Benluke

    Creating powerpoint backgrounds?

    thanks thats great Ben
  15. Benluke

    Creating powerpoint backgrounds?

    Hi, in my job i dont really use power point that much but I have been asked to create some pp backgrounds for a company. Im struggling to work out how to do this. The require log etc. I normally work with photoshop and Indesign. Can i produce them within those programmes and then import...

Part and Inventory Search

Back
Top