75 reputation
8
bio website
location
age
visits member for 8 months
seen 12 hours ago
stats profile views 20

1d
revised HTML5 <audio> tag do not work/play in IE10
added 217 characters in body
1d
revised HTML5 <audio> tag do not work/play in IE10
added 57 characters in body
2d
revised HTML5 <audio> tag do not work/play in IE10
added 207 characters in body; edited title
2d
revised HTML5 <audio> tag do not work/play in IE10
deleted 30 characters in body
2d
revised HTML5 <audio> tag do not work/play in IE10
added 337 characters in body
2d
revised HTML5 <audio> tag do not work/play in IE10
added 349 characters in body; edited tags; edited title
2d
comment HTML5 <audio> tag do not work/play in IE10
By using online-convert.com for converting my .mp3 to .ogg, uploaded them and used them as this: <audio controls> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> Your browser does not support the audio tag. </audio> I got it too work with Opera and Firefox but not for IE so whats up with IE? I know it supports .mp3 and I hav latest version.
2d
asked HTML5 <audio> tag do not work/play in IE10
May
17
comment Subject in PHPmail $head gets doubled and in wrong encoding
Found solution: fixed by breaking down your $message to base64 code lik this: $message = chunk_split(base64_encode($message)); and then add this to mail header: "Content-Transfer-Encoding: base64\r\n\r\n"
May
17
comment PHP script adds a space randomly
This worked for me too.
May
17
comment Subject in PHPmail $head gets doubled and in wrong encoding
One other thing - the word "whenever" in the sentence "Welcome back to energyshop.se whenever you like!" is different in my mail inbox outside the webhost one.com which I use and in the webhost mail which I also send the same mail to, but as a copy. It has the exact same code, but in the mail outside webhost its interpreted as "whenever" as it should but in the copy, in the mail of the webhost its interpreted as "whene ver" with a white space in the middle of the word. I have copied it into a notepad and indeed there is a white space. Also not VERY important, but interesting. Do you know why?
May
17
comment Subject in PHPmail $head gets doubled and in wrong encoding
Exactly as Blazemonger pointed out I actually pass $subject two times without realizing it. This code is just sending the UTF-8 encoded $subject: mail($to, NULL, $message, implode("\r\n", $headerFields));
May
17
accepted Subject in PHPmail $head gets doubled and in wrong encoding
May
17
comment Subject in PHPmail $head gets doubled and in wrong encoding
Omg you are right, I be back soon with the solution when I tested some, thanks bro!
May
17
asked Subject in PHPmail $head gets doubled and in wrong encoding
May
15
revised How to insert a variable into an array for every loop count and then print the array/variables in a mail?
added 754 characters in body
May
15
asked How to insert a variable into an array for every loop count and then print the array/variables in a mail?
May
15
revised Loop through $_POST array item_nameX (Dynamically Add Number to End of Variable Name)
added 842 characters in body
May
15
comment Loop through $_POST array item_nameX (Dynamically Add Number to End of Variable Name)
I did it! I didnt use all ur code, but what I needed to gt it done. Im sure it could be better, but its working and its by my hands so im happy! :) Updated code.
May
15
accepted Loop through $_POST array item_nameX (Dynamically Add Number to End of Variable Name)