Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Member Avatar for vijaysoft1

i want to post some data to my web , i am entering data to a textarea in my page and pressing submit and it will inserted in to my database the data i typed is follows 1)Adobe Dreamweaver 2)Microsoft but When i tried to display that it is showing …

Member Avatar for diafol
0
8K
Member Avatar for vijaysoft1

i want the best secured php class to provide [B]log in[/B] feature in my web with access protection and session timeout , plz help me

Member Avatar for jonhy22
0
124
Member Avatar for vijaysoft1

Hi frnds .... I am trying to create a contact form in PHP , MySql .... In my form i have two 3 input fields n a Submit Button ..... 1. Name 2. email 3. SecurityCode ( here user have to enter the captcha code ) m collecting all information …

Member Avatar for Kannan R
0
4K
Member Avatar for vijaysoft1

Hi frnds .... I am trying to create a contact form in PHP , MySql .... In my form i have two 3 input fields n a Submit Button ..... 1. Name 2. email 3. SecurityCode ( here user have to enter the captcha code ) I am collecting all …

Member Avatar for ivan3510
0
940
Member Avatar for vijaysoft1

Hi friends , any one help me in this case .... please tell me how to create a layout like this using CSS .... [IMG]http://i55.tinypic.com/28r2vc0.jpg[/IMG] [url]http://i55.tinypic.com/28r2vc0.jpg[/url] Please ........

Member Avatar for Joebhoy Designs
0
78
Member Avatar for vijaysoft1

Hi friends , I want a help from you people . I totally confused with PHP Pagination , here itself i posted a thread for help on Pagination but still i am confused . Please help me First << [B][COLOR="Green"]1[/COLOR] 2 3 4 5 6 7 8 9 . . …

Member Avatar for Stefano Mtangoo
0
93
Member Avatar for vijaysoft1

I am stuck with one problem , please anyone help me to do this . The question is Write a function to modify a list ( [I]one dimensional array[/I] ) of numbers such that every number is replaced by the average of its immediate neighbours ( [I]the value just above …

Member Avatar for mrnutty
0
161
Member Avatar for vijaysoft1

Hi friends , i have a plan to port a open source Linux application into Windows as part of my M. C. A Project. Can u tell me , is it possible to port Linux applications into windows , if yes then which Compiler or IDE i have to use …

Member Avatar for Ancient Dragon
0
88
Member Avatar for vijaysoft1

Hi friends , I installed Apache Server on my Ubuntu 9.10 and it is working now . Now i can able to access the localhost using the IP Address 127.0.1.1 . I want to access my website in Apache server in Ubuntu from my Windows system through LAN . Is …

0
70
Member Avatar for vijaysoft1

Hi , i am using Windows XP with IIS Server . I have a php web on my IIS Server, and now i am accesing the site using the address [CODE]' http://localhost/myweb/index.php ' [/CODE] My question is, can i access the site on my other Laptop using [B]wifi[/B] , if …

Member Avatar for vijaysoft1
0
50
Member Avatar for vijaysoft1

Hello friends , I am doing a project about [B]Video Streaming in J2ME[/B] . For that project i want to setup a [B]Video Streaming Serve[/B]r in my system (Windows XP). I got the Source code of a Video Server written in C++ form [B]sourceforge.net[/B] . But the documentation explaining that …

Member Avatar for Ancient Dragon
0
138
Member Avatar for vijaysoft1

i have a php web on my IIS , address is ' [B][url]http://localhost/myapp/index.php[/url][/B] ' . My question is, [B]can i access the site on my Laptop using LAN or wifi[/B] if yes , plz tell me how . Please help me

Member Avatar for Frank Wallis
0
290
Member Avatar for vijaysoft1

How to use large pagination in a limited area , plz see the bottom pictures , please help me ........ as an example in my page , i have [B]more than 100 posts[/B] no my pagination system is like this [B]1 2 3 4 5 6 8 9 10 11 …

Member Avatar for smartness
0
308
Member Avatar for vijaysoft1

How to get full path from a file input field , i am getting only the image name using this code please help me [CODE]<body> <script type = "text/Javascript" > function show_filename() { var filename = document.getElementById('eve').value; alert(filename); } </script> <form> <p> <input name="text1" type = "file" id = "eve" …

Member Avatar for Airshow
0
189
Member Avatar for vijaysoft1
Member Avatar for cwarn23
0
133
Member Avatar for vijaysoft1

if some one is posting a spam content like this , what we do . Tell me any way in php (or HTML) to prevent this , means i want to display any long text in my fixed size table ( eg: 500 pixcel width) Suppose some users didn't press …

Member Avatar for vijaysoft1
0
145
Member Avatar for vijaysoft1

I am trying to display Indian time in a text box using PHP , my script is working but there is no 'AM' or 'PM' . I am getting the time with AM or PM when i am using echo statement . Help me please ..... this is the screen …

Member Avatar for cwarn23
0
144
Member Avatar for vijaysoft1

this program will replace a substring from the string with a new string . It is working perfect ... [CODE]#include <stdio.h> #include <conio.h> #include <string.h> #include <iostream.h> char *replace(char *st, char *orig, char *repl) { char buff[50]; char *ch; if ( !( ch = strstr( st, orig ) ) ) …

Member Avatar for ArkM
0
128
Member Avatar for vijaysoft1

I have a program to find the [B]Sin[/B] value of a given value(in radian) . It is working properly , but i want a better program or can u please give me a small explanation about my code . please ... in my program n=2; // what is this meaning …

Member Avatar for vijaysoft1
0
144
Member Avatar for vijaysoft1

Please give me the logic or a simple program to convert a Roman letter to Numeral . Please.......

Member Avatar for siddhant3s
0
97
Member Avatar for vijaysoft1

Help me to implement file concept in this problem , i want to save the structure data to a file and Display from file.Please help me. [CODE] #include<iostream.h> #include<string.h> #include<iomanip.h> #include<dos.h> #include<conio.h> #include<stdio.h> #define max 20 struct employee { char name[20]; long int code; char designation[20]; int exp; int age; …

Member Avatar for Lerner
0
103
Member Avatar for vijaysoft1

I am sharing my internet connection with 4 other peoples . And when i plug the LAN cable into my system i can use internet . And anyone can use my system with internet . But i want to protect internet connection in my PC from Other users of my …

Member Avatar for jbennet
0
38
Member Avatar for vijaysoft1

In my MYSQL databse there is field named [B]' show' [/B] type [B]' bit '[/B] . When i am inserting record to database for varchar fields i select the Textbox , but for checkbox which one i will choose ( there is two options submit as Y/N or 1,0 ). …

Member Avatar for peter_budo
0
54
Member Avatar for vijaysoft1

How to print GMT 5:30 time in a TextBox using PHP . Please .... i found many scripts that are not working . i want to print this format eg: 18-12-2008 1:06 AM . Please

Member Avatar for buddylee17
0
57
Member Avatar for vijaysoft1

I trying to make small personal website in PHP + MYSQL . In my database there is a table named ' tblUsers ' . I am using this table for users Login .I displayed the username of the user after the login . But how to track the userID of …

Member Avatar for flagbarton
0
152
Member Avatar for vijaysoft1

I found almost in all forums and discussion boards that ' Currently Active Visitors : 11 ( 2 Member & 9 Guests ) ' And Display the Member name . How to do it in Classic ASP ( with Dreamweaver or by coding ) . Please

0
59
Member Avatar for vijaysoft1

Please Help me to Understand the callback functions using this program.Actually i understand the program. But i want to understand it very clear , what is hear happening. So please..... [ICODE] class Button { public: class Notifiable { public: virtual void notify()=0; }; Button (Notifiable *who) : calle (who) { …

Member Avatar for jencas
0
113
Member Avatar for vijaysoft1

in my program [ICODE] class list /// list class { private: int *Data; int Size; num; public: list() // constructor { size = 1; num = 0; } void add(); // member function }; void list::add() /// { char choice; do { Data = new int[size]; cout<<" \n Enter item …

Member Avatar for raul15791
0
128
Member Avatar for vijaysoft1

my program is [ICODE] class stack { protected: int tos; int store[10]; stack() { tos = 0; } public: void push(int x); int pop(); }; void stack::push(int x) { cout<<"put the values into stack"; store[tos++] = x; } int stack::pop() { cout<<" get the values from stack "; return store[--tos]; …

Member Avatar for mahlerfive
0
82
Member Avatar for vijaysoft1