59 Discussion / Question Topics

Remove Filter
Member Avatar for Killer_Typo

Ok, right now i have an array that the user enters into a form and when they submit it, it is loaded into a PHP script that i have set into an iFrame so that you can modify the mysql database in real time (sorta) but heres my problem. i …

Member Avatar for LastMitch
0
137
Member Avatar for Killer_Typo

Trying to build a simple python script on my mac, but the mac is 64 bit and apparently does not want to play nice. Does anyone know of any workarounds or if I am missing something? command i am running is python setup.py py2app -A output is: error: argv-emulation is …

Member Avatar for Killer_Typo
0
269
Member Avatar for Killer_Typo

what exactly does it do, ive read a little on it, but still am not sure. does this mean i can take the computers online connection, and its network connection (to computers that have no internet capability) and bridge them so that all of the computers have interenet capabality if …

Member Avatar for gadmobiles
-1
454
Member Avatar for Killer_Typo

i just finished upgrading my php to php5 because i wanted to see the changes, but now my code doesnt do anything at all. like the one to connect to a database. it just gives me a blank white screen so when i went to check phpmyadmin to see if …

Member Avatar for baedaar
0
829
Member Avatar for Killer_Typo

Okay, so currently i am working on a final project at my college, i have been tasked with creating a database administration tool. One of my major hurdles was how to query the MySQL database and return all of the results into a DataGridView object with correct column names. As …

Member Avatar for kvprajapati
0
856
Member Avatar for Killer_Typo

[CODE]Could not connect to: : 50404 java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:520) at java.net.Socket.connect(Socket.java:470) at java.net.Socket.<init>(Socket.java:367) at java.net.Socket.<init>(Socket.java:180) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.connect(RemoteTestRunner.java:560) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:377) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) [/CODE] has anyone run into this issue and or find a fix? I've not been …

Member Avatar for dmanchester
0
1K
Member Avatar for Killer_Typo

[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"> …

Member Avatar for pansylea
0
211
Member Avatar for Killer_Typo

just the other day my girlfriend logged onto AOL like normal to check her email, later that day when she went to log back on she could no longer connect, the model will dial but she cant get a connection, it goes through the booping and beeping while it dials …

Member Avatar for JrsyGirl522
0
287
Member Avatar for Killer_Typo

[php] <?php /* declar some relevant variables */ $Host = "localhost"; //location of mySQL on server $User = "michael"; //my username $Pass = "koolaide"; //my password $Name = "phpaccess"; //name of the database to be used $Table = "info"; //name of the table within the database mysql_connect ($Host, $User, $Pass, …

Member Avatar for michael.mckee
0
3K
Member Avatar for Killer_Typo

every now and then when browsing the web certain sites cause this pop up to occur: [IMG]http://www.kortclan.com/RoundTable/Vault/data/images/lamethings.JPG[/IMG] what can i do to disable this piece of crap. I dont want to make a passport and i sure as hell dont want to be reminded every freaking 5 seconds when im …

Member Avatar for sitnah
0
171
Member Avatar for Killer_Typo

I need help with this script i got from dynamicdrive.com my main issue is, that besides folding out like that, i need it to swap the image too. because i have created open and closed states for each of the buttons on there. i need it to do the current …

Member Avatar for rafael.franco
0
243
Member Avatar for Killer_Typo

Hey, i was wondering if there was a way to do a custom error check. Such as if a user inputs anything other than a number then i would like it to output an error message. short of having to type in every letter and symbol on the keyboard is …

Member Avatar for Jugortha
0
322
Member Avatar for Killer_Typo

Since i am going to have to learn Smalltalk well enough to convert it to .NET ( or so i have been told ) i decided to convert some of the C++ tutorials to Smalltalk. Namely this one: Write a program which performs addition, subtraction, multiplication of matrices. The dimensions …

Member Avatar for Killer_Typo
0
213
Member Avatar for Killer_Typo

how many of you out there use and what about it do you find usefull or to be a headache. I will be using it on a new system i was just picked up to support, the primary interface will be written in .NET languages but i will need to …

Member Avatar for Rashakil Fol
0
145
Member Avatar for Killer_Typo

started a new thread because naru got my interest. please explain. [code="cplusplus"] #include "stdafx.h" #include <iostream> #include <string> #include <cstdlib> using namespace std; void reverseword(char * reverse) { size_t size = strlen(reverse); //get the size of the char * for(size_t i = 1; i <= size; i++) { cout << …

Member Avatar for Killer_Typo
0
260
Member Avatar for Killer_Typo

lastnight when browsing daniweb i realized something. when i first started browsing this site back around 2004 i was offering PC troubleshooting support. I spent most of my time on this site offerent support for others at zero cost because i love to do that sort of thing. Around that …

Member Avatar for Killer_Typo
1
119
Member Avatar for Killer_Typo

[B]Intro[/B] Before we start need to create a databse to work in (i will assume you are using phpadmin to do this) just go to (databases)... and in the blank textbar create a new database, and call it phpforms then open up your command prompt and enter your mysql shell …

Member Avatar for snipertomcat
0
533
Member Avatar for Killer_Typo

Howdy everyone again, Just thought that i would post another snippet for those interested in working with databases and C# in the windows forms environment. I did some searching on this and found that there was not really any clear concrete answer on how to do this. After some searching …

0
140
Member Avatar for Killer_Typo

I am working on a website right now and have come to a halt. I need my clients to be able to click on a piece of text like [html]<a onClick="funciton to change text">Webby Stuffy</a>[/html] and i need it to change the text within a table to something else. I …

Member Avatar for TheAlex
0
304
Member Avatar for Killer_Typo

Howdy there all again. I have been working in C# for some time and think i am ready to graduate to a real language that can actually work hand in hand with memory managment :P so my first venture is to write a piece of software that will open a …

Member Avatar for Killer_Typo
1
388
Member Avatar for Killer_Typo

I recently read a post by someone stating that you could not encrypt POST or GET sessions while sending data between pages. I wanted to know if there was a way. could one not simply write a script that would encrypt the message before sending along with a key that …

Member Avatar for tgreer
0
98
Member Avatar for Killer_Typo

Hi all i will try to be as clear as possible! I am currently working on a site for a customer at [URL="http://www.privacymaker.com/gcs/dev/"]www.privacymaker.com/gcs/dev/[/URL] (where im developing it, the main site location is [URL="http://www.gerbercentral.com"]www.gerbercentral.com[/URL]) well here is the issue i am running into. I have decided to go with mouseovers that …

Member Avatar for Killer_Typo
0
145
Member Avatar for Killer_Typo

howdy all, im just looking for some good websites that list all of the controls in C# that list the various ways of interacting with a MySQL database through C# through a website. While i normally use PHP for this type of thing i would like to expand my horizons. …

0
72
Member Avatar for Killer_Typo

This is a simple little word boggle game for those of you that would like to see something interesting. It is not very complex nor is it all to intelligent. The game is that you basically select letters on a game board to try and make words, only letters that …

Member Avatar for iamthwee
0
339
Member Avatar for Killer_Typo

got to thinking that i couldnt find a way to find the intersect of a string and array nor could i find a quick way to do an array / array. i searched a bit on google and didnt really find anything that showed me something like Array.Intersect(array a, array …

Member Avatar for alc6379
1
355
Member Avatar for Killer_Typo

How's it going everybody. Need some help writing a calculator in VB.NET Right now i have it written so that when a user clicks on a number (ie the number one) it writes it to a text box. no problem. but what i need to do is be able to …

Member Avatar for f1 fan
0
256
Member Avatar for Killer_Typo
Member Avatar for dojo
0
139
Member Avatar for Killer_Typo

heres the complete error that i am getting. You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'A (A) )' at line 1 does anyone else get these errors at all? [php]<?php $host = …

Member Avatar for tubajake711
0
369
Member Avatar for Killer_Typo

and i need some direction. my current PC specs are: Windows XP Pro Pentium 4 3.2 GHz HT 1024 MB Kingston PC 2700(i think) P5P800 Mobo (asus) Maxtor 160GB HDD nVidia GeForce 6800 I have a total of 400 dollars i'm willing to dedicate to an upgrade; currently i'm thinking …

Member Avatar for djrivera1
0
194
Member Avatar for Killer_Typo

I was wondering if someone could aid me in this. all help will be duly noted in the script itself. Here is what i am trying to achieve, a realtime editor of the CSS attributes of a given page. I have the page i am using and the CSS table, …

Member Avatar for Killer_Typo
0
136
Member Avatar for Killer_Typo

My grandfather was using his computer and he said it restarted on him, and when it came up it was in a different language, almost like Wingdings, and is not sure how to get it back, i tried going through the regional language settings to see if that was it, …

Member Avatar for dlh6213
0
278
Member Avatar for Killer_Typo

I dont think that i like them, as they add to the busyness, i love this site, but so much has been added that it has become to busy, you can make a site look too good! there is so many images, and so much going on, that it can …

Member Avatar for Killer_Typo
0
131
Member Avatar for Killer_Typo

I'm not sure where i want to go. I have alot of interests, and am good at alot of things (art, math, computer, science) but i'm lost as what to do. I want to achieve alot, and i've been having good fun with chemistry, so maybe thats what i will …

Member Avatar for zeroth
0
48
Member Avatar for Killer_Typo

been a long time since ive gotten a chance to drop on by here. not sure if anyone would remember me either, lol mainly because alot of e-faces come and go here :-P. well it was good chatting, and hopefully i will get to post it up a bit more …

Member Avatar for Killer_Typo
0
58
Member Avatar for Killer_Typo

Wow, its been awhile since ive posted, but hopefully some of you still remember me :-P well here goes. im desiging a site and i need help with how to make it so when i click one link, not only will it load a new page within an iframe, it …

Member Avatar for Killer_Typo
0
165
Member Avatar for Killer_Typo

what do i do about dynamic IP's if im trying to host a website off of my main machine. is there a program that can compensate for an everchanging IP or do i have to just modify the files on a regular basis to make sure that the dynamic IP …

Member Avatar for Aykon
0
190
Member Avatar for Killer_Typo

Havint a bit of trouble building these tables. Ive tried removing all size and position attributes, but it doesnt seem to do me any good. Any help would be greatly appreciated. You can tell what i am talking about from the attatched image: [CODE] <html> <head> <title>Artisans Paridise</title> <style type="text/css"> …

Member Avatar for Sheriff Mole
0
130
Member Avatar for Killer_Typo

i was told by my teacher, there is no such thing as a stupid question, only a stupid person. lol dun know why i said that, but i just did. what is the deal with all this link stuff. this PR7 and things the link. what does it all mean, …

Member Avatar for mnemtsas
0
137
Member Avatar for Killer_Typo

I need to know how to rewrite my boot.ini file so that i can boot from my secondary harddrive, its got windows XP on it, so its got an OS. Here is the current boot.ini file if that helps [code][boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" …

Member Avatar for caperjack
0
127
Member Avatar for Killer_Typo

Just recently i replaced a harddrive with a new one, and well i made the stupid mistake of not taking the files i wanted off the hard drive before i removed it. well i put the new one in, got my machine all setup and stuff, but i then realized …

Member Avatar for Killer_Typo
0
88
Member Avatar for Killer_Typo

Working on a ban report generator for a counterstrike clan i play for, and i need to know how to modify the CSS so that i can change the colors of the down arrows for like drop boxes and such, and if that cant be done, how might i go …

Member Avatar for Killer_Typo
0
134
Member Avatar for Killer_Typo

[url="http://isnoop.net/gmailomatic.php"]http://isnoop.net/gmailomatic.php[/url] check this linky. if you submit your email address. then if their is an available gmail invite it will automaticly be sent to your email address!

Member Avatar for nanosani
0
54
Member Avatar for Killer_Typo

A newbie to C++ here. I need help with counting array length's, I have an array that i only want the user to be able to enter up to ten characters, but lets say if i enter eleven, the array is expanded out to eleven charactes, and i dont want …

Member Avatar for Stack Overflow
0
355
Member Avatar for Killer_Typo

PHP 5 [i]fast&easy [/i] [i]web development[/i] [i]By: Julie Meloni[/i] So far this has been one of the better books that i have read. it has alot of examples and has actually inspired me to write some of my own unique code. Though the book has some faults in the Code, …

Member Avatar for Killer_Typo
0
185
Member Avatar for Killer_Typo

does anyone know where i can find a complete list of mysql commands. Im in the proccess of writing a live mysql database interaction for web use. and right now i need to store all mysql commands to an array and have the php script read the array and modify …

Member Avatar for Killer_Typo
0
204
Member Avatar for Killer_Typo

So i downloaded the ISO, used an md5sum checker to see if the file was good, and it was. so i went to install and this is what happens. After it gets 100% done i get a message that all packages returned errors during the install (WTH i thought the …

Member Avatar for Surtsey
0
95
Member Avatar for Killer_Typo

Trying to help a friend with her computer, but the computer needs some serious attention. its been used for a long time without firewall, virus scann, adaware spybot, nothing. so i hope to clean it up a bit. heres the LOG, i plan on starting a scan before i go …

Member Avatar for Killer_Typo
0
103
Member Avatar for Killer_Typo

ive been working on my login script, and ive come to a halt. i need some help with writing somthing that will check if the name has already been used like if ( $current_Username = $Database_username) echo "sorry user name taken"; else { continue with rest of functions } where …

Member Avatar for fEcAlMaTteR
0
225
Member Avatar for Killer_Typo

i need to know the format to search for a user name in the database, im using PHP to submit the data so far this is what ive got [php] @mysql_select_db("$DBName") or die("Unable to select database $DBName"); $sqlquery = "INSERT INTO $table VALUES('$id','$name','$email','$opinion')"; $results = mysql_query($sqlquery); mysql_close(); [/php] im using …

Member Avatar for samaru
0
163
Member Avatar for Killer_Typo

Ok, so i want to set up a linux box but i need to know what i am going to need to set it all up. any help would be greatly appreciated. especially if i could get some help such as links to downloads, and tutorials on setting it up. …

Member Avatar for DMR
0
641

The End.