Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Interests
reading and travelling
PC Specs
Windows 7
Favorite Tags
Member Avatar for samidha

I am a new user in PHP and currently developing a blogging web-site using PHP. I have designed a simple design of Create Blog page using HTML syntaxs, created database fields in MySQL as 1) Blog-Id 2) User-Id 3) Blog-title 4) Blog-text. Now if I am supposed to give interface …

Member Avatar for pritaeas
0
217
Member Avatar for samidha

here is a code for HTML form [code] **<html> <head> <title>Registration Form</title> </head> <body> <form action="registration.php" method="post"> <fieldset> Name: <input type="textbox" name="fname"/><br/><br/> Last Name: <input type="textbox" name="lname"/><br/><br/> Gender:<select><option value="text">Male</option><option value="text">Female</option></select><br><br> Address: <input type="textbox" name="address"/><br/><br/> Contact: <input type="textbox" name="contact"/><br/><br/> E-mail: <input type="textbox" name="e-mail"/><br/><br/> User_Name: <input type="textbox" name="user_name"/><br/><br/> Password: <input type="password" name="password"/><br/><br/> …

Member Avatar for Avenirer
0
2K
Member Avatar for samidha

Hey friends, I have installed 2.2.22 version of apache which I think is not completely compatible with windows, because after configuring http.conf file for php and also configuring v-host , it doesn't work properly. I have used .msi installer with ssl compatibality from apaches authorised website. Please give suggestion if …

Member Avatar for SQLpower
0
84
Member Avatar for samidha

if linux is an open source company and selling their products free of cost, then how they are running their company?? from where they are getting finance ??

Member Avatar for jbennet
0
151
Member Avatar for samidha

Here is a code for assembler; in which every-thing is gonna run except Origin directive.. [code] #include<stdio.h> #include<string.h> #include<conio.h> struct mottab //declaring mot table structure { char mn[6]; int Class; char opcode[3]; }; struct symtab //declaring structure for symbol table { char symbol[8]; int address; int size; }st[20]; struct littab …

Member Avatar for samidha
0
172
Member Avatar for samidha

Hi, in my java project Employee Payroll, I am supposed to include a Ideal-Time window and maintain log for that ideal time for particular Employee... On the basis of which salary deduction or bonus to the employee will be calculated... For maintaining log, we will need JDBC; but for creating …

Member Avatar for DavidKroukamp
0
235
Member Avatar for Azmah

I'm looking at using the Deactivate feature of Facebook to temporarily close my account down, without actually deleting it as I wish to come back to it in the future. I'm not sure what it exactly does, as in permanently delete it, temporarily close it or just leave your account …

Member Avatar for Coloradojaguar
0
473
Member Avatar for samidha

Hi.. this is samidha.. I am most intrested in java and HTML coding; but also having my hands on PERL now days... The most help is welcome for PERL... and also for C as I am little lazy doing my C assignments... Searching for a good Idea to start my …

Member Avatar for debasisdas
0
44
Member Avatar for samidha

[code] #include<stdio.h> #include<conio.h> #include<string.h> #include<stdlib.h> #define M 20 #define hr printf("\n----------------------------"); #define br printf("\n"); int mptr=0,pptr=0,sptr=0; struct input_code { char lbl[M]; char instr[M]; char op1[M]; char op2[M]; }input[M]; struct opcode_table { int num; char name[M]; int code; struct opcode_table *chain; }mot[26],pot[26]; struct symbol_table { int num; char sym[M]; int addr; …

0
120