955 Topics

Member Avatar for
Member Avatar for rukshilag

i have coded to display a search result, or results, in table, and what i need is a way to select that record and send it to another page. how can i select a record, if a radio button is added just before the result record, how can u click …

Member Avatar for benqus
0
122
Member Avatar for Exploded Fiber

Hi all, After some time pulling my hair my brain has turned to mush on this senerio. I'd appreciate any help offered as my PHP skills are still limited. Here is the senerio: I am creatings a voting website. I am currently creating an admin page that creates local election. …

Member Avatar for Exploded Fiber
0
103
Member Avatar for littleonetwo

Hi, Im in bit of a jam here and I can't seem to figure this out. Ive been looking for a little over a few hours for an answer to this but I can't seem to find a straight answer. Well Im in my advanced portion of my class and …

Member Avatar for littleonetwo
0
191
Member Avatar for ronaldpaul

Hi friends, In my project I'm using multiple tables to sotr the details.There is one main table and in the i'm storing the contact details of the family.And according to the number of members in the family I'm saving the member names and ages in different table.Now what I need …

Member Avatar for darkagn
0
171
Member Avatar for ronaldpaul

Friends, in my project(i'm using php and mysql & i'll be getting all the detail from th user) I've to create a seperate ID for each family. For each family I've to maintain the family members details and the contact details.Now wats the problem is how can I add or …

Member Avatar for urtrivedi
0
153
Member Avatar for falconga

Hello everyone, Confused with the title of the thread? Well, I guess that`s because my brain is completly fried from trying to find the correct way to do something that seems impossible without your help. Here is the story, I have 8 questions, each containing 5 answers. I have a …

0
92
Member Avatar for lobstar

Hi Everyone, I have been coming to this site for a while to get help with some minor things in the past, but now I have a strange issue that doesn't seem to have a solution anywhere. Lest start by giving you a link to the page in question: [URL="https://www.ecooutdoorsports.com/prod_4.php?cat=women&sub=0&fsub=&class=20.74&id=AFCZ254REG&pdname=WOMEN%27S+CAPPELLO+CORD+SKIRT-REG+F09&vendor=TNF#"]https://www.ecooutdoorsports.com/prod_4.php?cat=women&sub=0&fsub=&class=20.74&id=AFCZ254REG&pdname=WOMEN%27S+CAPPELLO+CORD+SKIRT-REG+F09&vendor=TNF#[/URL] …

0
144
Member Avatar for Soulcito

Hi! First of all, sorry for my english. I have a function that edit some data from every record in a table. I'm using a for to make it work. The problem is that in every loop it asks me to set the table in edit mode ([CODE]table1.edit[/CODE]). That makes …

Member Avatar for cepukom
0
533
Member Avatar for k_manimuthu

Hi All, I am trying to get the maximum no of column in a table through XSLT code. Below i had placed the sample table format. Here column tagged as 'th' and 'td'. Some of the column having 'colspan' attribute. I am struggling how to add colspan value in a …

Member Avatar for varun0703
0
810
Member Avatar for fuchsia555

hi how can i make one table like in this image [url]http://i50.tinypic.com/xbemg7.jpg[/url] i tried this code but it doesn't work , they fitting to each other [CODE] <table border="1"> <tr> <td width="300">stuff-1</td> <td width="700">stuff-2</td> </tr> <tr> <td width="700">stuff-3</td> <td width="300">stuff-4</td> </tr> </table> [/CODE]

Member Avatar for macneato
0
82
Member Avatar for feoperro

Hi, I was wondering if it's possible to vertically align a table, using the page as reference to alignment. I don't want to valign the content INSIDE the table, but align the table itself so that it is always situated in the middle (vertically) of the page. Thanks, -Ashton.

0
118
Member Avatar for ranjani_anu25

I want to display a table in a VB form and display the records fetched from an SQL server table in the table in the VB form. how 2 do dis?

Member Avatar for vb5prgrmr
0
111
Member Avatar for joewazen

Hello, can anyone help me find a document explaining a general way to design "Live" tables in SQL? i have an application linked to a db that contains live tables in it (tables that have records always updated, inserted, deleted and many applications read/write in it) my biggest worry is …

0
72
Member Avatar for Rottieman

Hi, I need help with the following; Table 1 --------- Col A 1 2 3 4 5 Table 2 --------- Col A ColB 1 AA 2 BB 3 CC 4 DD 5 EE I need to look up say Table 1 Row 3, reference that to 'Table 2' but instead …

Member Avatar for Rottieman
0
115
Member Avatar for gcattley

I want to process data entered into an Access 2007 form and then append the data to a table within the database. I started with a simple form with a button running a macro which ran an APPEND query, and this was fine until we needed to add some conditional …

Member Avatar for cguan_77
0
113
Member Avatar for aleezy

For my final project our group is suppose to simulate a game of table tennis this is what we have so far at the bottom. We followed the raquetball game setup for the code but we werent sure how to change this so that when a player scores it doesnt …

Member Avatar for masterofpuppets
0
2K
Member Avatar for NorthDakota

Hi all, again :) i have another problem with my program. I need to print a textbox that contain some data (of course). The textbox is formatted like this: [CODE] HEADER Data1 Data2 Data3 Data4 Data5 Data6 Etc... FOOTER [/CODE] I managed to print the file using the DocumentPrint object. …

Member Avatar for NorthDakota
0
219
Member Avatar for R3Slick

Ok so I have been working on this all day but cant get it. I want to add an Employee ID to an Employee Table....I got this much...But first I need to check if that ID exists already. How can I do this, here is my code: [CODE]<?php session_start(); require_once …

Member Avatar for venkat0904
0
154
Member Avatar for gedas

hi guys im creating a dictionary which would show the word and the meaning of the word this is what i have done so far, i created a class called meaning which stores the meaning of the word [code] #ifndef MEANING #define MEANING #include<string> class Meaning { public: Meaning(); ~Meaning(); …

Member Avatar for power_computer
0
155
Member Avatar for Mona1990

Hi I was wondering if someone could help me to figure out how to write a code for : Write a function print_table which consumes two parameters, a list of list of strings, and an integer for the length of the list. The function should print out the strings from …

Member Avatar for Mona1990
0
294
Member Avatar for LucerinRed

So, i'm new to C# and not really sure how to do this. I need to create an options table where when the user loads it, it looks sort of like this [url]http://img11.imageshack.us/img11/9012/formf.jpg[/url] On the initial load, all of the data members are on top, loaded from an array. If …

Member Avatar for DdoubleD
0
150
Member Avatar for Honkey_Magoo

I have created the code to connect to a MySQL database and retrieve the values of a table. This is the function for printing the table: [CODE] # Name: dbHistory # Purpose: prints srvHistory table from database # Parameters: N/A # Returns: N/A # This is the implementation of the …

0
100
Member Avatar for liadmz

Hi All, I'm trying to find a way to display a table to the user using mySQL DB. [better then the DataGrid View] The table should have options to merge cells for related items and to embed buttons in the cells. Thanks for your help.

Member Avatar for liadmz
0
219
Member Avatar for motionfiend

Hello all, While attempting to switch from a hard-coded array to a dynamic array read from a db table, I'm running into a few snags. I'm using the following function to create the dropdown menu, and it has worked for everything thus far: [CODE]// function showDrop($array, $active, $echo=true){ $string = …

Member Avatar for Rkeast
0
187
Member Avatar for scribeman01

Greetings - - I am new to daniweb and am also am at my wits end with Dreamweaver MX. I converted a Adobe Illustrator file that encompasses jpeg artwork and RGB process colors to a GIF file. No matter what I do, I get unwanted white space at the top …

Member Avatar for scribeman01
0
233

The End.