Jump to content

Recommended Posts

<html>
	<head>
		<title>welcome to my website</title>
	</head>
	<body>
<?php
$color = "red";
print "Roses are $color";
print "<br>";
print 'Roses are $color';
?>
	</body>
</html>

السلام عليكم , وين المشكلة هنا ليه ما يلون الكلام

استخدم برنامج aptana +

Link to comment
20 minutes ago, Talis said:

<html>
	<head>
		<title>welcome to my website</title>
	</head>
	<body>
<?php
$color = "red";
print "Roses are $color";
print "<br>";
print 'Roses are $color';
?>
	</body>
</html>

السلام عليكم , وين المشكلة هنا ليه ما يلون الكلام

استخدم برنامج aptana +

تقدر تكتفي ب

html+css

اسهل وافضل+

تقدر تستخدمهم الاثنين دداخل php

كمثال

<?php
print "<p style='color:red;'>Roses are $colo</p>";
print "<br>";
print "<p style='color:red;'>Roses are $color</p>";
?>

كذا بيعطيك اللون الاحمر وبيحطها على اساس انها برجراف

Edited by Master_MTA
  • Like 1
Link to comment
2 hours ago, Master_MTA said:

تقدر تكتفي ب

html+css

اسهل وافضل+

تقدر تستخدمهم الاثنين دداخل php

كمثال


<?php
print "<p style='color:red;'>Roses are $colo</p>";
print "<br>";
print "<p style='color:red;'>Roses are $color</p>";
?>

كذا بيعطيك اللون الاحمر وبيحطها على اساس انها برجراف

الله يعطيك العافية ي بعدي مشكور

  • Like 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...