RE: [PHP] Strange music playing behavior

2004-05-12 Thread Jay Blanchard
[snip] > Top posting rocks! > You like to live dangerously. ;) [/snip] Dammit! I forgot the [sarcasm] tags! :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Strange music playing behavior

2004-05-12 Thread Ryan Schefke
7;Jay Blanchard'; 'Php-General-Help'; 'Ryan Schefke' Subject: RE: [PHP] Strange music playing behavior I just tried it between the tags, that doesn't make a difference. As I mentioned, when I run it standalone it will work fine and it's a php file, not html s

Re: [PHP] Strange music playing behavior

2004-05-12 Thread John Nichel
Jay Blanchard wrote: Top posting rocks! You like to live dangerously. ;) -- John C. Nichel KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Strange music playing behavior

2004-05-12 Thread Ryan Schefke
ROTECTED] Sent: Wednesday, May 12, 2004 2:30 PM To: Ryan Schefke; Php-General-Help Subject: RE: [PHP] Strange music playing behavior [snip] I know it's a lot of code but it's below. Again, when I have the /* MUSIC? */ section as a standalone file (making sure to open and close the databas

RE: [PHP] Strange music playing behavior

2004-05-12 Thread Jay Blanchard
[snip] I know it's a lot of code but it's below. Again, when I have the /* MUSIC? */ section as a standalone file (making sure to open and close the database and include the correct require statements) it works fine; however, when added to the code below (music section 4 paragraphs down) it doesn'

RE: [PHP] Strange music playing behavior

2004-05-12 Thread Ryan Schefke
e $list_photo = null; echo ''.$list_person.$list_position. '   ' // .$list_story. .$list_photo. ' '; } ?>   --

RE: [PHP] Strange music playing behavior

2004-05-12 Thread Jay Blanchard
[snip] I'm getting some strange behavior trying to play music. The script below works fine standalone. However, when I put it into a larger script the music doesn't play but all of the echo statements work and when I view the source the tags are fine, etc. What could the issue be? If you need me t

[PHP] Strange music playing behavior

2004-05-12 Thread Ryan Schefke
I'm getting some strange behavior trying to play music. The script below works fine standalone. However, when I put it into a larger script the music doesn't play but all of the echo statements work and when I view the source the tags are fine, etc. What could the issue be? If you need me to send