|
C
|
cgphp 4/1/2012 |
$value = "<iframe width='320' height='240' src='". $value .'" frameborder='0' allowfullscreen></iframe>"; |
|
|
S
|
scoobysteve author 4/1/2012 |
|
Thanks I tried that and got a syntax error ?? |
|
|
C
|
cgphp 4/1/2012 |
|
Please, post the error. |
|
|
S
|
scoobysteve author 4/1/2012 |
|
Please, post the error.
|
|
|
C
|
cgphp 4/1/2012 |
|
Try this version: $value = "<iframe width='320' height='240' src='". $value ."' frameborder='0' allowfullscreen></iframe>"; |
|
|
S
|
scoobysteve author 4/1/2012 |
|
Try this version: $value = "<iframe width='320' height='240' src='". $value ."' frameborder='0' allowfullscreen></iframe>";
|
|
|
C
|
cgphp 4/1/2012 |
|
Are you using my last code? $value = "<iframe width='320' height='240' src='". $value ."' frameborder='0' allowfullscreen></iframe>"; |
|
|
S
|
scoobysteve author 4/1/2012 |
|
Are you using my last code? $value = "<iframe width='320' height='240' src='". $value ."' frameborder='0' allowfullscreen></iframe>";
|
|