199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for JohnC

Hello, I'm pretty much a newbie with SQL. I have a database that is growing out of control and I'm unable to delete any records (data) from it. I've tried numerous open source applications but nothing has worked. The database is with a hosting and they provide ASP.NET Enterprise Manager. …

Member Avatar for campkev
0
91
Member Avatar for michellephp

Hi everyone! I am desperate to find an answer to this problem. I have read through (and tried to use) anout 6 different tutorials, but I just cannot fix this. It would mean so much to me if someone could tell me what I am doing wrong, my brain is …

Member Avatar for michellephp
0
149
Member Avatar for lkpatir

I have installed MySql 5.0.19, Apache 1.3.34 and PHP 5.1.2(SAPI Module) and configured both php.ini and httpd.conf files such as extension_dir,doc_root,LoadModule,AddModule,AddType etc. on myWindows Xp (FAT32) system. When I invoke test.php containing the code <?php phpinfo(); ?> on the browser, the sorce code itself gets displayed without error. Where is …

Member Avatar for Viji
0
152
Member Avatar for some one

Write a menu driven program that manipulates a list of students and has the following options: 1- Build list from file 2- Build list from keyboard 3- Print list Use the standard list ADT to build the student list. Student information are (name, level, ID) information please help with this …

Member Avatar for some one
0
238
Member Avatar for Viji

Hi, I am a beginner trying to learn PHP. I have created two Files -one HTML page and another is a PHP file. HTML page-Form page PHP file- Does the Evaluation. HTML code: <form action="Samplepgm.php" method="post"> Your Name : <input type="text" name="name"><br><br> E-mail : &nbsp; &nbsp; &nbsp; &nbsp; <input type="text" …

Member Avatar for neilem
0
143
Member Avatar for danigrrl

<? if($_POST[format] == 1) { $str = <<<EOD <!-- tinyMCE --> <script language="javascript" type="text/javascript" src="htmleditor/tiny_mce.js"></script> <script language="javascript" type="text/javascript"> // Notice: The simple theme does not use all options some of them are limited to the advanced theme tinyMCE.init({ mode : "exact", elements : "msg_area", width : "576", height : "380", …

Member Avatar for neilem
0
163
Member Avatar for jigvesh

Well i am pretty confused between the three,,,,i tried going through the java forums [url]http://forum.java.sun.com/thread.jspa?threadID=583383&messageID=2981007[/url] and [url]http://forum.java.sun.com/thread.jspa?threadID=671804&messageID=3926799[/url] but just couldnt make out anything.......Could someone please explain it in a bit simpler terms.....Thanks a tonne :)

Member Avatar for server_crash
0
289
Member Avatar for buggytoast

Hey guys! :D My program implements the vector class however it only shows I know how to use the Vector Class, and not how to develop a code for a linked list :( My teacher says I can just do a copy paste job, which is precisely what I did. …

Member Avatar for buggytoast
0
148
Member Avatar for manar

hi i want to find the correlation coefficient between two images, so i have to apply mathmatical equations on them. i want to ask how can i convert the image to a form that can deal with maths' operator like -, /, XOR after reading it from a file. i …

Member Avatar for plazmo
0
207
Member Avatar for hockmasm

i am coding illiterate. is there a simple way add a newsletter sign up form to my webpage? i have cpanel.

Member Avatar for junaidzamir
0
189
Member Avatar for Bomber686

Hi, I wish to run a vb app which queries the registry and returns a result. I then want to use that result to set a variable value which I can use in DOS. A batch file runs the vb app, when the vb app has finished a variable has …

Member Avatar for Bomber686
0
158
Member Avatar for edmicman

:-) Here's another one that's bugging me.....again in VB.NET 2005 and windows forms. After selecting an account from a dropdownlist, I am populating a datagrid with items that correspond to that account. Really, I just wanted to display a summary of the items in the datagrid, and then pass the …

Member Avatar for edmicman
0
146
Member Avatar for dgrblr

I have tried every avenue I can think of, but this forum seems to be the best to supply help. I am creating a class using NetBeans. I have created the following code, but get an error message for the line "public static Connection getConnection (String strFileName, "","") throws Exception. …

Member Avatar for dgrblr
0
932
Member Avatar for renick_j_v

i am doing a chat client server program.. i have a doubt in retreiving data from a applets textfield and passing into the stream. send some code if possible......... renick...

Member Avatar for Phaelax
0
121
Member Avatar for -EMAN-
Member Avatar for -EMAN-
0
199
Member Avatar for amen

how to write into the file at the same time display at screen?if there a command that do it?

Member Avatar for Narue
0
117
Member Avatar for muthu

hai friends, i am doing project in asp.net codebehind C#. my project name is ONLINE EXAMINATION. In this we have one problem, if one question is answered then the student does not go back, we have to stop the Internet Explorer back button and restrict the user to go back. …

Member Avatar for muthu
0
101
Member Avatar for gagirl14

I don't know why I'm getting this return statement :sad: Please help. Error is in green public class Card { private int rank; private int suit; public Card() { suit = (int)Math.floor(Math.random() * (4-1) + 0.5) +4; rank = (int)Math.floor(Math.random() * (14-2) + 0.5) +14; } public Card(int r, int …

Member Avatar for malaya_champ
0
113
Member Avatar for degamer106

How do you clean out the contents of an array after you take input? In my program, I put fgets in a loop to get input. However, once I loop back to the beginning to get input for the second time, the previous input values are still in the array, …

Member Avatar for Salem
0
356
Member Avatar for web_developer

i installed wamp server 1.6.1 only 1 service was installed ("mysql") the apache server didnt install and i checked the auto installion during the install what is the problem? sam

Member Avatar for web_developer
0
65
Member Avatar for lev_arris

Hi guys, I'm currently making a GUI which displays a graph. At the moment it reads coordinates within an array in the code: public int datax[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; public int datay[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, …

Member Avatar for iamthwee
0
146
Member Avatar for Sheki RDH

hi all, i have given the job to develop the Entity Relationship Diagram for "TASK MANAGEMENT" for an MNC i'm a learner in ER Diagram I really dont know how to start with this...... So please help me!!!!!

Member Avatar for Sheki RDH
0
99
Member Avatar for chelo77

I'm having problems here with this function i'm making, i need to make function that will write to a text file. This function has to ask the user for the file name and check if it exists. If this is all good then it will write the string in the …

Member Avatar for WolfPack
0
208
Member Avatar for grunge man

is it bad to not be a student on this page because i thought it was for anyone who needed help with c++

Member Avatar for Narue
0
168
Member Avatar for blackdove

I've been working on a binary search tree and I've written out most of what I think the code should look like but I can't test it because of an error I'm getting. I have no idea if what I have is even correct. My professor gave us the class, …

Member Avatar for Nedals
0
193
Member Avatar for gropedersen

Hi everybody, I am currently working on an assignment on linked lists. I am stuck with parts of the project, and I would be very pleased if anyone could help me. I am supposed to create a linked list of patient records. Each record is identified by a patient ID …

Member Avatar for gropedersen
0
163
Member Avatar for skalra63

there are two things i need to do to my program. 1) centre the form on the screen, then make it full screen. so thatthe form is always in the centre disgregarding the size. 2) centre list/combo items. currently they are justified left, i need it so they are in …

Member Avatar for skalra63
0
138
Member Avatar for Socram

Please help me on how i can enable or disable the buttons of the internet explorer window, or with any browser using javascript. Thanks.

Member Avatar for tgreer
0
176
Member Avatar for Kashif

hi first i am using tc3 compiler which gives error for cstdlib second i want display a eng multiplication method i have done every thing but how can i shift one left or right each line like 123 11 --------- 123 123 -------- 1353

Member Avatar for Ancient Dragon
0
217
Member Avatar for grunge man

um i just starded macking a simple program and i want the user to input a number when it says enter a number then i want it to say that number *3 is, enter then the answer will appear here is what i have and i dont know whats wrong …

Member Avatar for Lerner
0
290
Member Avatar for iamthwee

Hello everyone. At the moment I'm compiling all my .java files in the same directory where the javac program is. I know this is a bad idea. How do I link it from the command line and let's say export the .class files to another directory of my choice. ThanQ

Member Avatar for chrisbliss18
0
148
Member Avatar for rontab68

Hi, Is there a faster means by which I can get data from an edit box and assign them to an array. lets say I got this intergers m_1....m_100, and I want to put the values to an int val[10][10] whaat I did was to hard code each interger to …

Member Avatar for rontab68
0
107
Member Avatar for python_dev

Hi, i have a program where i use a while loop to create buttons dynamically. Each button is created with, for a label, the name of one the drives on the machine(using the result of the fsutils command). Up to this point everything works fine, if i have drive C: …

Member Avatar for python_dev
0
171
Member Avatar for ninja

ok, ppl...... i've got a new problem...... im workin on a package at my coll here and im doin spreadsheet.... i have to implement it using linked list and am having trouble in deciding what sort of a linked list i use.... Wat i tht of was, i can first …

Member Avatar for Lord Soth
0
160
Member Avatar for LennieKuah

Scenerio. I am extracting Primary key from Listbox to read against the Products Table in Northwind database to populate the textbox controls. This particular column "UnitPrice" is giving me this error message:- " Cast from string "Display" to type "Interger" is not valid". Can someone point me to the right …

Member Avatar for Lord Soth
0
164
Member Avatar for Katrix36

Hi all, I have a listbox that displays a list records from a file. The records contain details about a film - title, certificate, genre, whether or not its rented out or in. At the moment, when a film is set to - rented out, that individual film is put …

Member Avatar for Lord Soth
0
162
Member Avatar for butterflyTee

# tpm.py Computes the cost per square inch of pizza given cost of the pizza, # and diameter. from math import * def main(): cost_per_square_inch(area_of_pizza()) def area_of_pizza(): diameter = input("Enter the diameter of the pizza: ") radius = 1.0/2.0 * diameter a = pi * radius * radius return a …

Member Avatar for Ene Uran
0
140
Member Avatar for grunge man

how the heck do you "in simpelist programing" creat an image withc colors using c++

Member Avatar for Ene Uran
0
108
Member Avatar for ultirian

I am currently using Dev C++ to develop my programs as it is free and its easily gotten a hold of. Now the thing is that the proggraming project that I have to do has to be implemented on the unix systems within university. Is there going to be problems …

Member Avatar for ultirian
0
153
Member Avatar for dgrblr

I have created two GUIs with netbeans. I simply do not know how to call them to display on the screen. I'm sure it's simple, but I must not be understanding properly. I created the GUIs as JPanels and all they have on them right now is some labels and …

Member Avatar for dgrblr
0
168
Member Avatar for chelo77

I am doing my program here which is a simple input characters classify them and display them, it has other functions as well. My problem is that i had to modify my program starting to use pointers. In the menu number 7 it asks for a charcter you want to …

Member Avatar for Salem
0
107
Member Avatar for preist

[B]Hi everyone! Nice forum you have here, I was looking for a forum like this for a long time.[/B] [B] [COLOR=DarkGreen]I have an important issue. We had a website and a stand-alone phpBB forum script. Today, the guys wrote a whole new website based on php-nuke cms, with included forum. …

Member Avatar for preist
0
90
Member Avatar for puddin

Hello, Q. With php I know we can Create a Form and have it POST to read on the next page. Great! NOW can it post to a third page, without using a form again. I just want to carry the users name around, so to say. Design so my …

Member Avatar for puddin
0
116
Member Avatar for jaafit

Does anyone know how to remove a window's border and title bar in wxPython? I want the client area to fill the entire screen. I have a wxPanel defined as follows: class FlashPanel(wxPanel): *def __init__(self, parent, flashFile): **wxPanel.__init__(self, parent, -1) **sizer = wxBoxSizer(wxVERTICAL) **ActiveXWrapper = MakeActiveXClass(flashControl.ShockwaveFlash) **self.Flash = ActiveXWrapper( self, …

Member Avatar for jaafit
0
1K
Member Avatar for alexstanley

iam doing project in bioinformatics i want code for finding promoter region in Eukaryots. kindly hepl me in this regards

Member Avatar for KevinADC
0
92
Member Avatar for benzspider

can any one help me with this script I am just gettin started with PHP I am trying to create an calculation script that would calculate the Constant: PI = 3.1415926535 Radius, area, and circumference of a circle . This is what I have dont so far but just cant …

Member Avatar for DanceInstructor
0
132
Member Avatar for ianrosengren

I developd a COM to custom IE printing,for Microsoft® Internet Explorer 5.5 or later.It is not straightforward before I fixed several bugs.Ii is some kind of a simplified scriptx and easy to extend. May it help?

Member Avatar for ianrosengren
0
101
Member Avatar for buggytoast

Hi everyone! (it's been awhile XD) I've gone and done my homework. And here I am with a program that works...pretty well I think. There appears to be a problem with the saving/loading. Originally it worked without a problem, but when I attempted to make it more graphically friendly (when …

Member Avatar for buggytoast
0
147
Member Avatar for neerajtrivedi

hi i am a software developer and a plan for my own software company. i want to know that how i can start my company in low scale and whats are the precaution i have to take. i have only 2 year of exprience in this sector may i wait …

Member Avatar for neerajtrivedi
0
88
Member Avatar for nataliemac

I have a script that I want to write, but I'm not sure how to start, so I'm hoping for someone to point me in the right direction. I'm dealing with a very large form full of very large <select> boxes. (Some select boxes have as many as 30,000 options.) …

Member Avatar for alpha_foobar
0
153

The End.