Jump to content
php.lv forumi

print, echo nestrādā


RuFFijS

Recommended Posts

Sveiki, tātad esmu sācis apgūt php, bet jau pie pirmajiem soļiem ir radusies problēma un negribu izglītoties tālāk pirms esmu viņu atrisinājis.

 

Tātad problēma ir sekojoša- ne echo ne print nestrādā, nekādā variantā!

 

<?php

$my_string = "Tests ";

$my_number = 4;

$my_letter = a;

echo $my_string;

echo $my_number;

echo $my_letter;

?>

 

-------------------------------------

 

<?php

print "tests";

?>

 

------------------------------------

 

<?php

echo "tests";

?>

 

------------------------------------

 

<?php

$a = 1;

$b = 2;

$c = $a * $b;

print $c;

?>

 

---------------------------------

 

 

jebkurā variantā atverot php failu ar browseri parādās tikai tukša lapa. Apache ir palaists un visas joomla's un wp lapas, kas ir uzstādītas uz localhost, strādā!

 

 

Gan jau atrisinājums ir vienkārš, bet pats visu dienu esmu izmēģinājies visādi, bet tā arī pie atrisinājuma neesmu ticis, ceru ka kāds spēs palīdzēt.

Paldies

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...