7,713 Topics
![]() | |
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", … | |
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. | |
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']; … | |
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 … | |
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 … ![]() | |
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 … | |
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 … ![]() | |
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 … | |
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 … | |
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 … | |
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.... | |
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 = … | |
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 … | |
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, … | |
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 … | |
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 … | |
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) … | |
getting recepient based on login support id 5 login i need recepitent as 3 and name vimal. | |
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 … | |
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 … ![]() | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … ![]() | |
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? | |
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 … | |
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 … | |
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. | |
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 | |
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? | |
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 \ … | |
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. | |
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) … | |
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 … | |
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 … | |
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. | |
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(); … | |
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 … | |
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? | |
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 … | |
*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. … | |
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 … | |
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 … | |
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 … |
The End.