Hello World!!! :)

Status
Not open for further replies.

kamer

Apprentice
Hi all,

This is a great forum and being a techno buff, I couldnt wait to be a part of this social platform as soon as I came across it. I hope to be an active member and contribute to the fullest:hap2::hap2::hap2::hap2::hap2::clap::clap::clap::clap::clap:
 
Welcome to the forums! Please do take a while to read the community rules as well :)
 
Thank You all :) Yup I read the rules...
Spacescreamer said:
Welcome to TE.
Tell something about urself..
I am an engineering grad +MBA in finance and currently working in a NBFC. Have worked with a online security startup before doing MBA and as a freelance as well. Hobbies include listening to music, making new friends, cooking (you heard it right) :ohyeah:
 
Code:
#include<stdio.h>

#include<conio.h>

void main()

{

for (int i=0,i>=0,i++)

{ 

      printf("[B]Welcome to the TE family, enjoy your stay.[/B]\n");

      printf("[B]Read rules before proceeding[/B]");

}

getch();

}

corrected codes thanks to spacescremer
 
void main()
{
clrscr();
cout<<"WELCOME TO TE CLAN, ENJOY THE MEMBERSHIP";
cout<<"PLZ READ THE RULES BEFORE PROCEEDING";
getch();
}
:P

be a happy member :D
 
Crazy_Eddy said:
Welcome to TE! :)

Do share a few of your signature recipes :cool2:

Signature recipe :D I depend on my mum's recipies for cooking :D yeah... have some better recipies for indo-chinese items :P
 
void main()

{

clrscr();

for (i=0;i<=10000;i++)

{

cout<<"Thank You all.\t";

cout<<"Read the Rules "<<i<<" times\n";

}

:)

getch();

}
 
All you coding geeks.. Repeat the coding 100 times..

Nobody included the header files. Every code returns an error.

Get to work.. :P
 
<html>

<head>

<title>Welcome</title>

</head>

<body>

<? include (':D.php');

$query = "SELECT name FROM `users` ORDER BY column DESC LIMIT 1";

$New_member = mysql_query($query)

echo "Welcome To TE $New_member[0]";

include (':D.php');

?>

</body>

</html>
 
Status
Not open for further replies.