Need help? Having trouble? » View our Documentation for guides, functions and more - including the Getting Started section! » Attach Log Files and Screenshots when reporting issues » My support days are usually Mon-Thurs. Send me a PM if urgent.
About:: A podcast is a digital medium consisting of an episodic series of audio, digital radio, PDF, or ePub files subscribed to and downloaded through web syndication. This infusion will allow you to upload and manage such files in a CMS based environment.
die() does not return anything to concatenate and the redirect() halt the script itself. die() is not needed and does not affect anything.
The same case in the add.php on line 44.
$locale_podcast['go_back'] is "< Go Back". Replace it with "< Go Back" or use htmlspecialchars() when you display it in index.php.
In the add.php you have an SQL INSERT and assigned an empty string to id on line 57. We were talking about this before :) It is not recommended and not needed in your case at all. You can remove the line safely.
Need help? Having trouble? » View our Documentation for guides, functions and more - including the Getting Started section! » Attach Log Files and Screenshots when reporting issues » My support days are usually Mon-Thurs. Send me a PM if urgent.
I'm not sure if it's a bug or not, but when exporting my table structure using InnoDB and MariaDB, it doesn't export correctly. AUTO_INCREMENT is left out for one.
As I copy past my export to the infusion.php file, it didn't include AUTO_INCREMENT so all id's when posting are equal to 0.
Strange, but to anyone using this setup. Keep your eyes peeled.
Will update the file to next alpha version shortly with edit/delete functionality.
Need help? Having trouble? » View our Documentation for guides, functions and more - including the Getting Started section! » Attach Log Files and Screenshots when reporting issues » My support days are usually Mon-Thurs. Send me a PM if urgent.