199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for JC_2000

Hi everyone, Can anyone tell me how you can stop users from URL Hacking your website with ASP (sessions)? So for example if you have a password and username form on the front of your website and only want authorised members to gain access to your web site. So for …

Member Avatar for tparke
0
137
Member Avatar for jino

Hi all, I want to insert multiple records into a table using one query. And my query is INSERT INTO table2(id,message) SELECT id FROM table1 WHERE condn,'hello' but it displays an error.... Can you help me? Thanx in advance.... jino

Member Avatar for mike.prinsloo
0
110
Member Avatar for priyav

hai everybody, i have a problem in jsp that i should access my application only by login. in my project when i give this url in my address bar "http://localhost:8080/jsp-examples/InvMgmt/test/stockrequisition.jsp". it directly goes to the stockrequisition page. i dont know how to use the session variable. here i am sending …

Member Avatar for peter_budo
0
130
Member Avatar for eswapna

Hi All, I am new to .Net. can anyone please tell me how to create loginpage in detail with steps and code. Thanks, Swapna

Member Avatar for vmadhu_ece
0
92
Member Avatar for jinx_uk_98

Hi guys, Bit of n00b here but do have some HTML experience. Anyway I'm working on a small project at the moment where I require the user to enter the details of a varying number of people. How can I create input boxes on the fly? so that the user …

Member Avatar for jinx_uk_98
0
105
Member Avatar for rh3883

ok i need a to make two simple programs from The first program can be a while , for , switch, or a do while loop 1) Output This progeam allows you to enter a list of positive integers(terminated by a -1) then displays the largest value, smallest value, and …

Member Avatar for javaAddict
0
114
Member Avatar for tarakant_sethy

Hi friends, i have to delete a node in a link list and the prototype for the delete function is like this void deleteNode(struct node**, int pos). "Pos " is the position of the specified node in the list. And have to write it with all boundry condiotions. Help me

Member Avatar for Luckychap
0
122
Member Avatar for swapna7999

hi i want only that part of a picture which is visible in picturebox the picture may be larger than the picturebox but i want to copy only the visible part anybody help thank u vey much

Member Avatar for swapna7999
0
69
Member Avatar for swapna7999

hi i have two forms in the first form i used form2.show and in the second form from1.show but i want to reload form1 again on button click event in form2 is it possible to reload the form as it was first appeared thank u very much

Member Avatar for swapna7999
0
95
Member Avatar for flashyflashy

I have 3 pages a.php ,b.php and c.php .How can I use the variable of b.php in c.php [B]a.php[/B] [ICODE]<script type="text/javascript"> var width; width = screen.width; if (width > 0) { location.href = "b.php?width=" + width; } else exit(); </script>[/ICODE] [B]b.php[/B] [ICODE]<?php if($_GET['width']) { public $screen_width; $screen_width=$_GET['width']; } else { …

Member Avatar for flashyflashy
0
81
Member Avatar for sampathw

Hello, I'm developing a web theme. Before the last div tag(Which simply has an image), I have added a java script which is calling a remote server for an image output. the last div tag image doesn't get loaded until the javascript execution completes. Please let me know a way …

Member Avatar for sampathw
0
119
Member Avatar for ayman86

here is what i have to do: [url]http://www.sendspace.com/file/og252q[/url] this is what i have so far. [url]http://ayman86.pastebin.org/34381[/url] its pretty much the code in the pdf file with defined functions of quick sort, bubble sort and better bubble sort im not sure how i implement "size of array increment, and number of …

Member Avatar for ayman86
0
128
Member Avatar for Borderline

The following code given to me in another forum, as a "simple photo gallery" code, but I'm still experiencing problems with it. I don't know how to make the two pages interact correctly. I am assuming the [REF] etc sections are causing the problems, but I don't know what they …

Member Avatar for Borderline
0
91
Member Avatar for anandbabukumar

hello friends, im a php developer, am buliding a online memorial site.where the customers will register their Date of birth in a registration form .it will probe through mysql db.and i hav to send a mail for their birthday wishes in forcoming years automatically from php scripts..is it possibel.. give …

Member Avatar for nav33n
0
121
Member Avatar for almualim

hi friends, i want to display data from mySQL database, and iam using two drop down list, displaying data in second drop down list depending on the selecting from first drop down list, for example: first drop down list contains states, and second drop down list contains cities.

Member Avatar for nav33n
0
102
Member Avatar for OmniX

Pretty simple, just dont know how to find the solution XS. I have a combo box, that once u select the required attribute (A, B, C). It should display the apporiate text of A, B, C below it. So any ideas? Thanks, Regards X

Member Avatar for nav33n
0
196
Member Avatar for dan_e6

hey guys. i have a linked list set out like this [CODE] struct node { string bookTitle; string *authors; int nAuthors; node *next; }; node *start_ptr; [/CODE] and i need to sort the linked list based on bookTitle alphabetically. how would i go about doing this?

Member Avatar for dan_e6
0
100
Member Avatar for RyanLeaf

I know I posted a previous post and a person stated I should read How to Design Programs. However, I was told the following link would be a better choice to start off with. [url]http://maven.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html[/url] My question is: Is this a good resource for a beginner.

Member Avatar for Salem
0
341
Member Avatar for kse989

I am having trouble with my binary search tree... these are the errors i am getting - it is my print function and the find function I have not written the code for the other print functions, i need it to compile before i can go on bintree.h - find …

Member Avatar for kse989
0
133
Member Avatar for evios

Erm, how to split a string using comma separated into a table? Below is my code but the output seems weird: Lets say the row has 40 elements and 30 rows: [code] For Count = 0 To UBound(MyArray) For a = 0 To UBound(MyArray) Dim celNew As New TableCell() 'Dim …

Member Avatar for evios
0
135
Member Avatar for Igor_MK

Hello, I have a project to make a text comparer. I've downloaded almost 90000 texts from a site, parsed them and stored the texts in a file(150MB). So now, a new text is in another file and should be compared with the others, and return a result of 20 most …

Member Avatar for woooee
0
168
Member Avatar for iammop

[CODE]Private Function IsTextFile(FileName As String) As Boolean Dim FF As Integer Dim FileData() As Byte Dim K As Long FF = FreeFile Open FileName For Binary Access Read As FF ReDim FileData(LOF(FF) - 1) Get FF, , FileData Close FF For K = 0 To UBound(FileData) If FileData(K) > 126 …

Member Avatar for Ancient Dragon
0
120
Member Avatar for pooh2008

PLEASE HELP!!!!i need to write a program to record, average, and display grade for a maximim class size of 15 students. display a menu of options to the user, such as: input grades, display grades, and display class average.

Member Avatar for Lerner
0
147
Member Avatar for chartreusesnot

I'm not sure if this is possible, but I was wondering how you might get something in the menu bar, to the top right, where current user, battery power, airport signal, sound level are displayed. I think it might only be possible with Cocoa applications or something... I know with …

Member Avatar for chartreusesnot
0
74
Member Avatar for Spagett912

Hey I've written a program that prompts the user to enter sides and the program figures out what kind of triangle the sides equal. I keep getting some retarted error saying "3 triangleCalc.cpp `triangleType' does not name a type ". It's also saying " 1 Taxes\triangleCalc.cpp header.h: No such file …

Member Avatar for Spagett912
0
194
Member Avatar for jk_bscomp

Hello everybody, I just want to ask if what is the error on creating a jar file.. I am trying a create a jar file on my command prompt but it always flag an error saying 'jar' is an unrecognizable command... How can I fix this problem.. YOUR HELP IS …

Member Avatar for peter_budo
0
979
Member Avatar for jamesbond110

Man, I'm so new. I'm trying to script something for a game. so here's what I got: [code] program twars; const Color = $FFFFFFFF; FISTS = 0; DEAGLES = 1; MP5 = 2; AK74 = 3; STEYR = 4; SPAS = 5; RUGER = 6; M79 = 7; BARRETT = …

Member Avatar for jamesbond110
0
288
Member Avatar for Clockowl

Hai all, I ran into a strange issue I never experienced before. Pointers are passed to function, the function allocates memory to them with calloc, and right before the return sanity checks if the pointers still != NULL. That check succeeds, but upon returning and sanity checking in the calling …

Member Avatar for Clockowl
0
102
Member Avatar for Gardibald

Hello! I have recently started a new program in delphi 7 and i stuck. The problem is: I want to add an .avi video to run in my program when certain condition is fullfilled, but i dont know even how to start this. Please if you have some knowlege about …

Member Avatar for Micheus
0
111
Member Avatar for santoo

Hi, I have written a webservice and is working fine when tested usng a client application.Now I want to deploy my webservice on a server other than the development server.How can this be done.what are steps to be followed. thanks.

Member Avatar for ashleycameron
0
133
Member Avatar for SelArom

when working with strings, I can check if it has a value by doing something like if (s == "") but how do I accomplish this with integers? I thought maybe initializing to a dummy value like 0 or -1, but what if those values might be valid? should I …

Member Avatar for SelArom
0
271
Member Avatar for mom_of_3

I have a question about using define(). I am using this function for other constants across my script ,but am looking at developing a set of language files. For example I was thinking of having one eng_defined.php and one fr_defined.php each containing the same named constants but the output would …

Member Avatar for mom_of_3
0
100
Member Avatar for sibotho

Hi All I have a table (contactDetails) in my database (Sql express) with username,password, email, contactNo, bySMS and byEmail columns. I have 2 radiobuttons in my application smsRB and EmailRB, when the user registers he must select either smsRb or EmailRB. if smsRB is selected, a "Y" is inserted under …

Member Avatar for sibotho
0
117
Member Avatar for lllllIllIlllI

Hi i was wondering the best way to time how long a function/program takes i cant work out how to do it. I tried fiddling with the time module yet i keep doing the wrong things.

Member Avatar for woooee
0
84
Member Avatar for firastar

I'm a sound engineer. Have a minor in music education, but want to get a bachelors in software engineering. What should I start learning first, so I can be on top of my game after finishing my prerequisites.

Member Avatar for Ezzaral
0
61
Member Avatar for degamer106

Suppose I have a week that begins with Sunday and ends with Saturday (so UMTWThFS). How do I get the date for each day of the week if, lets say, we use this month and year? I looked in the API but I wasn't sure what to extract to make …

Member Avatar for masijade
0
275
Member Avatar for Lechugas

Hello, Can any1 help me doing this programs ? 1. A program in C++that alows you to visualize in a table the areas of a circle, and the volume of a sphere for a radio, with a range from 0 to 2, rising by 0.2 2.a program in C++, where …

Member Avatar for Lechugas
0
108
Member Avatar for ardeezstyle

Hi! I've used these codes in my aspx document <script runat="server"> Sub change(sender As Object, e As EventArgs) lbl1.Text="You changed text to " & txt1.Text End Sub </script> And inside the HTML <body> tag I used this... <form runat="server"> Change text <asp:TextBox id="txt1" runat="server" text="Hello World!" ontextchanged="change" autopostback="true"/> <p><asp:Label id="lbl1" …

Member Avatar for majestic0110
0
237
Member Avatar for DanWilliams

(First Post of hopefully Many :) This question is directed towards anyone who has worked with as400----> vb.net. I was able to connect to the 400 with i-series and used an odbc connection to 'see' the tables on the 400. Here's where my newbish question comes in. There is a …

Member Avatar for DanWilliams
0
167
Member Avatar for detoxx

Hi, im new to this forum, and searched for everything to do with 2D array, but found nothing to no real avail. My problem is that i have to write a 2D array in pascal that stores 15 student ID's and 5 marks for each student. I've managed to write …

Member Avatar for Clive29
0
153
Member Avatar for rem0404

I'm really really stuck. What i'm supposed to do is, first, create a class called Book having the private attributes: title(string), publisher(string), and number of pages(int). For the Book class there are supposed to be two constructors: a default (setting title and publisher to some default value, and number of …

Member Avatar for Lerner
0
109
Member Avatar for dan_e6

hey guys. i cant remember for the life of me what the difference is between putting ++ before or after a variable (specifically an int). for example in a for loop.

Member Avatar for William Hemsworth
0
14K
Member Avatar for antwan1986

Hi everyone and thanks for reading! I have a MySQL database with a table called "lessons". Inside lessons there are about six or seven fields holding information about piano lessons. The table looks like this: [CODE]vid int(10) (Primary Key) title varchar(50) date date teaser varchar(500) description varchar(2000) vurl varchar(50) extra …

Member Avatar for antwan1986
0
114
Member Avatar for Traicey

Im new to ASP and would like to know which one is the best when coding to ASP between VB.Net and C#.Net Thanx in advance

Member Avatar for majestic0110
0
141
Member Avatar for dan_e6

hey guys. just wondering what it means when a function has this in it.... void add(string title, string authors[], int nAuthors); the [] next to authors. what does this mean?

Member Avatar for dan_e6
0
265
Member Avatar for CloudKill9

I'm wanting to search a file full of http links.. I know how to search for a string and such but I don't know how I would search for a link inside a file. I just basically want to search a index.html for a certain site pertaining to ..lets say …

Member Avatar for Nick Evan
0
96
Member Avatar for linux

Sorry if this belongs elsewhere, it's BASIC, so VB is the closest. (By the way, long time no post for me, I'm back, yay) Okay. I'm writing a game (a SRPG) in QBASIC (wicked leet, huh?) so that my friends can edit it and crap (I know other languages, but …

Member Avatar for gugus
0
150
Member Avatar for kevin wood

i have created a website where the user is able to upload images and then they are displayed on and email which is then sent out to the people of there choice. the problem i am getting is that the images are being cached and then the new images are …

Member Avatar for kevin wood
0
262
Member Avatar for mo86uk

Hi Guys, I was trying to build a library catalogue with GUI (Graphic User Interface) which consists of two text boxes and four buttons. I have actually created the layout, but I dont know how to add actions to the buttons. Could anyone help me please. the Question is: for …

Member Avatar for jwenting
0
3K
Member Avatar for Black Magic

I went to the beach at the weekend and played on one inpeticular game, the one were you pull the lever and XOO or w.e comes out, i was going to make one but thought i would ask if this was the best solution.. [CODE=C++]#include <conio.h> #include <iostream> using namespace …

Member Avatar for Black Magic
0
102

The End.