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 SkipVought 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: kamloops
  • Order by date
  1. kamloops

    mail function question

    How do I do that? Sorry I am a newbie! :)
  2. kamloops

    mail function question

    It won't send the email message with the auloveconnection.com address. And yes it is a real website. If I use that address in Outlook it works fine. Thanks
  3. kamloops

    mail function question

    Hi There, When I use this code: mail($email,$register_subj,$mesaj,"From:donotreply@donotreply.com"); With teh From address set to admin@auloveconnection.com it won't work but if I leave it the way it is, it works fine. Any thoughts? Thanks
  4. kamloops

    Syntax Error

    Hi there, Can anyone tellme what the syntax error is in this code: $db->query("UPDATE user SET status = 'Y', extend = 'N', expiration_date = DATE_ADD(now(), INTERVAL $res2[months] MONTH), paypal_transaction_id = '$transaction_id[$value]' WHERE user_id = '$value'"); Thank you
  5. kamloops

    mail function

    Hi there, This simple mail script: <?php mail("donotreply@bannerbroadcast.co.uk", "My Subject", "test\n"); ?> Will not work on my Linux Server...the DNS was just switched a couple of days ago... would this affect it? Thanks
  6. kamloops

    Printing a Report

    Hi There, How do I only print records that have data? Is there something that I can set within the Report properties? Any help would be great!
  7. kamloops

    Need Access Help

    Hi There, I have a reservation database that I need to develop a calendar system. The way it needs to function is I have a table with the unit name and date range that it is booked for. For each month of the year I need to show the number of units that are booked on each day of the month. So...
  8. kamloops

    Print Screen

    hi there, that thread is for printing everything out on a form. i just want to print screen...
  9. kamloops

    Print Screen

    what would be the code to create a button on a form that prints the screen? Thanks
  10. kamloops

    Setting Homepage

    It works but can I have it so t doesn't prompt them to set it... as chekcing it off should just do it. Thanks alot
  11. kamloops

    Setting Homepage

    I get an object doesn't support this property or method. It occurs in the function part Your help is appreciated. Tahnks
  12. kamloops

    Setting Homepage

    Hi There, I have an online form that I want to have a checkbox that when checked off sets the user's hoempage to a url that I specify and does nothing if it is unchecked... What is the code to do this? Thanks
  13. kamloops

    Tab Order

    Hi There, I am using Adobe Acrobat 4 and I have a pdf that I have created into a form. Is there an easy way to set the tab order. I know I can do it by clicking each field but if yiu screw up you have to start at the beginning. Any help would be great!!
  14. kamloops

    subtracting with currencies

    OOPS sorry what I meant is how do I get it so it is $500 and not -$500 Thanks
  15. kamloops

    subtracting with currencies

    Hi There, If I have an equation like $500 - $1000, how do I make it so the answer is 0 and not -$500 Thanks for any help.
  16. kamloops

    Grabbing html title

    Actually what I do is on the parent page I have a form that emails data to my email and then redirects to another page. On the page that is redirected in where I need to display the title of teh previous page.... can I do this? Thanks for your help
  17. kamloops

    Grabbing html title

    Hi There, If I have a link on a page that opens a new document can I pass the title of the first page to appear on the second document for the user to see? If so, how would I do that? Thanks any help would be great.
  18. kamloops

    Problem with double quotes

    Hi There, Thanks... I tried it but it doesn't work I get an error invalid character..
  19. kamloops

    Problem with double quotes

    Hi There, I have this bit of code document.write(&quot;<input type=hidden name=Test value=&quot; + document.title + &quot;>&quot;); How do I get it so the document.title is printed within double quotes... The problem is that it doesn't grab the whole title just the first word because it...
  20. kamloops

    Problems with Access

    Hey Guys, I've been having problems with calculations... It seems sometimes the database will round off amounts for example it should be $61.20 but it shows up 61.00 Now this only happens sometimes.... is there some keys that are pressed on the keyboard that could mess up these amounts. Any...

Part and Inventory Search

Back
Top