Skip to content

Force file download with header is corrupting file

So I am using PHP headers to force download a file, but when the file is saved it gets corrupted because for whatever reason the HTML code from the download page is also added into the file code/…

How to split text string in PHP (Song – Artist)

I have this bit of PHP ?> I want it to show on my page as: Song Artist How would I make the song appear in bold and what would I put in place of the ” – ” to make a line break instead? Answer Assuming you want to generate some HTML that can be picked up by a

HTML Image Slider not on Heroku

my image slider isn’t working on heroku but when I run the code on localhost it works fine heroku=> https://phpstore-website.herokuapp.com/ github repo=> https://github.com/verma-tanishq/…