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...
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...
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 = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From...
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...
Hi,
I am trying to include some characters, "<"(arrow) being one of them and the other """(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." <".$ToEmail.">",$ToSubject, $Message...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.