I want to know can I embed php file in a blogspot blog?I use below code to embed a php file. This code doesn't work in internet explorer.But it works fine in firefox,opera,chrome,... Anyone can tell me what the reason for it and what is the correct code if above code is wrong.Any answer very helpful.
Use an iframe instead. Its not SEO friendly but it will do as you suggested. <iframe src="http://wdesign.host56.com/contact.php" width="XXX" height="XXX">Content here if no iframe or iframe disaabled</iframe> Code (markup):
i think you cannot put it on blogger because i tried it and doesnot work. the php must be put on a server that allow it so if blogger support php it can execute it.