5,349 Topics

Member Avatar for
Member Avatar for Simianspaceman

I have a duel 1 ghz G4, and am running os 10.3.2. When i put my computer to sleep after extended uptime (usually 4 hours +) the sysem crashes after bringin it out of sleep. I have gathered that it might be a power management problem. WHat can i do …

Member Avatar for StudioJERO
0
539
Member Avatar for chess2009

Hi I would like to delete my "getchar putchar post" because I really wanna do that .How can I do that? thanks.

Member Avatar for crunchie
0
133
Member Avatar for newbie14

Dear All, I have implemented a page based on tabs. Now how to submit the data is it just have the submit button on the last tab is it? On the other hand how best to show the error because there might be some fields not fill in the first …

Member Avatar for newbie14
0
83
Member Avatar for livingsword

hi, im a beginner. i hav an assignment on Pascal's triangle. i saw some post over the topic but couldnt get it to work with my code. heres what i have done so far.... [code=c] #include<stdio.h> #include<conio.h> void main() { int a[10][10]; int i,j,c,n; clrscr(); printf("Enter how many lines do …

Member Avatar for vipinkumar512
0
746
Member Avatar for Ancient Dragon

go to c++ forum and look at the last date and reaction columns. They are just wrong. For example the thread "Different Heaps" shows last date was 37 minutes ago and Reaction shows 1 post. Now click on that thread and look at the time of the last post -- …

Member Avatar for Nick Evan
0
171
Member Avatar for rcossy1023

Hi there, I come here alot for help and tips and post codes that I news help with. On one of my codes I left my name in the comments. I'm trying to reduce my Internet footprint and would gladly appreciate it if someone could edit my second code post …

Member Avatar for rcossy1023
0
128
Member Avatar for xxreenaxx1

I have created a checkbox using while loop and posting this to another page but I am not sure on how to add these ticked check box as 1 and non ticked one as 0 to the database. Can someone help me? <form action="Test_Completed.php" method="post"> include '../Database/take_an_exam.php'; $intNumber = 1; …

Member Avatar for qazplm114477
0
415
Member Avatar for Borzoi

Post your riddles here! Here's an easy one: A bicycle takes exactly 40 minutes to travel a 40 minute journey. How long would it take a car that goes twice as fast?

Member Avatar for Borzoi
0
745
Member Avatar for biohazard

Hello all, I am not sure if is the right place to post this if not accept my apologize ;) I have a router Linksys Befw11s4 wireless-B. I can connect to internet with both of my pc without problem, the bad thing is when I try to use Emule I …

Member Avatar for benmar
0
184
Member Avatar for stefh

Hi, my name is Stéphane, i'm french, i live in France in a beautiful place (see the link below) called Vercors, i'm a christian, i play bass in a reggae band, and i love programming... I'm interested for quite some time to Python but it is only fairly recently that …

Member Avatar for stefh
0
247
Member Avatar for devinodaniel

I'm trying to get my page to redirect back to another page after the form has been submitted to its self via $_SERVER[PHP_SELF] . I've tried using the header(Location) script but to no avail. Anyone know of an easy way to do this? Right now.. when my page is submitted …

Member Avatar for devinodaniel
0
1K
Member Avatar for kuchi

Apache is running in UNIX box, and we have configured folder path in config file and we are accessing python code from that folder. In the python code, we have two methods new_page() and access_form_elements(), new_page() -- print new HTML page with two form elements and method=POST and action=same .py …

0
83
Member Avatar for primagic

I need some help with parsing information from a query string to a database. There is a company that wants to send me information to a page on my server as a query string (http post) e.g. [url]www.mydomain.com/info.aspx?Name=Smith&LastName=Taylor[/url] They will send probably about 15 different strings of information a day. …

Member Avatar for Freon22
0
87
Member Avatar for jmace

I'm working on a program in visual c++ that I need some help on. I'm new to c++ and I can't seem to figure out how to do a http POST. The program gets a username and password from a form, and then it's supposed to send the username and …

Member Avatar for jmace
0
231
Member Avatar for Majdaa

Hi, first post here, anyways\s here's the deal... My dad owns a clothing company and we have 3 local shops. He is going to be buying a POS system that uses Windows XP and a barcode scanner. I don't really know anything much about barcodes, but the local cd store …

Member Avatar for chayan.cjee
0
704
Member Avatar for cuddlers89

how do i make the backround of the page a different color than the centered text just like on the page i mentioned in my first post?

Member Avatar for tarwara
0
349
Member Avatar for bangla

Hi, Below code gives me this error: "syntax error, unexpected" in line 5 <?php $to = "safiullah12@hotmail.com"; $subject = "test fname, email,phone,nn"; $Sender = $_POST["email"]; $message = Name: echo $_POST["fname"] . "\r\n". ///////////////////////line 5 Email Address: <?php echo $_POST["email"] . ?> "\r\n". Phone No: echo $_POST["phone"] . "\r\n" ; // …

Member Avatar for 84hd0ns
0
226
Member Avatar for dss1984

Hi, everyone. This is my first post here. I'm not very good with C++ and I have to write a program using 2 dimensional arrays. My program is a Menu that works with 2 two dimensional arrays. The program has to generate two random matrices and perform arthimetic procedures like …

Member Avatar for ameya potnis
0
429
Member Avatar for blacklocist

Hi, I am importing data from excel (don't know yet I am going to do that) and export it back into excel. I don't want to have users to import data using excel (due to lack of intelligence) and also it would be faster and more streamline. I already had …

Member Avatar for ivy3
0
218
Member Avatar for MDGM

Hi all, I want to make a jmail sendmail script for a form with radio buttons and menus. Below is an example form: [CODE]<form name="form1" method="post" action="survey-code.asp"> <p> <input name="email" type="text" id="email"> </p> <p> <select name="list1" id="list1"> <option>a</option> <option>b</option> <option>c</option> </select> </p> <p> <select name="list2" id="list2"> <option>a</option> <option>b</option> <option>c</option> </select> …

Member Avatar for MDGM
0
205
Member Avatar for matstars

I have a JSP page that has two pieces of data that I need to send to a page on another domain via post when a button is clicked. My original iteration was just having the two pieces of data in 2 hidden fields and when the user clicked a …

0
119
Member Avatar for Vestral

I was playing a game on my (~2 yr old) computer a while ago when it locked up on me, and then crashed. Since then, when attempting to power on the system, one of 3 things will happen: 1) It will successfully POST, and then give me an "DISK BOOT …

Member Avatar for jeffreylee
0
384
Member Avatar for zeeshan_kust

i retrieved data from mysql table into html page i.e [code]$query="select * from student"; $result=mysql_query($query)or die(mysql_error()); while($rs=mysql_fetch_array($result)) { ?> <tr> <td align="center"><?php echo $rs['st_id']; ?></td> <td align="center"><?php echo $rs['name']"; ?></td> <td align="center">&lt;input type="checkbox" name="check" <?php if($rs['checked']==1){echo "checked"; } ?> /></td> <td align="center"><a href="delete_student.php?id=<?php echo $rs['st_id'];?>"><img src="images/delete_icon.png" alt="Delete" /></a></td> <td align="center"><a …

Member Avatar for diafol
0
117
Member Avatar for mwasif

Hello, Is there problem in displaying post submitted time? Take a look at this thread ([URL="http://www.daniweb.com/forums/thread346757.html"]strange error in MySQL query[/URL]) in [URL="http://www.daniweb.com/forums/forum126.html"]MySQL Forum[/URL], it is displaying one hour but when you look at the replies it shows posted time 1 day, 6 hrs etc. Is there any problem going on …

Member Avatar for mwasif
0
93
Member Avatar for wan28

I have just joined this forum and I am looking forward to getting interesting and informative knowledge from it, and also helping others too. Most interested on developing windows phone applications.

Member Avatar for red angel
0
121
Member Avatar for grayceworks

Name: Grayce Height: 5'4'' Hair: red Eyes: grey Location: GA Age: 35 Hobbies: reading, movies, writing, listening to music, computers, learning more computer stuff. did I mention computers? Relationship Status: married Fav Music: Pretty much anything but rap. By which I mean anything from Ella Fitzgerald and Count Basie, to …

Member Avatar for red angel
0
192
Member Avatar for AlPhA

you have to use perl? I'll post some resources lata... but from my investigation, this is true.

Member Avatar for Progr4mmer
0
715
Member Avatar for Melanie22

Dear Friends, I am a web designer hence i only know very little of PHP programming. I need help on the PHP script for me to post data from other server to my server. Due to my lack of knowledge in PHP so i'm using JetForm.com as a third party …

Member Avatar for grayceworks
0
294
Member Avatar for samsons17

Hi all.. I got this code that dealing with ajax..Basically the ajax code is to get the data from the html element and insert it to the database. this is ajax and the html code : [CODE] <script type="text/javascript"> $(document).ready(function(){ $("form#post_reply").submit(function() { var discuss_text = $('#discuss_text').attr('value'); var test5 = $('#test5').attr('value'); …

Member Avatar for six_sic6
0
7K
Member Avatar for nashir

Name - MD NASHIR UDDIN. Nickname - swapon. Height - 5' 3". Weight - c'mon. Hair - dark brown w/ reddish highlights. Eyes - 2 of 'em. Location - Dhaka, Bangladesh. Age - 29. Hobbies - lounging around on the computer and make a garden. Relationship Status - Married.

Member Avatar for debasisdas
0
129
Member Avatar for akase2010

Your task is to write a main program which asks the user for an error value and then calls a function CalculatePi (error) which returns an approximate value of Ï€. The function CalculatePi should use a loop to calculate the above series (*). It should keep two values, currentApproximation and …

Member Avatar for pseudorandom21
-6
112
Member Avatar for littlemt

Hi there, First of all. Thanks for being such a great site. You guys have gotten me out of a jam a few times. I appreciate what you do. I am wondering if you can help. I reached out to your forum a few months ago. I posted the entire …

Member Avatar for littlemt
0
175
Member Avatar for zizuno

Basically I have to create a website for this community project our class in school is doing. It is coded in entirely php and html because I hate writing javascript. Cut to the chase, there is a photo gallery and a semi-secret log in that you can log into for …

Member Avatar for nuttyniall
0
96
Member Avatar for ddellostritto

Hi everyone! I'm dealing with an online test that has 100+ questions and I would like a way to: a) turn all $_POST into $_SESSION automatically b) clean the data c) encode it a) I found this but it makes the form fail [CODE] if(isset($_POST) { foreach ($_POST as $key …

Member Avatar for nuttyniall
0
603
Member Avatar for youlichika

I need click `ben10` that `<h2>you voted</h2>` will display in its' child `<div class="message"></div>`. click `winx` that `<h2>you voted</h2>` will display in its' child `<div class="message"></div>`. click `pocoyo` that `<h2>you voted</h2>` will display in its' child `<div class="message"></div>`. but my code not worked. can anyone help me? and if I …

0
62
Member Avatar for skald89

I have a form on page 2 and I want the information submitted on the form to be sent to page 3. How do i do that?

Member Avatar for skald89
0
2K
Member Avatar for goldeagle2005

Hey all A friend of mine just designed a page and added the yahoo and gmail login boxes to it. Now, it works. What I want to ask is this. If I he was to host it, and use it to login to yahoo, gmail whatever, would it be secure? …

Member Avatar for schofield
0
2K
Member Avatar for ms_lildreamer

Help! My emachine is dead. I mean really dead. It will not do anything! When I plug it in, I do see one green light on the MB, and an almost inaudible (decreasing)whine. That is all. I emailed the emachines support, but they were little help. They kept telling me …

Member Avatar for Rik_
0
347
Member Avatar for JIVESH GOVIL

[B]Anyone who wish to know about 3G, 4G and 5G wireless systems may post questions to me.[/B]

Member Avatar for peter_budo
-1
139
Member Avatar for Machete 7.M.5

This is a copy & paste edit introduction. Hi all, this is me... Name: Magnus Nickname: Machete Height: 178 cm (european :D) Weight: 95 kg (a heavy european :|) Hair: Dark blond Eyes: Blue Location: Sweden Age: 30 Hobbies: Weight lifting, boxing, happy coding, drawing(I suck, but it's fun), my …

Member Avatar for Machete 7.M.5
0
162
Member Avatar for Dani

When is it appropriate to use InnoDB table types? What about for a forum such as this one with huge post and thread and memberlist tables? I was reading on dev.mysql.com that it is more efficient than MyISAM for large table types? Is this always the case? Would it make …

Member Avatar for devpk
1
1K
Member Avatar for skald89

I have a form on page 2 and I want the information submitted on the form to be sent to page 3. How do i do that?

Member Avatar for skald89
0
110
Member Avatar for deepak.marur

Hi, friends. I am wondering if it is possible to post messages to facebook through SMS. I have to write an application that connects to the facebook to post messages sent through a Short Code from a mobile subscriber. I am confused about the various APIs from facebook if they …

Member Avatar for JDCyrus
0
93
Member Avatar for parns

Hi, i have been reading some post about this but it seem we need to list some information to have the respone answered. first off this problem happen because my ipod shuffle kept getting a I/o error when i plugged it in. but my computer would not read the shuffle. …

Member Avatar for datasuperman
0
295
Member Avatar for jchera

Hi fellas, i'm a newbie in php and i have the following scenario: -One html pages that gathers all necessary information then on submit it passes info to -A PHP script (lets call it "A") that does some calculation, sends an email [B][I]using all [/I][/B]data submitted and echoes data onto …

Member Avatar for chrishea
0
114
Member Avatar for doctorphp

Hi everyone. I am starting to learn AJAX and JavaScript and I am trying to make a popup login form and I am having trouble posting the data entered in the textboxes. It is fine when I post one piece of data but when I try to post two I …

Member Avatar for hielo
0
2K
Member Avatar for Phaelax

It's an old system of mine I haven't used in a few years. It worked fine when I stuck in the closet, but now it's being weird. Sometimes I could make it into Windows but then it'd crash; BSOD. So I threw it back into the closet for another 6 …

Member Avatar for jak0b
0
161
Member Avatar for kk33

Hi, I got a problem in my winttp code which is connecting to the URL successfully but not able to POST the data to the the server, here is my main part of the code [CODE] hSession = WinHttpOpen(L"User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12", WINHTTP_ACCESS_TYPE_NO_PROXY, …

0
111
Member Avatar for jain4

Hi there, I have a prob. I am trying to build a form in Html and when submitted it should go to other URl and to Asp.net file. Can anyone help me with this. In ASP.net i am using the following code [CODE] protected void Page_Load(object sender, EventArgs e) { …

Member Avatar for kvprajapati
0
166
Member Avatar for Goappykek

The End.