5,346 Topics
![]() | |
Heya there, This is my first post here so plz be nice :P The first changes i want to make is remove/disable the registration and login form from the forum itself and integrate this into the rest site.. I've been trying to do this the last 10 hours and posted … | |
Hi All, I am generating the Rows Dynamically in the table. Problem is that for the first row calendar pop up window is coming and for the other window it is not coming. I am pasting the code.... plese let me know where is the error. [HTML] <html> <head> <title>RFF … | |
******EDIT***** My appologies! I just went back to the forum and saw that someone had a thread similar to mine right underneat it!!!!!! I guess that since mine is slightly diffrent, it isint really repeating, but my appologies for a repetitive post!!!!!!! *************** Ok, first off, hello :) Next, my … | |
This is my code but I get the error Parse error: parse error, unexpected T_STRING in /home/projecte/public_html/index.php on line 48 When I try it, any ideas on whats gone wrong [CODE] <?PHP switch ($pg) { case login: $dbh=mysql_connect ("localhost", "projecte_ries", "*********") or die ('I cannot connect to the database because: … | |
I need to create an ERD for a Web Directory. I have to create an ERD for a web directory that searches a database for schools as a result of the inputting of certain search criteria. For instance the criteria are Location - County -Post Code Type of School - … | |
Hello I am currently creating an order form jsp page which contains a form. This form has several drop down menus - with one of them intending to read the contents of a database table which contains information. The database is set up and is ready to populate the drop … | |
Sorry for the noob post but I have a computer where IE6 seems to be taken over by winfix spyware. Have done the usual removal with adaware but there is still a popup telling me I am infected and IE6 keeps getting hijacked to some spyware removal site. I tried … | |
My PC wont boot; all parts (except the motherboard and CPU) were tested separately and all of these works fine (ie CPU, PSU, GRaphic adapter & RAM). I tested with nothing but Mobo, Memory, GRaphic adapter, CPU and PSU; no device plugged except a PCI POST diagnostic card. I get … | |
I have just installed a hack that won't let people post messages under a set number of characters. That makes my people stop posting one liners. Love it. Did you install such things? | |
Gday Guys n Girls, I think im posting in the right section so here goes. I have been playing around with Fireworks MX to layout a site it graphics and a few buttons. I've had no problem coming up with a basic page and have worked out how to export … | |
Hi.. Sorry about this being my first post, but I've been unable to receive help at TechSupportForums.com. :mad: About a week ago my PC began screwing up. After startup, before I had even done anything, the CPU was running at 99%. I opened Process explorer and it shows that Hardware … | |
I think my computer is infected with adware. I've run Microsoft Antispyware, Lavasoft Adaware and Symantec Antivirus scans. I thought that I have removed the adware until unwanted pop ups start showing up. I did the HijackThis scan and I think its because of these: O4 - HKCU\..\Run: [updateMgr] C:\Program … | |
Does anyone know where I can get technical information about developing HTTP applications in C++. I'm not talking about CGI, I mean the classes or functions that allow you to directly communicate on the web via HTTP without a web server. | |
Hi, This my first post :) I have a problem of sort. I have a G5 Imac and when it goes in to standby mode the internet disconnects, I am connecting via a airport express which is connected to my alcatel modem router which is always online. I am using … | |
It's been said time and time again that one of the best ways to promote your website is to post in other forums and link to your site in your signature. Many other people, myself included, frequently visit various webmaster forums out there (such as this one) and ask for … | |
OK guys, im new to this forum, and would like some help pls. This was my set-up AMD 64 3500+ K8N Neo2 Plat 1gb TWINMOS DDR 400 250GB HDD * MAXTOR 9 256MB GEFORCE 6800 GT agp 550 W COLOURS IT PSU One night whilst watching TV downstairs there was … | |
Intel Pentium 4 630 EMT64 Asus Phr 5ND2-SLI Deluxe motherboard Galaxy Geforce 6800GT PCI-e Maxtor 80GB Corsair DDR2 512 PC4200 XP Pro x64 I was just taking out a wireless network card as i recently upgraded my OS and x64 does not support netgear WG113T cards and in the process … | |
Hi, I think I lost my last post. It is in regards to losing my sound all of a sudden. I am running windows xp and it just wouldn't do any sounds. I did some troubleshooting and I eventually got this error code. I did a Direct Sound Test and … | |
please can you help me in this BankAccount code i do it but the teacher remove some my code and ask me when i see complete i complete but i when i do it i have some error can you help me i will post my code the client code: … | |
I need help. Here is the homework problem: Write the definitions of the functions to implement the operators defined for the class dateType. Here's my code: Header: [CODE]#ifndef dateSType_H #define dateSType_H //dateType name changed to dateSType class dateSType { public: // ************ Mutators follow ************ void setMM(int month); //Function to … | |
I didn't get any response on my last post, so I'll try one more. I can't figure out why the comparison is failing. I would like to be able to use the extended ASCII characters instead of intergers if the API allows it. Thanks. .data sec BYTE "Wie Viel",0 ; … | |
[PHP]<html> <head> <title>Participants</title> </head> <table align="center"> <tr> <td> <a href="http://www.officalhalo.com">Home</a> <a href="/tournament/FFA.htm">FFA</a> | <a href="/tournament/signup.htm">Sign Up</a> | <a href="/tournament/results.htm">Results</a> </td> </tr> </table> <body> <h3 align="center">Participants</h3> <?php $gamertag=$_POST['gamertag']; $eaddress=$POST['eaddress']; if (!$gamertag || !$eaddress) { echo 'You have not entered all of the required information.<br />' .'Please go back and try again.'; … | |
Hello all, Specs: ASUS A7N8X-E Deluxe Mobo AMD Athlon XP 2700+ 768MB Samsung DDR DIMMs (3x256) ASUS GeForce FX 5900 128MB 2 250GB WD 7200rpm HDDs 1 120GB WD 7200rpm HDD Plextor DVD-R drive Problem: I came home from the Rose Bowl (Texas Nat'l Champs btw) and my friends tell … | |
This is part one of a series I am sending to some of my friends. It teaches you how to make a pop-up window using scheme, and change the message of the window, position, size, content, etc. Part two will teach how to link windows together, make them visible, invisible, … | |
hey guys i need for my website, html editor, like the one found in this forum when u want to post thread, where i can download this extension? or is there a code i can copy it and have this editor? i am ready to any suggestions 10x in advance … | |
Hello, i've got two tabels, "Artists" and "Music". The relevant columns are: Artists: [Id],[Name] Music: [Id],[ArtistId], [Title],[Added] I want select the post's in the music table, but instead of returning the artist id, it should return [Name] from the Artist table where Music.ArtistId = Artists.Id (so it looks in the … | |
guys, i need for my project, an html editor like the one found here when u post a new thread. from where i can download this extension? or is there a code i can copy it? 10x in advance sam | |
Okay How Does The Pros Do It! The user fills out the entry form and becomes activated. But I don't want the Post method because the user cannot go back without getting an error... And I don't want the GET method because it shows in the address bar... How do … | |
I recently started to create a tag editor/creator for the game halo. It wasnt till just now that I have no idea how to read and write data from files. :rolleyes: so my question is: how could i open a file with the common dialog, and have it automatically display … | |
Alrighty... I hope this is the correct forum to post in *glances around furtively* Anyway, my Dell Inspiron 1150 laptop began resetting itself this last week anytime I touched it below the keyboard. IE, resting my palm on the keyboard, opening DVD drive, plugging in USB mouse, etc., all made … | |
I have a P4 pc based on the Intel D845WN motherboard with an ATI Rage 128 Pro video adapter. The machine had been running perfectly well until today, when it would not even POST. There was no keyboard functionality, I could not boot from a floppy or even access the … | |
Hi everyone. I'm trying to start a website that will host a large number of files to be downloaded. I need a download manager of some sort that will allow me to post links automatically in some sort of alphabetical order, linked to the files to directly download. Creating html … | |
Hello. I'm sorry, I mistake the place to post replies. But I'm on the way now. I was saying that I just read your "How to Configure Samba on RedHat Linux" tutorial. I configured my samba server and I could connect my shared folder on localhost. But here is the … | |
As community owners and administrators, we often have the least opportunity to actually sit back and enjoy our own communities. When we post, it's either to deal with some behind-the-scenes administrative issue, or for some other reason such as welcoming new members, getting postrate up, or the alltime favorite, keeping … | |
Hi it's my first post here. I have a problem with my mouse. It works for a certain amount of time, then the cursor freezes in one spot on the screen. I can still do everything normally, i can click and drag and all that stuff, i just can't see … | |
(my first post) Hi, my mouse mouse has been acting up lately, i got it to stop (no clue how) but it is back again and is very annoying. Its just the cursor that gets stuck in one place, but i can still drag 'n drop and stuff, but i … | |
Hi I have just recently joined here and I have been reading the other posts from people to problems similar to mine but I thought that I would go ahead and post my situation and see what everyone thinks that i might be able to do to resolve these issues … | |
Hi i'm new here, and I hope this is the right place to post this, if not move it to hwere it belongs. Anyways, I have a problem with my Internet Explorer. Ok, the other morning i got on and IE was working fine, then that evening, it wont open … | |
I just installed a new Motherboard and everything appears to be running smoothly. I'm using the same hard drive from my previos computer that has Windows XP Pro installed on it. All the harware is the same from pervious computer (except the motherboard), so I know that it is all … | |
Here are my computer's Specifications: *Asus A8R-MVP Crossfire Ready Mother Board socket 939 *AMD 64 Bit 3500+ CPU *(2x) ATI x850 Crossfire Edition 256 Videocards (I believe these are the source of the problem in some way) *Dual Channel DDR400 Ram, 1GB *Volcanic 630w Power Supply *80GB Hard Drive (Taken … | |
PUT YOURSELF in Mike Bolesta's place. On the morning of Feb. 20, he buys a new radio-CD player for his 17-year-old son Christopher's car. He pays the $114 installation charge with 57 crisp new $2 bills, which, when last observed, were still considered legitimate currency in the United States proper. … | |
Don' quite know what to do. I am having problems with my ethenet controller using VIA RhineIII drive. Sometimes I can connet and some times I cannot. So I reinstall my XP SP2. Was thinking of washing off the drivers and installing totally new ones to tackle this problem (it … | |
This is a start to a tutorial on Security in ASP.NET 1.1 using VB.Net code behind. [size=2][b] SETUP:[/b] [/size] [size=3][color=red][b][size=2]** Note this tutorial builds on/off the[url="http://www.daniweb.com/tutorials/tutorial19303.html"] Updated:Simple ASP.Net Login Page tutorial[/url] **[/size] [/b][/color][/size] [u] [color=Blue][b] Login.aspx HTML Code[/b][/color]:[/u] [code] [size=3]<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Login.aspx.vb" Inherits="NorthLogin3.WebForm1"%> [color=#0000ff]<![/color][color=#800000]doctype [/color][color=#ff0000]html public [/color][color=#0000ff]"-//w3c//dtd html … | |
grunge man um i can see some relation ships actually between vectors in phyics and c++ WolfPack Really? Care listing some of them here? For others to learn? ok now as i under stand about what arrays are i will now show the relationship between a physics vector and a … | |
Write a menu driven program that manipulates a list of students and has the following options: 1- Build list from file 2- Build list from keyboard 3- Print list Use the standard list ADT to build the student list. Student information are (name, level, ID) information please help with this … | |
Hi, I am a beginner trying to learn PHP. I have created two Files -one HTML page and another is a PHP file. HTML page-Form page PHP file- Does the Evaluation. HTML code: <form action="Samplepgm.php" method="post"> Your Name : <input type="text" name="name"><br><br> E-mail : <input type="text" … | |
I'm designing a database and I'm not sure if the way I'm doing it is best. I attached a snippet of my ER diagram to this post. I'm most concerned with the subtype relationships (Datasets to production datasets, Datasets to delivery_datasets, etc…). I’ve created a database with the design in … | |
When I attempt to boot up it shows me the POST messages, then the Windows XP loading screen. After a couple of minutes it returns to the POST messages. I can boot Windows if I boot up from the boot options menu in Directory Services mode, but that's it. What … | |
Hello, Q. With php I know we can Create a Form and have it POST to read on the next page. Great! NOW can it post to a third page, without using a form again. I just want to carry the users name around, so to say. Design so my … | |
can any one help me with this script I am just gettin started with PHP I am trying to create an calculation script that would calculate the Constant: PI = 3.1415926535 Radius, area, and circumference of a circle . This is what I have dont so far but just cant … |
The End.