| | |
help executing a .wav file with php code
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Aug 2004
Posts: 14
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by PoA
You can embed html code in php.
Example,
<EMBED SRC="yourfile.wav" HIDDEN="TRUE" AUTOSTART="TRUE"></EMBED>
Hope it helps.
Thanks for your help. I tried your code and it only worked outside php. I use dynamic .wav file name that is generated by php, it can not be used outside php.
I will appreciate it very much if you have further suggestion.
phpnovice :cry:
•
•
Join Date: Aug 2004
Posts: 14
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by PoA
Post your code or
Try the following code.
[PHP]<?php
$wave_file = generate_wavfile(); //This is the example one.
//Generate/Get wave file name without .wav extension format.
echo "<EMBED SRC=\"$wave_file.wav\" HIDDEN=\"TRUE\" AUTOSTART=\"TRUE\"></EMBED>";
?>[/PHP]
Hi PoA,
Thank you very much. I will try it this evening and let you know.
phpnovice :lol:
•
•
Join Date: Aug 2004
Posts: 14
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by PoA
Post your code or
Try the following code.
[PHP]<?php
$wave_file = generate_wavfile(); //This is the example one.
//Generate/Get wave file name without .wav extension format.
echo "<EMBED SRC=\"$wave_file.wav\" HIDDEN=\"TRUE\" AUTOSTART=\"TRUE\"></EMBED>";
?>[/PHP]
I tried and it worked.
Thank you very very much.
phpnovice :cheesy:
![]() |
Similar Threads
- How we can upload a text file or word file using php Code??? (PHP)
- html table in php code. (PHP)
- how to create swf file in vb6 from bmp imgs in directory and wav file (Visual Basic 4 / 5 / 6)
Other Threads in the PHP Forum
- Previous Thread: PHP and cookies (and milk!) - probably a simple error
- Next Thread: joomla/virtuemart question.. Please help!!
| Thread Tools | Search this Thread |
apache api array basic beginner binary body broken cakephp class cms code computing confirm cron curl customizableitems database date date/time delete display dynamic echo email error file files filter folder form forms forum function functions gc_maxlifetime global google headmethod href htaccess html iframe image include ip javascript joomla limit link list login malfunction memmory memory menu mlm msqli_multi_query multiple mycodeisbad mysql navigation oop parameter parsing paypal pdf php phpmysql query question random recourse recursion regex script search select seo server sessions snippet source space sql static system table thesishelp trouble tutorial update upload url variable video web webdesign xml youtube





