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 Chriss Miller 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: *

  1. coicle

    Is outlook HTML buggy?

    hi i am trying to email a flash movie embedded in an HTML message. When I recieve the mail on the pc, it works fine and displays the movie. But when i email it to outlook express on macintosh it displays everything except the embeded flash file! grrr. Does this mean that outlook express cannot...
  2. coicle

    Mac outlook and HTML

    hi, I have produced an email that is sent out by my php script. In it is and <object> tag with an <embed> tag to put a macromedia shockwave movie in it. On every html mail server, outlook and a few others it displayed. But on mac's outlook express it didn't show up the flash movie but it showed...
  3. coicle

    HTML mail outs?

    No worries I ahve solved it on my ownself, u have to use... /* To send HTML mail, you can set the Content-type header. */ $headers = &quot;MIME-Version: 1.0\r\n&quot;; $headers .= &quot;Content-type: text/html; charset=iso-8859-1\r\n&quot;; $headers .= &quot;From...
  4. coicle

    HTML mail outs?

    Hi, I'm trying to produce an HTML mail out that will be sent out using my 'mail()' function. But everytime I write a message and send it, the recieved email is rendered with my tags as text. How can I send a mail with the message to be rendered in HTML? Do i need to include any headers or...
  5. coicle

    character codes

    Hi, I am trying to include some characters, &quot;<&quot;(arrow) being one of them and the other &quot;&quot;&quot;(speech mark). How do I put them in in PhP? cos my mail out just doesn't send when i write them in. mail($ToName.&quot; <&quot;.$ToEmail.&quot;>&quot;,$ToSubject, $Message...
  6. coicle

    program files/ &lt;&lt; how do I change!

    Hi, How do I change the install directory inVB's Package and Deployment Wizard? Curently it installs it to ../Program Files' and then some random name I haven't put in. I can change the start menu one but nothing else! I am using VB6's Package and Deployment Wizard. Thanks dan
  7. coicle

    Multiple Like statments?

    Thanks mate, the IN statment words beeeutifelly and its all dapper now, thanks
  8. coicle

    Multiple Like statments?

    Hi, Is it possible to set up an SQL query to have multiple LIKE statements? for example, this is the code I have strCode = 'A1001' Select * FROM Products WHERE Code LIKE strCode so if I wanted to pull say three different codes out of the data base how would it be possible? for example...

Part and Inventory Search

Back
Top