Jump to content

[SOLVED] Is there anything wrong with this string?


DjMikeWatt

Recommended Posts

I have:

embed src="video/<?php echo (date(Y).'/'.date(F).'/'date(Y).'_'.date(F).'_'.$row_rs_video['account_id'].'_v'.$v.'.mov') ;?>"

 

Where, $v is set earlier in the page and is either '1' or '2'.  The $row_rs_video['account_id'] contains a numeric id from the DB.

 

What I'm hoping to get is something like this:

embed src="video/2009/August/2009_August_8_v2.mov

 

The reason I'm posting is because I'm getting an "unexpected T_STRING" error on this line of code returned from the server when I run the page...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.