hello guys, here is the code that should get it i made it by my self preg_match("/charset=(.*)/", $data, $t); but it do get it like that windows-1256" /> HTML: i just want to get it like that windows-1256 HTML:
are you trying to be funny, anyway it should be like the following. preg_match("/charset=(.+)\"/", $data, $t) PHP: