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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Benluke
  • Order by date
  1. Benluke

    timeout session promblem for a newbie

    ...exit; } } //SECTION #5 $t_timestamp = mktime($c_hour,$c_min+$refresh_time,$c_sec,$c_mon,$c_day,$c_year); ?> login script: <? /* Check User Script */ session_start(); // Start Session include 'db.php'; // Conver to simple variables $username = $_POST['username']; $password =...
  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

    ...email address being logged more than once. eg the same user subscribing multiple times This is my code im using <?php include("connect.inc"); /* grabs the POST variables and puts them into variables that we can use */ $fullName=$_POST['fullName']; $email=$_POST['email']...
  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

    ...</tr> <tr> <td width="227"><font face="Georgia, Times New Roman, Times, serif"><strong>Your Name:</strong><font color="#FF0000">*</font></font></td> <td width="236"><font face="Georgia, Times New Roman, Times, serif">&nbsp; <input name="name" type="text"...
  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...
  16. Benluke

    styling HTML email

    Thanks Chris, ill give it a go later and let you knw how i got on Thanks again Ben
  17. Benluke

    styling HTML email

    Basically what im trying to achieve is a template that i can use from outlook ( header / footer) with a gap in the middle to write in. Its working fine (create mail, insert text from file)but when the emails come into other peoples inbox the two images used come in as attachments. Is there a...
  18. Benluke

    styling HTML email

    thanks, ive managed to fined out how to style it. Basically certain things work certain things dont. Keep styles in header and the use of inline text formating works well. this seems to work in hotmail, outlook, yahoo <style type="text/css"> <!-- a:link { color: #3399CC; text-decoration...
  19. Benluke

    styling HTML email

    Is it possible to style HTML. ive been trying to do it using CSS but things aren't working properly. Is there a different way of doing it. All i want to do is style text Thanks for any info Ben
  20. Benluke

    sound advice!

    Hi Chessbott, You'll have to bare with me - learning as i go As this is the firs time ive music on a site. What values would i need to put in where the x's are? I still dont understand why its working in IE 6 on mine and others computers but not on the clients. She was getting sounds from...

Part and Inventory Search

Back
Top