5,346 Topics
![]() | |
[CODE] <form action="update.php" method="post"> <input type="text" name="userdate" value="<?= $b ?>" /> <input type="submit" name="subjoin" value="Update"> </form> [/CODE] and update.php [CODE] $c= $_POST["$b"]; echo "value".$c; //its not working[/CODE] | |
I’ve had my computer for over 6 Months now, built it piece by piece over a couple weeks. Windows XP Professional Pentium 4 2.8Ghz 1GB DDR PC32000 80GB Western Digital HD nVidia GeForce 6800GT 400W Power Supply It’s a tragic computer.... Spent about $1900 maybe more, and ever since the … | |
Hi Everyone I am working through a book called Dreamweaver PHP Web Development. It has a tutorial for creating a booking system for a hotel. The because went out of publication in 2002 and there isn't a errata on the Glasshaus site for it . When creating the search page … | |
Hi, This might be more appropriate in the PHP section, I'm not sure - still a newb. I have read this problem in other threads, but can't seem to make the solutions work for me. I have a table that shows the results of a query for either pat_id or … | |
Hi I'm new here and this is my first post and really hope someone can help and sorry for asking something before even introducing myself but I'm very worried. I have a Toshiba Satelliete Pro 4600 laptop and today I'm been scaning a picture for tomorrows exam, and restarted Windows … | |
I have a script that needs to extract data using perl modules. I cannot write it using php because the site would need a complete rewrite. I need to get a string (it is xml) sent by a post to a php script. and I have no idea how. I … | |
:( I accidently posted a thread meant for this forum and got a tirade of abuse from "you know who". Be careful with the feedback forum. Only post feedback that is appropriate.:'( | |
Hi all, I was recently given one of these laptops and told 'if you can fix it, you can keep it'. Happy days! Anyway. The BIOS reports that there's no hard drive attached, the drive itself makes some odd noises during the boot process, and then the computer eventually reports … | |
Hi everyone! I work for a public university and need to create a new forum. Never done this before and was hoping you experts out there could give me some advice. We have our own website, servers, etc... so that isn't an issue. Our online community will include university employees … | |
If someone have any idea how to get the IPN post from paypal server after user payment. Currently i have been redirected to success page after user make payment but my IPN script is not getting response from paypal server it always return me the INVALID value. Thanks in advance … | |
My machine will not post to bios, nay even beep. The trouble started when I plugged in a Sony Vaio Pocket VGF-AP1 20GB MP3 Player in a front USB slot. During operation the player (slot) stopped working. After I shut off my machine, it won't boot or post. I check … | |
I bought a bunch a cheap books on Python and am wondering whether I should read them as Python 3 introduced changes to the language and so to speak broke old code as far as I can tell. I am reading Programing in Python 3, and after that I was … | |
First, thanks for this great forum with so many helpful people! I know responding to people's troubles takes time and effort you could probably be spending elsewhere! Last night, my laptop was working fine. At one point I came back to it (after it had been sitting on unused for … | |
Not sure where to put this as it contains HTML, Javascript and PHP and I can't figure out which one is the problem but because the problem is with an empty POST request I put it here, sorry if that is wrong. [code] <form action="?do=submit" method="post"> <input id="number" readonly="readonly" style="width:7em;"/><br … | |
The post count on the forum's main menu is incorrect. For example the thread circled in the attached bitmap says 0, but there are three responses to the original post | |
is there any way to get the name before i post, i want to get the name before i post becuase i want to delete a php file and create a new one instead of it [CODE]if(isset($_GET['id'])) { $query = "SELECT id, name, title, description, keywords, content, skin ". "FROM … | |
I have three dbase tables: Project: Building a set of tables to record customer information, record selected uses of transportation, record the points earned from using certain types of transportation, record the total points in a database table. [CODE]Currently, these are the tables: Code: TEAM teamID teamName LIVE DATA: Live … | |
Hi, Well i'm new here.. but i got an annoying thing. I got a virus called Raktemp.exe. NOD32 kept moving it to Quarantaine, and now it's there 33 times.. I installed adobe dreamweaver cs4 today.. But i guess it will come back sometimes, and i just wanna make sure i … | |
Hello all, This is my first post on any forum so i'll do my best to give you all the necessary info. First of all, it's a dell inspiron 530s running vista home basic. After doing some updates about a week ago, upon reboot, the pc no longer booted into … | |
is there any way to get the id you are going to insert the data in before you post the data, like get the last id and do a +1 to it or something pleaseee? | |
Hi, I hope someone can help. I just purchased an HP a450y computer without a hard drive or video card. I place a WD 500GB HHD , new BFG GeForce 7300 GT 512MB AGP card and 2 stix of 1024 PC 3200 memory. I'm trying to load win XP Pro, … | |
After installing [URL="http://www.experts-exchange.com/Hardware/Desktops/Q_21832132.html#"]XP SP2[/URL] my Mesh computer will no longer boot, either normally or safe mode. Continual BSOD MACHINE_CHECK_EXCEPTION Stop: 0x0000009C (0x00000004, 0x8054D5F0, 0xB2000000, 0x00070F0F) Machine ran fine until SP2 install. Have now tried to re-install win [URL="http://www.experts-exchange.com/Hardware/Desktops/Q_21832132.html#"]XP[/URL]. But get the error "Setup did not find any [URL="http://www.experts-exchange.com/Hardware/Desktops/Q_21832132.html#"]hard disk drives[/URL] … | |
[B]Intro[/B] OK, there's going to be a lot here, but it's just something that I built as my own crapped down version of PHPmyAdmin. I know it's not great. but that's not the point ;) [B]Getting started[/B] db_management: [PHP] <html> <body> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="top"> … | |
I thought I was finished with this program but now I can’t find a way to make it quit. The loop continues even when I enter the terminating character. I’ll post he whole thing. The answer may be simple but I'm just not seeing it. [code] do{ do{ system("cls"); printf("Enter … | |
Hello I wanted to compete with myspace.com because they are monopolizing the computing industry, and I am indeed jealous. I wanted to know if anyone here knows a lot about database programming, and can help me learn how to program something that has the looks and feels of myspace in … | |
[COLOR=Black]** I am not sure if this is the correct area for this post-- please move to correct forum if necessary-- thanks.[/COLOR] I am redeveloping the website for the company I work for. It is going along quite well but I have a question in regards to Flash; I have … | |
Hi, I know its possible submit a form serverside without actually creating a html form. As you can see below: string url = "http://websiteToSubmitTo"; HttpWebRequest req = (HttpWebRequest)WebRequest.Create(url); string proxy = null; string data = String.Format("parameter1={0}¶meter2={1}¶meter3={2}", parameter1, parameter2, parameter3); byte[] buffer = Encoding.UTF8.GetBytes(data); req.Method = "POST"; req.ContentType = "application/x-www-form-urlencoded"; req.ContentLength … | |
I'm new to this list, so please bear with me and forgive any dumb errors that I make. I've got an IBM 365XD laptop that had a main board problem. I've replaced the chassis with another 365XD chassis. All seems to be OK but it will only boot into suspend … | |
Hi, I'm writing an client application (not web , just program which sits on the local computer) and also a web server. The application should send a request to the server with parameters (for example: fname="david", lname="cop" , etc.) . the server should read the parameters he was received from … | |
Hi, I am getting the following error when I load the page shown below: [code]Object variable or With block variable not set. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated … | |
[I]<< split from [URL="http://www.daniweb.com/techtalkforums/thread28858.html"]this[/URL] >>[/I] [quote=Narue;145474]>u asking me if i cant code why should i be asking about sockets? No, I was asking you what you know so we don't waste time going over things that we don't need to. But if you want to be a dick about it, … | |
I'm really hoping for a solution before I kick this machine out the window :rolleyes: This is a Dell Inspiron 1150 laptop, BIOS v.A06 (yea I see there's an update available but it's been fine till today), 512mb ram, 20gb HD, Win XP Home SP2 (with all updates). I started … | |
Hello; I am new to using HJT and would like to request some assistance with my first log. I have done a cleanup but still have the same redirecting problem and none of my cleaners / scanners have found the problem. I know there's something redirecting my search results to … | |
Custom built PC been working great for 3 years, then it stopped booting up. Well, that's not entirely true, but I'll explain further. Basically you push the power button, fans come on whirling but the HD light never lights up, and nothing comes on the screen. I get no beeps … | |
Here is how it goes, just post a link to your bookmarks in here, so other people can find sites of mutual interest. I have included a step by step guide on how to post your bookmarks. Here are my bookmarks: [url]http://metroidprime2.zoomshare.com/files/bookmarks_3_29_2009.html[/url] [b]Mozilla Firefox[/b] 1: Click on "Bookmarks". 2: Click … | |
how to implement the secure file encryption and decryption using jsp for web application? can i use RSA or DES encryption algorithm? plz somebody post me? it's urgent | |
I have an Acer 3620 series laptop Model No: MS2180 Aspire 3624WXCI I power it on and goes through POST. It takes a long time for it to finish, when it finally does it makes a long, loud, and continuous beep noise and never boots from a disc (cd rom … | |
My Friend has a Dell Inspiron8250 Series Computer with the following spec: Pentium 4 2.8Ghz 120GB HDD, Geforce 4 Mx 64MB 512MB DDR DVDRW DVD He recently came across problems regarding his aol boradband .. the drivers wern't installing "due to a problem with the operating system" so we decided … | |
Dear all I am currently trying to find a java source code with which either HTTP POST or GET request can be sent. Unfortunately I have run into bunch of snippets that I can not run. Is there anyone that can tell me where I can find complete source code … | |
Hi everyone! First, sorry for my bad English! I have a problem with httplib... I must send XML contain throu HTTP protocol, and here is my code [CODE] import sys import httplib xml = """ <?xml version="1.0" encoding="utf-8"?><!DOCTYPE Doc SYSTEM "TenorOAM.dtd"> <Doc date="1196693972484" from="10.1.1.180" nid="CMS000001" sid="94" to="85.90.74.15"> <ReqMsg><MsgHead mid="1"/><Cmd><New><ObjPath><Instance otype="Null" … | |
Can Someone please help me resolve an issue with my Dell GX110,Stop Error, I've been trying to fix a blue screen of death and can't figure out how to do it without reformatting the drive, Tried Just about everything with this pc, any help would be appreciated, I'm tired of … | |
Hi all, Not sure if this is intentional, but it seems that the member info displayed in the top right corner of the title bar for posts has lost miscellaneous information such as Location. I have attached an example of one of my posts, normally it displays my location as … | |
I am having a problem on my Gateway Notebook and Gateway Desktop PC's, How can I repair a crash error I keep getting an error saying Microsoft windows has shut down the program and will check for a solution to the problem but it never does, How do I repair … | |
Hi, Let's say i have a form in [url]www.111.com/form.html[/url] where user can submit name and surname with POST action. Can we send the POST data (name and surname) from [url]www.111.com/form.html[/url] to [url]www.222.com/process.php[/url] to be processed? Thanks | |
i have this code. the looping code. but i dont know how to pass the value to the next page. help me please! :P <?php $req = $_POST['req']; echo "<form>"; echo "</form>"; $i=1; while($i <= $req) { echo "<label>Requirement " . $i . " :</label><br/"; echo "<input name=\"req".$i."\" type=\"text\" /> … | |
Hi everyone, I just became a community sponsor and i was fiddling around with my account doing some changes to some things that i could do now and i realized that my post count has jumped from 524 to 604 without a single post from me! I looked at recent … | |
Greetings all, I'm trying to post data to a form on a web page using urllib2. Thus far I've had success however once data is entered in the form and the form is submitted, a second confirmation page is loaded where I need to click an 'OK' button again. Here … | |
Ok, this may seem quite strange but i LOVE reading through nigerian/african bank fraud emails, they try to convince you that you will get rich and in fact take all your money. Its all highly illegal but i love reading through them. I am amazed by the efforts these people … | |
Hi everyone, I going to build a website but i need to add a shopping cart and a way of processing credit card (and cheques if possible) for the items that the user decides to buy. The thing is i do not know how to add a shopping cart or … | |
I have created a simple HTML and Perl test to figure out how to properly get a browser to re-Post form data to a new URL. The raison d'etre for this test is to figure out the best way to re-Post the shopping cart order form data to PayPal after … |
The End.