7,713 Topics
![]() | |
For example. You got 1 list with 3 options. a b c once someone select a it instantly appears a text through php under the list or above it. Without to reload or anything else. I have seen it before 100%. pseudo code [CODE] <li> <option 1> a</o> <option 2> … | |
I have 50+ domains I have parked and instead of using GoDaddy's default parked page I created my own to generate ad revenue or at the very least help increase Google PR. Currently Im using [CODE]<?php echo(preg_replace('/^[a-z]*./','',$_SERVER["HTTP_HOST"])); ?>[/CODE] to display domain.com throughout the page. However, my next step is to … | |
HI, I have a form with a datagrid, few buttons, and textboxes. I can add the new record in data table and can display in datagrid. The problem is that... the new record which i have inserted in data table is been displayed at the last row of datagrid which … | |
I am new to php environment.... so guide me..... thanks friends........ ![]() | |
I'm trying to connect my new pc with a SyncMaster 940bw monitir and with an LG tv set. The monitor is connected by analog connection and the tv, by hdmi. The system is a tri-boot os system: winxp pro, Hebrew version of win7 and English version of win7. What's my … | |
I have a Samsung SyncMaster 151MP monitor and everytime I turn the monitor on ,there is a static noise that lasts for 30 - 45 seconds. After that, the static noise stops and nevers comes on unless I turn off or restart the computer. | |
I am designing a bank system Soon as the user opens the display the welcome message alone with all the latest offers are displayed without any input. afterwards the user is given 4 set of instructions for example: enter 1, 2, 3 or 4 to display the 1. Display balance … | |
[code] public partial class AddressBook : Form { public int Counter = 0; //declaring array with 20 elements public string[] arrayString = new string[20]; public AddressBook() { InitializeComponent(); this.contactList.SelectedIndexChanged += new System.EventHandler (this.contactList_SelectedIndexChanged); } private void frmAddressBook_Load(object sender, EventArgs e) { } private void btnAdd_Click_1(object sender, EventArgs e) { //my … | |
Hello, I have been given the question : to create a turing machine that begins on a tape containing a single 1 and never halts but successively displayes the strings. ..b 1 b... ..b 0 1 0 b... ..b 0 0 1 0 0 b... where b stands for blank. … | |
Hi, I am pretty new to php. On my site, I have set up a form to store images in a database, it works fine, and the images are stored in there as BLOB files. However, I can't work out how to display the image from the database. I want … | |
im using fpSpread (farpoint11) for showing data . problem is:- how to display image into a cell of fpSpread 7.0 from the SQLserver 2005 database which is stored in a binary format... reply me.... vivek | |
![]() | #include <iostream> using namespace std; int main() { int age; for (int i=0;i<5;i++) { cout << "Enter :"; cin >> age; } int *sum=&age; for ( i=0;i<5;i++) { cout <<*(sum+i) << endl; } return 0; } here is one of my program that i wrote. i do not know whats … |
I have bought some video capture hardware and software (Dazzle Digital Video Creator 80 with Studio 8). The box did not say however that I needed a hard disk that would read and write at 4MBs minimum. My hard disk can only support about 3.5MBs. My main problem is that … | |
I have a problem. I want to display data from database using drop down list and radio button in the grid view. The idea is, from the grid view user can select value from drop down list and radio button to update their record. So, they didn't need to type … | |
i have a computer and it was working fine originally it was hooked up to a lcd i brough it to my house to do some work on it it booted up fine on crt monitor then i pulled the card out relized i could use it in the new … | |
Hello, I'm hoping someone can help me. I have an older NEC Multisync LCD 1770nx monitor. I've had it for a while. Yesterday a friend was using my computer and now all of a sudden it's flickering. It's switching modes it seams, and the screen says "video input 1dvid no … | |
Hi, Im new in this programming world. Here is my problem: I need to display result of which I need to show location and gred using colors. For example for total staff the color will be blue and green color for available post. Below is my coding but it will … ![]() | |
Here is my query, it works as coded, but it's not exactly what I am looking for output wise. <?php $result = mysql_query("SELECT racesforweek.racetype, racesforweek.racename, dynamicactivehorse.tOwner, left(Entries.RaceID, 4) As Race1, RIGHT(Entries.RaceID, 4) As Race2, Entries.HorseID, entries.Odds, retired.HorseName FROM (dynamicactivehorse INNER JOIN (retired INNER JOIN Entries ON retired.ID = Entries.RealHorseID) ON … | |
ok heres what i got [CODE]Main.cpp System::Void Form1::button1_Click(System::Object^ sender, System::EventArgs^ e) { SetText("Hello, it's working"); } System::Void Form1::SetText(String^ strText) { this->textBox1->Text = strText;[/CODE] form1.h [CODE]private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e); private: System::Void SetText(String^ strText); [/CODE] What if I want to display the results of type double variables or int variables … | |
![]() | |
Hai.... Im new to .net ,I need help in doing my project.... If i Give the lastname in textbox then the items in lastname should be displayed in the anthor textbox [B]For ex : Thomus,123,aaa Thomus,345,bbb H_alert,456,ccc[/B] If i enter thomus it should show all thomus from my database but … | |
hello..i have a problem with my website..i want that a certain message will be displayed as i mouseover on the radio buttons.please help me..i am not that really knowlegeable in javascript. Here is my code.. <table> <tr> <td></td> <td><strong>Packages:(Please select one)</strong></td> </tr> <tr> <td></td> <td> <a href="?page=h"> <input type="radio" name="package" … | |
Hi, I have in my database the location of some images I want to display, all formatted as: [quote] ../images/products/1.jpg ../images/products/1.jpg [/quote] I'm trying to diplay them in a webpage but get the following error: [QUOTE] x Warning: substr() expects parameter 1 to be string, array given in C:\xampp\htdocs\mysite\index.php x … | |
Hello everyone! Please Give me some guidance if u have any idea. im doing a database using vb6 and access. im viewing my database data from access to vb using listview. each data in database have its own picture or image to display. in the form where i put the … | |
I'm sure I'm missing something simple but I just can't seem to figure this one out. I have a dynamic XML file that is too big to display all the information on one web page. So I need a way to split the information across multiple pages. I have used … ![]() | |
hi guys, plz see attachment. i was wiping my screen off with mild soap water, and this was there when i turned it back on. anybody know if its permanent, or if there is a fix? | |
Like the title says I need help to display a doubly linked list in a forward order. No matter what I do, I can just get it to display in its regular reverse order. Here's the code: [CODE]public class DoubleLinkedList { private Node h; public DoubleLinkedList() { h = new … | |
Dell Dimension 4550. I switched a 256mb RAM chip with a new 1 GB chip and now I have nothing on the monitor at all. I checked the monitor on my laptop and it is working so I'm guessing I broke the video card? I was probably supposed to remove … | |
i have a database (access database) which contains id and img column .The id column contains ID'S and img column contains their respective images. [B] When the user selects a particular ID at runtimes the picturebox should display the corresponding image... However the problem is how to achieve this ? … | |
I bought a used computer on ebay and the text size is too small on my monitor. I tried adjusting the resolution but it doesn't help. I noticed that the computer is recognizing the old ATI monitor hardware. How do I get it to recognize my monitor? How do I … | |
Machine: Dell Inspiron 1150 Symptoms: (1) on pushing power button w/ battery in, power light flashes twice, battery light flashes once and nothing else (2) w/ AC adapter and no battery, power light flashes once, nothing else. (3) same symptoms when drives, memory, modem, keyboard, display stripped. So far: replaced … | |
Hi,I wrote a piece of code that admin can add publications with their date and users and admin can view all the publications in the same page sorted by time.till here it was ok,the problem started when i wanted to add a jump menu on top of the page so … | |
hi I'm Maryam can you help me to draw this shape * * * * * * * * * * * * * * * ** three triangles with the same base. | |
Hello All; I would like to start off by saying hello, and that this is actually my first post to the group, even though I have been a member for many years. I am a ASP Classic Programmer, professionally for a little over a year, I have developed some rather … | |
On line no 1 there are 1 star On line no 2 there are 3 stars On line no 3 there are 5 stars On line no 4 there are 3 stars On line no 4 there are 3 stars On line no 5 there are 1 stars * *** … | |
i just want to display images ( that are stored into database )in a dynamically create table which has dynamically row & 4 columns in php like this:- image1|image2|image3|image4 image5|image6|image7|image8 image9|image10 etc. if a new image i upload in the database than it should come in third row third column … | |
Hi Guys I'm back...greetings to all and thanks for keeping in touch. Not sure even where to post this question but php section usually is cool. Is there any guru here willing to help me make a display of exchange rates on my site? I only need Euro, Sterling, USD … | |
I am trying to display the results of a query in the form of a table. this it the PHP that i am using below. The problem is that the headings of the table repeats. I really don't want that... I am also trying to get a border around the … | |
This is happening increasingly often as I play games. My display drive will say that it has stopped responding and been recovered after the screen has completely turned black and then reset. Some times this error goes as far as causing my computer to get the blue screen error saying … | |
Hello world, I’m trying something very simple but can’t get the result. I have table from I’m selecting a value which exist, then I want to display the value on the other page, but can’t get the result. Here is the code. The first page is active.php where goes the … | |
I've read this is due to some inverter connected to the screen cable. Has anyone replaced one? Can anyone confirm that is the reason a laptop screen would go black? When it goes black, I can put it to sleep and wake it again, and the normal screen comes back … | |
Hi, I have a text data type field in MySQL table that I need to read out to a page. When the value is entered into this text field the value will have returns as follows: ------------------ TEST TEST aaaaaaaa asdasdasdfas 3rd lineasadas ---------------- When I read this value out … | |
Hello! I have more or less zero knowledge about coding in PHP. The most I've done is includes, to help me maintaining my sites more efficiently. I hope I will not offend anyone with this question. Anyhow, towards my issue. I have one table containing several fields, with information such … | |
On line no no of stars 1 1 2 3 3 5 4 3 5 1 * *** ***** *** * | |
Gateway laptop MT3705. Either battery or AC, XP or Vista works fine for days until I visit University of Phoenix website and login to Classroom- Materials - then LCD goes dark - can still see faint image of website with flashlight. Cannot recover from this except to hard boot. | |
Hi All, Actually i am sending motivational email to my friends every day. its customized HTML Templates, But what happen, in that templates i used some images, its working in my browser. but my friends are using IE and Firefox, in that also images are not display. its showing only … | |
Hello everybody, I am currently having a problem with my Packard Bell computer that has XP Home Edition (SP2). I was starting live messenger when it could not connect and gave a windows error screen. Then I decided to restart the computer, but now I can't start it due to … | |
Hello world of DaniWeb, I'm experiencing an annoying "error". Here's the case: a while go, I had my PC running both Vista and XP until Windows 7 came out. So, I decided it's time to upgrade. The problem was that my graphics card (GeForce 9600 GT) suddenly stopped working properly … | |
So I want to create a website that allows me (or others) to type in a words and select a relevent search, and have it search multiple XML pages on another server (IE: they search my site and are given 3 other sites to go to with that relevent information). … | |
I would like the output of this string to display each word in a column and ignore all punctuation. I have tried including an if statement that tells the string to start on a new line when a space is encountered but I haven't had any luck. Any hints are … |
The End.