5,346 Topics
![]() | |
[B]When i try to access this page: it shows this: Warning: mysql_query(): 2 is not a valid MySQL-Link resource in /user/langlab/wwwhome/signup/signup_adm.html on line 28 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /user/langlab/wwwhome/signup/signup_adm.html on line 29 Warning: mysql_query(): 2 is not a valid MySQL-Link resource in … | |
I want to be able to use scales to let the user answer various questions on screen. However, though I can get scales to work fine in other programs, in this one in particular they seem to have bugged out. What's happening is that, if I set [inlinecode]showvalue = False[/inlinecode], … | |
[COLOR=seagreen]So i signed up here a while ago, looking for some work to help me with mine (College - BTEC National IT). I'm kim - or hbk as the internet knows me. whats hbk you ask? Heart Break Kid, Shawn Micheals. Yup, check my profile. I likes that rassin' :cheesy: … | |
Hi! I'm new here. I'm reading a book about C++ so I'm quite new to the language. An exercise asks to write a simple "Turtle Graphics" program. This program should be able to simulates very simple graphics thanks to the following commands: Command Meaning 1 - Pen up 2 - … | |
Hey everyone. I'm working with a logo for a little business I'm doing a website for and all they gave me was a .bmp image. I need to make it smaller, and I'm using Adobe Photoshop. I'm constraining the proportions and everything, but when I resize it, it always ends … | |
My aim is to write code to cycle through all the documents in a particular directory. Each document requires text and bitmaps inserting and then moving to a new post-processing folder. Can anyone provide me with a solution using VB6 code. I do not know how to access a list … | |
Hi everyone! This is my first post here. I came across this site in a google search, and it seems like you guys really know what you are doing, so I hope you can help. I'm having a huge problem trying to get my new hard drive installed into my … | |
Hello 1st post on here please go easy.... I need to stop users downloading or running files from the Internet. I have found a setting that stops users from selecting the download directory [COLOR=#ff0000]NoSelectDownloadDir[/COLOR] I just need a setting that stops users from running the file from the internet please? … | |
Is there a free Host in the Net ... which host ASP and MySQL do anyone of u know..please post if u know..... | |
Hey everyone, I'm not sure where to post this so feel free to move if needed. A fellow classmate and myself are starting on message board project. I was asked to spec a powerful windows based system, but am unsure of what is most important in a web server? Could … | |
[COLOR=#000000]subject - suggest software to assist posting qts and seeing replies on this site. Body - Is there a way I can post a website related question to many good website help sites at 1 shot instead of logging in to each one individually and posting? similarly can i check … | |
BOOT PROBLEMS, HARDWARE VIEW This is a general outline as to why machines have boot problems. GENERAL Usually if the system tries to boot, i.e. you actually see the OS's OEM logo (Windows,etc.) it's usually a safe bet that the problem is software related. At that point the system, OS … | |
I am designing a 2 player car racing game, and I need to be able to control both cars at the same time from the keyboard (using the arrow keys for one and a,s,d,w for the other) I can get them to work when the other one is not being … | |
I got this idea yesterday to write down everything I do to make a new money making blog from zero. I will post on a daily basis (except for sundays and holidays), recording everything I do to get the site going without spending a dime. As of this time of … | |
hi, i just started a class called Compiler Principles, and i'm not really sure how to search for online notes about it. my searches usually give me pages with Compiler Construction or Assembly Language. the book i'm using is a pdf i accidentally downloaded months ago when i was looking … | |
Hi guys, I need some help with setting up and using joomla on my site. If you wish to help me, this is some stuff you should know: I want someone to help me for free but I will still pay every now and then if they do something for … | |
hello im new to the site and it appears others have had help from you attached is my hijackthis log please help me. my explorer directs me to different places other than my intended search and dumps me out of explorer if i try to back out . here is … | |
Is possible to make a C++ program that sends a mail with a specified contetnt ? | |
I want to be able to enter an employee number from my system and have it delete. I have a form that prompts the user to enter an employee number. That seems to be working fine. <html><TD WIDTH="29%" HEIGHT="60"><DIV ALIGN="LEFT"><BR>Input the Reference, to make sure we have the right one:<BR><BR><FONT … | |
I have a GA-7DPXDW motherboard. One 512mb registered ecc ddr stick, of either samsung or micron. I just bought a 1gb samsung stick and stuck it in. For some reason, adding that stick, the computer is very slow to boot up. Turn it on, and it sits for about a … | |
Today I just happened to be trying to hotlink an image from ImageShack using the [img] tags, and I had the constant problem of the tags being parsed into the [url] hyperlinks. And then when I looked around for the "insert image" button in the Advanced Reply, I could no … | |
Can someone start a tutorial about MySQL++ combined with Win32? I would like to learn about that | |
Hi everyone, I'm a new member. I found this website while researching a problem with my IE browser... so I thought I would give it a try. Just wanted to say hello before I post my question (in the appropriate section). Cheers, Michael | |
Hi again. I've been tackling another tutorial which isn't working fully, basically it lists records in a table and an insert link sends the data to a text field which can then be modified. The data is displayed fine but when selected the form does not recieve the information. Its … | |
Hi All, I'm new to the forum and I hope I have done everything right to now post this HJT log and AVG report. Not sure when the problem started, about two weeks ago, I logged in and found the desktop would not load. I get the backgroud picture and … | |
Hi, I've a CGI form script. I'm testing it to see if it's possible to grab the headers sent by the client's computer when the form is submitted. Here's my code: # start code import httplib conn = httplib.HTTPConnection("www.somesite.org") conn.request("POST", "/scripts/test.py") r1 = conn.getresponse() header = r1.getheader('user_header') conn.close print header … | |
I'm somewhat new to Python and want to clear a few things up regarding running scripts. Alright, so here's what I want to do: I want to run a script inside of a script, and then have the first "parent" script continue running normally. I have tried using both execfile() … | |
if a user named 'happygeek' PM'd me about my post earlier today relating to Outlook and PHP, could you please get back in contact as i cannot seem to retrieve the message?! Cheers ppl and hello DANIWEB first time user ;) | |
i got this prime no. code for analysis. and i hav not been able to understand it completely. [code] #include<iostream.h> #include<conio.h> void main() { int x, y, c = 0; clrscr(); cout<<"\nPrime Numbers upto 100 :\n "; for( x = 2; x < 100; x++ ) { if( x % … | |
Hi all, you may have read my post regarding bars and values and stuff, well I've got that bit figured out now but as my programme is expanding, so is the number of records being parsed into it! I'm working out a percentage of 2 groups of people: Number of … | |
Don't ask me why, but I enjoy seeing screenshots of other's desktops; I came upon a graphics site some time back that included a forum dedicated to just this. It tells me a lot about a person. Please capture your desktop and post it for all to see. **Note: My … ![]() | |
Hi, I'm working on a OOP school project, and I'm trying to add a web interface to it; however, my experience working with html forms is limited. Anyways, I'm trying to set up a user login, where the user enters some info onto a form. I want to pull the … | |
Title should read "search a string for ',' " Afternoon folks. I visit this site a bit, especially when searching google for help on a particular problem. This is my first post, so let me get right to the point. I won't go into the gory details of the program, … | |
Can anyone help me with this code? Most of it was written by me for homework. The switch portion was written by my instructor, and it is just pain confusing to me! I beleive I can write a TTT program from scratch (Won't be accepted) easier than cobbling this together. … | |
Has anyone here heard of the Icelandic author HallgrÃmur Helgason? He has written the book "101 Reykjavik" (it has been made into a movie) and also the book "Hella." This is a quote from his website ([url]http://www.bokmenntir.is/rithofundur.asp?cat_id=640&author_id=40&lang=8):[/url] [quote] HallgrÃmur Helgason was born on February 18th 1959 in ReykjavÃk. He studied … | |
I wasnt exactly sure where to turn, so I decided to post on this side of the forums. I currenty have XP Media Center, but I also want to have Windos 2000 Professional running as well. Now, I think if I remember correctly I have to do something called partitioning … | |
Hello, I have a new website, article directory about student loan consolidation , when I post a new article it creates a new page called articlexx.html , is there an easy way to make the name of the new page to be more SEO freindly, like the title or a … | |
To all first time hijackthis log posters. Please bookmark this forum before or after posting your problem to ensure you are able to once again locate your thread. Please, if you intend to post, reply to any help given as it can be quite frustrating to spend a lot of … | |
I have an IBM T30 laptop running win 2000 pro SP3. Every time I open IE the windows installer program pops up for just a split second about 3 or 4 times. It also does it when I open some programs but not all programs. How do I get rid … | |
![]() | Hi All I have a problem with windows Installer trying to install something. Everytime I boot up it pops up when the windows screen is loaded. It says preparing to install then the blue bar gets to about 90% and then it disappears only to try again later. It seems … |
i have some dobut i will be oblise if u will help me my doubt is that can we make one class into another class n if it is posible than happend in folling case. 1 if i have nested calss then can i call method of iner most calss … | |
[B][COLOR=darkolivegreen][COLOR=darkorange]please can anybody post links giving detailed explanation about GABOR FILTER PARAMETERS.....OF[/COLOR] [/COLOR][COLOR=sienna]WAVELENGTH, PHASE, SIZE(SIGMA), AND SPATIAL ASPECT RATIO AND BANDWIDTH....I AM DESIGNING GABOR FILTERS IN MATLAB..[/COLOR][/B] | |
Hi to all this is my first post out here so heres my problem I bought a mp3 last weekend and is brand name is EKON with 1GB so very well it was starting fine them i went out when i came back it was on the lcd screen "starting..." … | |
hi everyone, I'm wanting to make a simple blogging system, where a user can create their own blog. But I also want a user to be able to create multiple blogs. This means that one person can have many blogs and also many people can have one blog. I'm wondering … | |
I have been requested to recycle an older program, written before I arrived, which is used to send information to a business client's ftp setup. As far as I can tell, the actual transaction is in a segment of code which calls and uses the LWP::UserAgent class. I do not … | |
Ok I have just finished the coding for this [CODE] 'This is sub for when 5 is selected Sub avg5 'Open comma delimited File open "d:\Assign.txt" for input as #assign Input "Please Enter a students ID ";stuid$ while eof(#assign)=0 Input #assign, id$,nme$,dob$,sub$,scr If stuid$=id$ then totalscr=totalscr+scr nostud=nostud+1 If nostud=1 Then … | |
Hi everyone! After going through quite a number of site designs, I've finally come to something I like. Although (most of) it validates, the code does not work properly in any version of IE below 7, and Opera also has a slight rendering problem with the links. Basically, I've been … | |
It's even smaller than an 80x25 terminal now! Just a mere postage stamp stuck in the bottom-left corner of the page, with acres of white space all around it. | |
Hello, I have a rundll error when I start my computer. The message I receive reads as follows: C:\\PROGRA~1\\[B]MYWEBS[/B]~1\\bar\\1.bin\\MWSBAR.DLL I do not really know what to do, except that I needed to post a highjackthis log file, which I have below. All I know is when I get on the … | |
Hi to DaniWeb. I've been checking out the forums from time to time to get help with C++. I'm a total beginner in C++, the only other language I have any knowledge of would be HTML, which is getting old. Anyways, I'm in a class that is requiring an assigment … |
The End.