Welcome to the forum 👋, Guest

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

  • PËRSHËNDETJE VIZITOR!

    Nëse ju shfaqet ky mesazh do të thotë se ju nuk jeni regjistruar akoma. Anëtarët e rregjistruar kanë privilegjin të marrin pjesë në tema të ndryshme si dhe të komunikojnë me anëtarët e tjerë. Bëhu pjesë e forumit Netedy.com duke u REGJISTRUAR këtu ose nëse ke një llogari KYCU. Komunikim alternative i ketij forumi me vajza dhe djem nga te gjithe trevat shqiptare? Hyr ne: CHAT SHQIP.

Shfaq foton e profilit te forumit ne webin tend.

centos

ⓃⒺⓉⒺⒹⓎ.ⒸⓄⓂ
ANETAR ✓
Regjistruar më
Dhj 13, 2004
Mesazhe
39,819
PHP:
<?php
#SHFAQ FOTON TENDE TE PROFILIT NE FORUM.NETEDY.COM NE WEBIN TEND
#AUTHOR: molecule
#WEB: http://www.netedy.com & http://www.shoqeria.net & http://www.netedy.al
#(c) 2017
$userID = "11";
$emriProfilit = "molecule";

echo "<center>PROFILE: <b>$emriProfilit</b>";
echo "<br/>";
echo "<img src='http://forum.netedy.com/data/avatars/l/0/$userID.jpg'/></center>";
?>

nXCw_rlrSY6NK3KaQMCytw.png
 
PHP:
<?php
#SHFAQ FOTON TENDE TE PROFILIT NE FORUM.NETEDY.COM NE WEBIN TEND
#AUTHOR: molecule
#WEB: http://www.netedy.com & http://www.shoqeria.net & http://www.netedy.al
#(c) 2017
$userID = "11";
$emriProfilit = "gentleman";

echo "<center>PROFILE: <b>$gentleman</b>";
echo "<br/>";
echo "<img src='http://forum.netedy.com/data/avatars/l/0/$userID.jpg'/></center>";
?>
 
PHP:
<?php
#SHFAQ FOTON TENDE TE PROFILIT NE FORUM.NETEDY.COM NE WEBIN TEND
#AUTHOR: molecule
#WEB: http://www.netedy.com & http://www.shoqeria.net & http://www.netedy.al
#(c) 2017
$userID = "11";
$emriProfilit = "gentleman";

echo "<center>PROFILE: <b>$gentleman</b>";
echo "<br/>";
echo "<img src='http://forum.netedy.com/data/avatars/l/0/$userID.jpg'/></center>";
?>
e ke gabim pasi syntax deklarohet $emri = "gentleman"; ose #emriProfilit = "gentleman";

dhe kur vendos syntaxen $emriProfilit ne rasting me siper
PHP:
echo "<center>PROFILE: <b>$gentleman</b>";
nuk duhet bere $gentleman (pasi te nxjerr error) por $emriProfilit ,
PHP:
echo "<center>PROFILE: <b>$emriProfilit</b>";

Dhe rezultati do jet
PHP:
echo "<center>PROFILE: <b>gentleman</b>";
 

Postime të reja

Theme customization system

You can customize some areas of the forum theme from this menu.

Choose the color combination according to your taste

Select Day/Night mode

You can use it by choosing the day and night modes that suit your style or needs.

Welcome to the forum 👋, Guest

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.