7,713 Topics

Member Avatar for
Member Avatar for kelley82879

How can I change this so that my returned results will display as 2 tables instead of one? Its returning results from 2 different tables but its not displaying as 2 different tables As I want it to. Thanks for any help or tips you can provide <?php mysql_connect ("localhost", …

Member Avatar for kelley82879
0
213
Member Avatar for Reverend Jim

Is there an option so that times in Daniweb are displayed in the default (user selected) time format? For example, times on my system are displayed as 18:56 instead of 6:56pm.

0
127
Member Avatar for kelley82879

I would like to have my users type in a term and display results from two different tables. I tried using union but i'm getting errors can you help please? <?php mysql_connect ("localhost", "","") or die (mysql_error()); mysql_select_db (""); if(isset($_POST['submit']) && !empty($_POST['submit'])){ $result = ""; //USED LATER /*$term = $_POST['term']; …

Member Avatar for kelley82879
0
276
Member Avatar for Hector_1

Hello, I am unable to display the correct format. I have tried everything this is how I need the code to display: Portfolio #00001, ASD = 42.50, DFAS = 45.00, CAC = 22.20, BDM = 52.50 Portfolio #00002, ASD = 42.50, DFAS = 45.00, CAC = 22.20, BDM = 52.50 …

Member Avatar for cmps
0
269
Member Avatar for diakonos1023

Greetings! I'm building a PHP table from data I'm pulling from a MySQL database. I'm querying data from two tables where the common field between them is a customer ID. Table A contains customer ID and a customer score. Table B contains customer ID and a mailing code. The easy …

Member Avatar for LastMitch
0
250
Member Avatar for yaragalla_mural

By the following code i got image as the responce. if (http.readyState == 4 && http.status == 200) { ver image=http.responseText; } actually when i gave a call to server using ajax the server responded with an image. so now i have stored the image in a variable "image". I …

Member Avatar for yaragalla_mural
0
287
Member Avatar for weeraa

I'm developing an application using ASP.NET + VB.NET. There is a main page and a pop up window. When Click button in main page it is shown pop up and we can add customer details (Name, address, telephone etc..) after click OK in pop up window, It should be closed …

Member Avatar for LastMitch
0
173
Member Avatar for my3h

0 down vote favorite I have a table in database like this: ID, features, Values : ID will be 1, 2, 3.... features will be color, size, material.... values will be red, 13inch, silicon... I stored it like this: ID 1 1 1 Features color size material values red 13in …

Member Avatar for my3h
0
138
Member Avatar for Smith6969

Im trying to take an amount of change, less than $1.00, but more than zero and display the number of quarters, dimes, nickels, and pennies that will be required to make that change. The output must be presented in a descriptive manner that resembles the English language with the following …

Member Avatar for JamesCherrill
0
190
Member Avatar for David B.

I'm having a problem with no screen but it has all lights lit on the top in the back but no hdd activity or light lit or flickering. Does not power off & on like some do & tried it with the hddd removed. Something has to be causing the …

Member Avatar for David B.
0
156
Member Avatar for siva28

I need javascript for automatic city display when i click one state from list box. for example one list box i fetch karnataka, then automatically cities display whatever cities there in karnataka in another list box . Please reply..am newbee of script writing....

Member Avatar for sameer.javed.10690
0
445
Member Avatar for Persi

I have two tables in one form and a button in another form. So the two tables must be displayed first and then the button. But for me the button is displayed between the two tables. Can anyone help me?? This is my code [CODE]<form action="choirEvedit.php5" method="post"> <?php $con = …

Member Avatar for whiteyoh
0
99
Member Avatar for bullet_1

I am using following code which is displaying all files in listbox. But only files with specified extension selected from combobox(i.e .txt or .html....) should be displayed private void button1_Click(object sender, EventArgs e) { string search = textBox1.Text; string folder = textBox2.Text; MessageBox.Show(comboBox1); string[] allFiles = System.IO.Directory.GetFiles(folder, "comboBox1");//Change path to …

Member Avatar for Fenrir()
0
187
Member Avatar for kay19

Well I initialize an array of 5000, along with using srand & rand numbers with a range. I want to Prompt the user to enter an integer to search (from the front of the array) & output the index location of the element found(-1 if not found). I attempted it, …

Member Avatar for kay19
0
304
Member Avatar for Ashuu

I have a four and a half year old HP Pavillion dv4 laptop. Today, I saw a thin 1px red horizontal line on the near top of my laptop screen. The line sometime changes to light blue. I tried connecting an external monitor and found that the problem is with …

Member Avatar for Greg_z
0
184
Member Avatar for Sallybaks

Suppose you save $100 each month into a savings account with the annual interes rate5%.So, the monthly interest rate is after the first month,the value in the account becomes 100*(1+0.00417)=100.4417 After the second month, the value in the account becomes (100+100.417)*(1+0.00417)=201.252 After the third month ,the valiue in the account …

Member Avatar for Ancient Dragon
0
223
Member Avatar for 9tontruck

HI I am trying to make a dll file that performs its tasks using CUDA library. Here is a simple version of my code: CUDADll.cu ` #include <iostream> #include "cuda.h" #include "cuda_runtime.h" #include "device_launch_parameters.h" __global__ void test(int a, int b, int* c) { *c = a+b; } extern "C" __declspec(dllexport) …

Member Avatar for mark5rockzz_1
0
2K
Member Avatar for mangel.murti

getting recepient based on login support id 5 login i need recepitent as 3 and name vimal.

Member Avatar for mangel.murti
0
207
Member Avatar for vishal1984

Hi, I need a help . The issue is the , I need to display the data for some time interval and display the data in repeater ,div or any datacontrol. For. E.g. time interval is 15minuts and conutdown get starts , and before completion of this interval i.e. if …

Member Avatar for geniusvishal
0
143
Member Avatar for blueguy777

table slabpay ------------------------------------------------------- agent_id|agent_name|cust_id|cust_name|installment_amt| ------------------------------------------------------- 1 |mike |1 |john |350 | ------------------------------------------------------- 1 |mike |1 |john |400 | ------------------------------------------------------ 1 |mike |2 |abraham |350 | ------------------------------------------------------- 1 |mike |1 |john |450 | ------------------------------------------------------- 1 |mike |2 |abraham |400 | ------------------------------------------------------- mysql query ------------------------------------------------------ `$select = mysql_query("SELECT cust_id, cust_name,installment_amt FROM slabpay …

Member Avatar for diafol
0
159
Member Avatar for Adak

Demonstrates the Right Hand Rule maze solving algorithm, with some sweet console colors and text display and erasing, in Windows. Note that if the Start is moved away from all the walls in the maze, the right hand rule fails, circling endlessly. Also, a similar failure happens if the Start …

0
3K
Member Avatar for dlmagers

I playing around with this new software Visual Studio Express 2010 using C# and I have the source code files but what I am wanting to do is on this Greeting Card Maker. I would like to have some check boxes so the user can Select a Prefined Message to …

Member Avatar for dlmagers
0
131
Member Avatar for Ismatus3

Hello , I am making tries to display images in different tkinter windows , in every window displaying a different image , for this i made this code : # -*- coding: cp1252 -*- from Tkinter import * import Tkinter as tk import ttk from PIL import ImageTk, Image import …

Member Avatar for Ismatus3
0
5K
Member Avatar for NitsPatel

Hi I am new in magento. so, I don't know how to display products in home page .I add product in admin side .but, How to display it in frontside i don't know. So, Someone please help me Regards Nits

Member Avatar for best4earn
0
144
Member Avatar for captain_colt

hello guys, this is my first post.. i am using this lg 500g crt monitor. it runs smooth till last week. the computer starts as usual , num key blinks means windows is running normaly..monitor led green blinking very fast which is unusal. on off not working when i tried …

Member Avatar for JorgeM
0
272
Member Avatar for Ken1234

Display 100 random integers in [10, 25] 14 14 18 24 12 25 16 12 18 16 15 16 16 15 17 19 10 21 14 25 21 24 10 19 25 17 19 13 25 24 23 25 15 25 18 23 18 14 24 11 21 12 20 …

Member Avatar for Ken1234
0
330
Member Avatar for divyang.parmar

I have a displaytag to display results. But in this displaytag, I want the corresponding occid of the row. But I don't know due to some problem, it is showing me the id of the first row only. It works as follows- when i enter a name and click on …

Member Avatar for divyang.parmar
0
930
Member Avatar for rk67

I have a HP 5060zx laptop that does not boot up sometimes: The power light comes on, but there is no display. I tried connecting to an external display and nothing happens on that as well. This problem happens seems to happen intermittently. After this problem occurs if I leave …

Member Avatar for HarrisPA
1
2K
Member Avatar for Emrys

Hi, So I just replaced my MB because is had been fried and when I put my computer back together I am not getting any output from my monitor. It is showing the message for no input but it will not show display from my computer. When I turn my …

Member Avatar for Emrys
0
124
Member Avatar for DaliaE

my hp pavilion dv4 1125 laptop's screen started flickering yesterday showing horizontal lines sometimes and sometimes moving all around. when i tilt the lid towards the keyboards it gets better, sometimes it stops for a while. also, when i open the laptop, the screen works fine for 10 minutes before …

Member Avatar for Rahul47
0
148
Member Avatar for sonali_3

my laptop screen goes black some times and comes back on in sec and error messge is shown " display stopped working but repaired " do i need to worry? how to fix this?

Member Avatar for caperjack
0
88
Member Avatar for punit.agarwal11

Hello all, I am new to Glut, and I have made a program in C to draw lines and triangle using bresenham algorithm. But, when i run the code, the display function is called 3 times automatically. I want it to run only once. If I give input for one …

Member Avatar for rubberman
0
95
Member Avatar for lupacarjie

Hello! I am creating an assembly program that accepts a single character and displays the alphabet in reverse. The requirements are (1) The input character should be displayed (2) The alphabet should be displayed vertically and (3) Only the letter 'Z' should be accepted as input. I have managed to …

Member Avatar for lupacarjie
0
9K
Member Avatar for ashleyannie121

I have a HP HDX Premium Series laptop with windows vista home and my ie browser keeps saying cannot connect to webpage. I have tried several different things I AM connected to the internet but it still won't let me browse.

Member Avatar for ashleyannie121
0
149
Member Avatar for Raju_3

I had uploaded the image(blob field used) in DB.i want to show that image in pdf.how to write the code, please help me

Member Avatar for broj1
0
2K
Member Avatar for srilakshmi7

Hi.. I'm new to php.. I'm creating one website.In that I planned to keep default profile picture for each member of mysite and they can also upload their profile picture,edit and delete.. Please can anyone help me with this php and mysql coding?

Member Avatar for broj1
0
68
Member Avatar for manel1989

Hi everyone! I would like to know how to create a xml file and display it in a fixed location other than the console, I have successfuly create and display it in the console, what I want is to display in the following location C: \ Users \ abdelhalim \ …

Member Avatar for manel1989
0
288
Member Avatar for 恒

I use image component to display a picture for JPG,but it is lost a color.why I never meet this. I can't to upload picture to this forum.

Member Avatar for 恒
0
329
Member Avatar for websponge

I have the below code that grabs all the data I need, but as there are duplicate names in each row, I only want to display this once as a heading, and then display the array. <?php echo "<h1>Results Summary</h1>"; //TABLE RESULTS $psba = $_POST['psba']; $con = mysql_connect("localhost","root",""); mysql_select_db('project', $con) …

Member Avatar for minitauros
0
180
Member Avatar for Kignoumba

Can someone help me out here? i'm trying to write a program on 8051 assembly, my topic is a digital time zone clock with 7segment segment display with a 4x4 keypad , were each key if the time of one country. and i can't attribute the time to keys. thanks …

Member Avatar for rubberman
0
281
Member Avatar for websponge

Most annoyingly I cant get this to work, I made a sample table where there will be duplicate entries in some of the fields, and I need to display then all. table looks a bit like this id county city phonenumber the id is unique as is the phonenumber, but …

Member Avatar for websponge
0
187
Member Avatar for jakhondi

Can anyone help me get my output to display in my textArea? When I click the button, when the program is running, it wll display console output since I am using System.out.printf, but now I want it to show in my GUI. Any help would be appreciated. Thank you.

Member Avatar for JamesCherrill
0
189
Member Avatar for ccsj2206

I need help making this to display the results into a Jframe GUI instead of a console im failry new to java so please help me thanks, here is the code ive used: import java.util.ArrayList; public class ThreeArrayLists { public static void main(String[] args) { ArrayList priceList = new ArrayList(); …

Member Avatar for JamesCherrill
0
741
Member Avatar for rectifryer

I have a low end HP 6005 cpu that will not display more than 720p with my dell 30" 1600p monitor. The drivers are current and I am using a dual link cable. If I swap to a smaller 1080p monitor, the cpu swaps to 1080p automatically. What is the …

Member Avatar for rectifryer
0
75
Member Avatar for sandeepgoyal33

Hi, I have Samsung RV509. When i power on my laptop it doesn't show any display on screen. Only power LED Glows. Can anyone help me to sought out this problem. Is this a hardware problem?

Member Avatar for Vincentas
0
56
Member Avatar for Tobyjug2222

Hi there, I'm currently hosting my website on my own computer, and I'm using http://www.no-ip.com to allow me to do so as I have a dynamic IP. (updates the pointers, when my IP changes.. for the domain name). I have now set up my webcamera to have a have stream …

Member Avatar for JorgeM
0
395
Member Avatar for chintan.dave.5648

*I am Confussed about taking an Nvidia GTX 650ti or ps3!! Both prices are almost same. But in nvidia, the graphics would be i think a little bit higher than PS3. But i also want to play "exclusively" PS3 games like God of War, Unchartered series, Last of us, etc. …

Member Avatar for steve787
0
342
Member Avatar for hearthackrz

Hello guys, Recently I reinstalled my Windows XP SP3, now suddenly whenever I start my system it shows a black/blank screen after the Windows XP load screen. I installed the latest video drivers too (ATI Radeon) but it's of no help. I can go into safe mode without any issues …

Member Avatar for Rik_
0
279
Member Avatar for venkatesh_1

hi i am new to wordpress. so i am getting lot of problems I am trying to display posts of specific category using the following code <?php $cat=$_GET["cat"]; $args=array('category'=>$cat); $posts_array = get_posts( $args ); foreach($posts_array as $posting) { echo $posting; } ?> But i am getting errors instead. Please anyone …

Member Avatar for veedeoo
0
236
Member Avatar for CoilFyzx

Hello Good day. I have an interesting question as it relates to adding a background image to a JPanel (or whichever component is best for what I'm trying to achieve. Hopefully I'll get some help here.) I have a large picture that I want to use as a background image …

Member Avatar for CoilFyzx
0
419

The End.