Jump to content
php.lv forumi

iframe


waplet

Recommended Posts

<?php

switch ($id) {

case 0:

<iframe src="blabla"></iframe>

break;

{

?>

rakstu šitā bet met erroru

Parse error: parse error, unexpected '<' in C:\AppServ\www\index.php on line 104

Link to comment
Share on other sites

<iframe src="blabla"></iframe> ir invalīds (nekorekts) php kods.

php kods no html koda ir attiecīgi jāatdala.

Lūdzu atver savu tutoriāli/grāmatu/manuāli un palasi php pamatus pirms prasi šādus jautājumus.

 

http://lv.php.net/manual/en/introduction.php#intro-whatis

http://lv.php.net/manual/en/language.basic...-syntax.phpmode

Link to comment
Share on other sites

<?php
switch ($id) {
case 0:
echo ('<iframe src="'.$id.'"></iframe>');
break;
{
?>

 

k-ko tadu biji domajis??

 

vnk nejauc kopaa html ar php... :) vai nu atdali ar ?> <?php vai arii ja jaaiesaista ciklaa tad raksti caur echo! :)

Link to comment
Share on other sites

×
×
  • Create New...