1337.Ibrahim Posted July 27, 2017 Share Posted July 27, 2017 <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
Master_MTA Posted July 27, 2017 Share Posted July 27, 2017 (edited) 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 July 27, 2017 by Master_MTA 1 Link to comment
1337.Ibrahim Posted July 27, 2017 Author Share Posted July 27, 2017 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>"; ?> كذا بيعطيك اللون الاحمر وبيحطها على اساس انها برجراف الله يعطيك العافية ي بعدي مشكور 1 Link to comment
Master_MTA Posted July 27, 2017 Share Posted July 27, 2017 52 minutes ago, Talis said: الله يعطيك العافية ي بعدي مشكور العفو بالتوفيق حبيب قلبي Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now