Posts by Pakisa Weingaertner • 127 points
4 posts
-
1
votes1
answer589
viewsA: How to upload PHP data from a Form with text and image support?
Here is a small example of a form with a text field and an image upload. If you look at the PHP documentation you have an example of how to work with $_FILES…
-
1
votes2
answers108
viewsA: Converting mp3 to ogg in php in joomla
I managed to run and convert the file, but only in the same directory where the ffmpeg.exe Yeah, then I had to move him. Before making the call exec activated the safe_mode and added the directory…
-
6
votes2
answers108
viewsQ: Converting mp3 to ogg in php in joomla
I am trying to convert a mp3 file to ogg using ffmpeg.exe the problem is that Joomla won’t let me run an external file even in the same directory. <?php exec('C:\\path\\to\\ffmpeg.exe -y -i…
-
3
votes3
answers2076
viewsQ: Wampserver 2.5 installation/run error
I installed Wampserver 2.5 64bit and during the installation no error occurred, however while running the following message appears. The Configuration file contains a syntax error on line 325:…