5,346 Topics

Member Avatar for
Member Avatar for ryan311

im making reservation system online, i have a problem how to show the data choosen by the user to another php script? here's my code. index.php code [CODE]<form method="post" action="confirmreserve.php" style="margin:auto;"> <table width="95%" border="0" align="center" cellpadding="4" cellspacing="0"> <tr> <td width="50%" align="left" valign="top"><strong>Check-in Date</strong></td> <td width="50%" align="left" valign="top" class="body2"><strong>Check-out Date</strong></td> </tr> …

Member Avatar for ryan311
0
101
Member Avatar for jmorhous

Greetings, On reflection I have decided I was unclear in my last post so I thought I should have another go at it. I have written an external script, located in validateform.js, that validates the information on a form. I have a second external script, date.js, that validated dates. I …

Member Avatar for almostbob
0
99
Member Avatar for jonsca

My post total just jumped by about 50 since last time I checked this morning. EDIT: It only shows that in the profile. On my posts themselves it says the right amount.

Member Avatar for jonsca
0
327
Member Avatar for jbennet
Member Avatar for hotmatrixx
0
250
Member Avatar for skerts

I'm getting this message on my Win XP (SP1) machine. It happens when logging on to a shopping site. It never used to happen before and I believe that it may be linked with spyware/registry entries etc. MICROSOFT VISUAL C++ RUNTIME LIBRARY Program C:\Program files\Internet Explorer\iexplore.exe abnormal program termination I …

Member Avatar for furiozz
0
618
Member Avatar for GReddy4u

I'm attempting to add a skip intro button within the intro. I've tried using methods that have worked with regular animations but they aren't working. I tried this code with no luck so I'm hoping someone else has something that will work. [CODE]monkey_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler); function mouseDownHandler(event:MouseEvent):void { navigateToURL(new URLRequest("http://www.domain.com/")); }[/CODE]

Member Avatar for rajarajan2017
0
267
Member Avatar for candaceusa

Recently I came up with my latest "premium wp themes" project premiumwpthemes.in I was in a need for sidebar where I can have thumbnail in my Recent Post widget. I followed the tutorial at wphacks.com/how-to-using-thumbnails-in-your-sidebar-recent-post-listing I was successful at bringing up thumbnail on recent post widget at RIGHT SIDEBAR but …

Member Avatar for candaceusa
0
92
Member Avatar for jaygo

Hope somebody can help me out with this problem, first my specs. Cpu: Intel Q6600 RAM Acer 4gb ddr2 800mhz Motherboard: Abit IP53--E Video: Nvidia 8899gt PSU: Toughpower 650W Hard drive: SATA (not sure of brand) 250GB OK so the problem, the computer has been working fine with no issues …

0
45
Member Avatar for bluem1

Ok, sorry to be so needy this week! Here is the situation. I have discovered how to do a linq query to get my data from my xml but when I return it as a string to a list box it is coming in as one large line. No breaks. …

Member Avatar for bluem1
0
135
Member Avatar for Leftos

Hello everyone. After leaving the computer for 2 days turned off, I found out it won't post. The PSU feeds power to everything, fans, HDD, ram, GPU, but it won't post. I haven't changed anything, this happened suddenly. I'm using it normally and shutting down, and then two days later, …

Member Avatar for tayoscopy
0
211
Member Avatar for crunchie

Just looking in my profile, there is 1 current negative post showing, but when I try to view it, I get a 'Sorry, no matches' message. Can anyone else bring it up?

Member Avatar for Nick Evan
0
118
Member Avatar for Paladine

[B]Simple ASP.NET Login Page using C# (ASP.NET 1.0 & 1.1 ONLY!!! [COLOR=Red]NOT 2.0[/COLOR])[/B] This is just a small demonstration to show how easy one can "port" the code from my previous tutorials ( [URL="http://www.daniweb.com/tutorials/tutorial19303.html"]Updated: Simple ASP.Net Login Page[/URL] & [URL="http://www.daniweb.com/techtalkforums/thread19303.html"]ASP.Net Login Page with SQL [/URL] & [URL="http://www.daniweb.com/tutorials/tutorial23605.html"]ASP.Net Registration Page[/URL]) over …

Member Avatar for avirag
-1
7K
Member Avatar for windsor2

Hi all, I have a dell inspiron 8100. I was having troubles with it starting. It would boot up and get a screen that said it could not locate a boot device. It would not find the cd rom drive or locate the hard drive. This is after an extended …

Member Avatar for mikeIndy
0
262
Member Avatar for jrm5f2

Hello, I am trying to post data from one page to another, I keep getting an error message every time I run the code "Object reference not set to an instance of an object.". Please help [CODE] Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If …

Member Avatar for Sals
0
101
Member Avatar for zortec

I accidentally posted something that was unrelated to helping a fellow user out. There was no way to delete it and I am not sure if I lost reputation points because of that. Anyway, the point is people make a mistake. I try to help out everyone that I can. …

Member Avatar for zortec
0
145
Member Avatar for nanat07

$DoCNO=$_POST["DoCNO"]; $NumAt=$_POST["NumAt"]; how to retain my `$_POST` value when it submitted my myform it seem when submit it will reset the value inside the `$DoCNO` and `$NumAt` value java script: function testResults (form) { var TestVar = form.inputbox.value; location.href="PrintMe.php?Result=" + TestVar; return false; } my PHP code: <table width="1060" border="0"> …

Member Avatar for network18
0
98
Member Avatar for whisk3rs

I am stumped, I searched everywhere and tried a bunch of things to no avail, so I'm hoping someone would know the answer. I have a pretty old PC with an Asus A8N SLI Deluxe motherboard that I’m trying to give a second life to. There are a total of …

Member Avatar for nileshgr
0
125
Member Avatar for superMath

I'm using "HttpWebRequest" in order to send a web form using "post" method. but I have a problem, the site get a component like this one: <input type="file" name="the_file"....> how can I add a file to the post data? I mean adding it to the post string: "domain_lang=en&action=upload&the_file=........" thanks.

Member Avatar for superMath
0
33
Member Avatar for pulse

[B]INTRO[/B] While its nice to take a look at statistics once in a while but they [u]should not be your major concern[/u] and neither they should be your sole basis for making a decision! When I personally am researching a target audience - I look for the psychological mindset rather …

Member Avatar for newviewit.com
0
204
Member Avatar for emmaburge

Hi people Ive been asked to design a music shop - users can listen to cut versions of the songs, and then buy individual tracks or a whole album. This has been completely sprung on me and i have a lot to deal with in terms of payment processing etc …

Member Avatar for pritaeas
0
91
Member Avatar for kjelle392

Hello all. I try to learn some Ajax, but find it some difficult. The task I'm trying to do, is to use Ajax to register a new user for my application. The problem is that the request don't seem to pass the POST-variables to the php-script on the server side, …

Member Avatar for Thirusha
0
163
Member Avatar for findyaseek

xml POST method using http protocol i got a link from a travel hotel booking people like bellow link Each request needs to be posted (through POST method) using http protocol to [url]http://xmldev.dotwconnect.com/request.dotw[/url] and it receives a response irrespectively the request is successfully processed or not informing about the success …

Member Avatar for digital-ether
0
328
Member Avatar for Icarus_Night

Hello, everyone! This is my first post. It appears that my issue is unique from any problem I have read. My other computer is a Dell Inspiron laptop with 1.0 GHz running XP, and it will not properly boot. All it will do after POST and the "Starting Windows" spash …

Member Avatar for reganstar
-3
1K
Member Avatar for aznballerlee

I'm also working on a game project, and I'm stuck. I guess I'll have to post the specs so you guys can see what I have to do. Here are the specs: [quote] The valley floor can be viewed as a 10 by 10 grid. The northwest corner (upper left …

Member Avatar for zuser
0
176
Member Avatar for Will Gresham

Not sure if this has been mentioned before. One thing that irritated me for a while was seeing '1 hour ago' '2 hours ago' and such on posts. I like seeing the actual Date/Times, but maybe that's just me :) I have had a look in the CP today and …

Member Avatar for Dani
1
112
Member Avatar for KirkPatrick

This is sort of a follow up on my previous thread. I am looking into ways to click buttons, hyperlinks, or enter info into websites from a java program. So I have taken a look into the following site: [code]http://www.informit.com/guides/content.aspx?g=java&seqNum=44[/code] The page explains how to use the yahoo search. Here …

0
59
Member Avatar for MunkyFish

First of Hi all. Im MunkyFish from the UK and im a noob Python scripter. I have been teaching myself Python and PyQt for the last few weeks and found that i was visiting daniweb alot so i felt that i should join and say thank you to the many …

Member Avatar for MunkyFish
0
135
Member Avatar for wchitamb
Member Avatar for Kryst51

Hi All, I guess, at least according to my welcoming pm, I should introduce myself. I am very new to web development, I have used access and have been very active on an access forum since June. I am now trying to branch out from Access into other things, and …

Member Avatar for Kryst51
0
142
Member Avatar for gonehere

have read some on other users experiencing a crash when Right-clicking on items, which I am experiencing. I have done some work to try to narrow down the problem but no luck thus far. What I have discovered symptom-wise, when the crash occurs, dr.watson has an error and needs to …

Member Avatar for follyme007
0
302
Member Avatar for bluedos82

I wasn't sure wehre to post this, so here it goes. OS: 98SE The computer will boot up, but when it comes time for the desktop to come, there is an error message from the monitor: OUT OF RANGE Hf: 30kHz - 70kHz Vf: 50Hz - 140Hz Current: fh: 94.8 …

Member Avatar for 02ayomidedadad
0
306
Member Avatar for GKenn01

Hi there, I am a newbie here and any help solving this particular problem would be apprecaited. I have a Dell Inspiron 1545 unfortunately was dropped a day ago. Know it wont work, when you switch it on its pwer like turns on for one or two seconds and then …

0
41
Member Avatar for kplcjl

My name is Ken, over 50, graduated as a mechanical engineer. Days, working as a mechanical engineer --- 0. My wife has a lifetime interest in horses, I could leave them, but I do enjoy being a navigator in something called combined driving. (A three phase event, where only marathon …

Member Avatar for Murad1976
0
119
Member Avatar for chuppy

hi..can anyone explain to me?? i am very confused abt this two.. for example; iint m [] = { 3, 2, 5, 2 }; int k = 0; System.out.println("(a)" + m[ k++ ]; System.out.println("(a)" + m[ ++k ]; *i compiled..but i dun understand why is the result 3 and 5 …

Member Avatar for javaAddict
0
89
Member Avatar for aikawa

Cheers guys, my first post here. I've been reading a lot but i can't seem to find any scenario that helps me out with my problem. I'm trying to take input from a file in the form of some shape... rectangle/square, and store it somehow. The shape is composed of …

Member Avatar for ankitnigam
0
507
Member Avatar for meebee

Hi Everyone, I hope someone can help me with my issue. I recently built a core 2 extreme machine with a Gigabyte 965P-D23 mobo. When I turn on the computer, all the fans turn on but nothing appears on the monitor. Nothing beeps either. My RAM, graphics card, psu, and …

Member Avatar for darthsidius
0
138
Member Avatar for salmanoreen66

Name: Salma Nickname: JIN Height: 5'4'' Weight: 40 kg Hair: Brown Eyes: Brown Location: PK Age: 21 Hobbies: sketching, drawing, playing delta force, making a lot of friends, Internet browsing, programming, reading , web designing, garphics designing Relationship Status: single Fav Music: Actually I haven't much time for listening music …

Member Avatar for surindersharma
0
111
Member Avatar for amrani.ah

since im new here and this is my first post........ i started programming as a freshman (im now a sophmore) with VB, and have since, i and my teachers feel, have mastered that, tought myself C and am pretty accomplished in that language. I am working on the object oriented …

Member Avatar for NotNull
0
234
Member Avatar for Jeret03

ok, i recieved this computer from a friend that said his computer just wouldn't turn on one day. he said it was probably the monitor so i took the cpu and the monitor to test it. the monitor works fine on my computer so i tried his computer on my …

Member Avatar for Tommyusa
0
308
Member Avatar for kingston

A couple of weeks ago my computer began to either freeze or reboot several times a day. I noticed that it occured especially during some tasks, such as moving large files from one partition to another. I opened my case to observe if anything was wrong. I played around in …

Member Avatar for UnknownUser
0
125
Member Avatar for xine11

Hello All, I tried searching your forum for an answer to my problem and found nothing. Details of the Problem: The computer's fans and lights start. No POST, it remains on with fans on max. A little history: A month ago the computer worked fine. Then the odd time it …

Member Avatar for UnknownUser
-1
130
Member Avatar for Sagesse

Good day to you! I'm an IT student. Hope to learn a lot from here and to share my knowledge in here. Thanks for being a part of this community. ;)

Member Avatar for edhardy
0
118
Member Avatar for web3

Why it won't send this to mysql.Connection is ok.Here is the code. [CODE]<?php $connect = mysql_connect ("localhost","root","") or die (mysql_error()); mysql_select_db ("login4") or die (mysql_error()); session_start(); $_SESSION['username']; $username1 = $_SESSION['username']; $username = $_POST['username']; $submit = $_POST['submit']; $micro = $_POST['micro']; if ($submit){ $queryreg = mysql_query(" INSERT INTO messages VALUES ('','$micro','$username') "); …

Member Avatar for diafol
0
73
Member Avatar for helpmeplease08

I have a office live website set up and have been using the email for 3 yrs. Stopped using the site 2 yrs ago. I am going to shut the site down and assume I will loose my email as well when I do. Does anyone know an easy way …

Member Avatar for Bob_180_Bob
0
218
Member Avatar for samaru

Dani, I think you need to create a sticky post of guidelines before posting. Maybe have it on every forum. This is for the people that put up homework assignments (or any other type for that matter) and want a quick answer without even trying. This forum is about learning, …

Member Avatar for happygeek
0
2K
Member Avatar for horakova

This is actually a CGI issue I am having but Perl seems to be the closest forum here. I am having a very simple (hence very frustrating) problem with a CGI/Perl script. For some reason if I pas things from a checkbox they all get passed fine but the last …

0
126
Member Avatar for veledrom

Hi, We can code this way to print something if Exit button is clicked. [code] <form action="process.php" method="POST"> <input type="hidden" name="hiddenName" value="Jolly" /> <input type="submit" name="submit" value="Exit" /> </form> if($_POST["submit"] == "Exit") { echo $_POST["hiddenName"]; } [/code] What about if we use this way. How do i check if Exit …

Member Avatar for ShawnCplus
0
120
Member Avatar for soul310
Member Avatar for SuperMetroid

The html code of the form, and my code are below. I can't get the value to post/submit. Can anyone help? HTML Code of Form: [code]<form method='post' autocomplete='off'> <input type='hidden' name='action' value='grant-revoke' /> <input type='hidden' name='creator_badge_index' value='1' /> <input type='hidden' name='token' value='92dcd92a8bc16f73f330d118ae1ed891' /> <input type='hidden' name='do-grant' value='1' /> <div id='grant-div'><span …

Member Avatar for SuperMetroid
0
173
Member Avatar for InsaneVr6

I for the life of me can't get this to work and I get no errors. [B]admin.php[/B] [CODE=php]<html> <head> <title>Admin Area</title> </head> <body> <? //connect to mysql //change user and password to your mySQL name and password $conn = mysql_connect("host","username","password"); if (!$conn) { die('Could not connect to the database: ' …

Member Avatar for InsaneVr6
0
112

The End.