Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
2 Commented Posts
0 Endorsements
Ranked #4K
~12.1K People Reached
Favorite Tags
Member Avatar for aodpreacher

Hi i am currently a Computer Science undergrad and i was just doing some thinking for a Master degree. I like software and web development and i am leaning towards more of a web development specific for my masters but what are the options i have for trying to get …

Member Avatar for bjelline
0
294
Member Avatar for NeoNe

Hi to everyone I’m wondering how to make some simple checkbox for multiple data delete from mysql I found some tutorial on net but don’t work. I tested it without changing anything and doesn’t work. I’m wondering did programmer test it before he posted that tutorial ? Here is a …

Member Avatar for sammry
0
845
Member Avatar for ediddy02

I Downloaded Wamp server 2.0 for my php and mysql installation. When i click on the wamp server through start/programs/wampserver/startwampserver2.0 it just has an icon 'start wamp server 2.0',is it the right file i downloaded?isnt it supposed to contain other clickable icons like phpmyadmin,mysql,apache ?? Secondly,do i need to download …

Member Avatar for chrishea
0
625
Member Avatar for it2051229

I can't find the forum section for Apache here in daniweb so I just posted it here in PHP because we typically use Apache with PHP. The problem is not concerning with my PHP program but with the settings of apache. The domain of my website is "www.whatever.com" (this is …

Member Avatar for Shanti C
0
162
Member Avatar for murderotica

Hello there, I've been having a hard time lately with implementing the drag and drop functionality outside the windows forms. I have no problem doing drag and drop within and between windows forms and from the desktop to the windows form. I have created an application where you can drag …

Member Avatar for dbirdz
0
3K
Member Avatar for it2051229

I am new in java swing and I created a frame... i checked the documentation API and it has this "setSize()" method.. so yeah i did set the size of my frame but everytime i run the program, it is not on the size that i have specified [CODE] public …

Member Avatar for rincethomas33
0
155
Member Avatar for it2051229

hello i m deleting a file but it is giving the error that "The process cannot access the file 'D:\MyDataBase\106.jpg' because it is being used by another process." What I did was I created a picture box and the when the form loads the picture box image is referenced to …

Member Avatar for tanisha123
0
212
Member Avatar for Laneyh

Hi Does anyone have or know where I can find some idiotproof instructions on setting up IIs websites to be viewed externally (over the internet). The content is built using asp pages and sits on either SQL or Oracle I am ok with setting the site and corresponding database up …

Member Avatar for inderjeetsd
0
188
Member Avatar for toykwon

Hi, I have 15 textboxes that I created. Now, I want to assign a value to each of these texboxes. I want to do somethign like this. [CODE] for(int i = 0; i < 15; i++) { //example: texbox0.Text = 0; (textbox.Name+i.tostring).Text = i.tostring(); } [/CODE] Thank you for your …

Member Avatar for sknake
0
192
Member Avatar for srilakshmitr7

In mysql database for date filed i'm using datatype as Timestamp in that field date part is updated as today's date but when comes to time it is updating as 09:00:00 like this instead of 15:00:00 and i'm using wamp.can anyone solve this problem.

Member Avatar for it2051229
0
80
Member Avatar for it2051229

I woke up then realized "I want to learn ASP.NET" so I googled for ASP .NET tutorial and ended up at w3schools website. It says prerequisites are Windows Operating System, .net frame work, IIS, and a text editor. So I inserted my windows XP cd to install the IIS component, …

Member Avatar for it2051229
0
160
Member Avatar for it2051229

I have three tables in the mysql database. Let's say: Table: Human -> Fields: human_id (primary key), name Table: Attribute -> Fields: attribute_id (primary key), name Table: Human_Attribute -> Fields: human_id (foreign key to human table), attribute_id (foreign key to attribute table) Cardinality: Human Table to Human_Attribute Table (1 to …

Member Avatar for it2051229
0
169
Member Avatar for marcmm

I wand to give the user the ability to upload as many pictures as he wants to. at present I hava a fexed amount of browse fields wich the user can use to select pictures... the code looks something like this : [code] <?PHP $max_file_size = 3000000; ECHO "<FORM NAME=name …

Member Avatar for marcmm
0
206
Member Avatar for serdas

hi, i have a program that i am using from an open source, it does not have a privete messaging system like this web site has, is there any way i can find some kind of a code to cretae one for the site, is something like that possible, i …

Member Avatar for lordspace
0
169
Member Avatar for Smurf_UK

I am building a website where models and photographers can regsiter a profile. During registration I am wanting to allow a maximum of 6 images to be uploaded. However, I want to either append the file name with the name of the user, so the image stored on the server …

Member Avatar for somedude3488
0
103
Member Avatar for CasTex

Can someone tell me where is the problem ? [CODE]<script type="text/javascript" src="http://www.forumistan.net/analiz/analiz.php?site=http://www.forumistan.net"></script>[/CODE] analiz.php [CODE] <? Header("content-type: application/x-javascript"); ob_start(); include 'all.php'; ob_end_clean(); echo "document.write(\"<div class=\"txt\">Pagerank: $rank->pagerank <br>\")"; echo "document.write(\"Alexa: $rank->alexa_rank</div>\")"; ?>[/CODE]

Member Avatar for almostbob
0
566
Member Avatar for dourvas

hallo, i ve created a dynamic form. A user can select The number of fields he d like to fill in (test creation) [code=php]echo '<form method="post" action="createxml.php">'; for ($i =1; $i <=$number; $i+=1){ // THE $NUMBER CONTAINS //VALUE -ok- echo '<fieldset width ="20%">'; echo '<legend class = "login">WRITE A QUESTION</legend>'; …

Member Avatar for Yayo_SK
0
161
Member Avatar for dev.smith

hi all, Can I use a variable from a .php file to give a value to an HTML FormMail form field thus:? please reply soon. Thanks -----------------------<URL SNIPPED>

Member Avatar for death_oclock
0
71
Member Avatar for bipinsth

hey is there any one who can help me in learning PHP and Mysql.... I have keen interest in it but I am not gettin someone who can really help me in it.... If you can then please reply me in <EMAIL SNIPPED> or in <EMAIL SNIPPED>....

Member Avatar for it2051229
0
85
Member Avatar for BeerGuzler

Hi, I'm trying to put together a PHP Ajax search against an mySQL database yet doesnt seem to work .. HELP! I had to resort to using frameset which I dont really want to do. what I'm trying to is perform a search against a mysql database and display the …

Member Avatar for it2051229
0
181
Member Avatar for rajeesh_rsn

Hi I make a php file upload script and uploaded in my ftp server. And works fine when I changed the permission of the folder into full ( ie world can write, execute and read ) . The images are saved in that folder...... How much it is secured ?? …

Member Avatar for MVied
0
116
Member Avatar for vicky_rawat
Member Avatar for it2051229
0
174
Member Avatar for mirainc

Hey all How can i capture the username, which is being input in a textbox, and pass it to another page? [U]Login.php[/U] Example, username: admin Welcome.php it should display, Welcome, admin How can i achieve this? Using dtreamweaver with PHP language Thanks

Member Avatar for humbug
0
102
Member Avatar for it2051229

I'm creating a game and I need to rotate this object. Ok i'll make my explanation simple, I have Object1 and Object2.. Let's say Object1 is at coordinates 0,0 (x,y) and Object 2 is at coordinates 10,10... Object 1 is currently facing south, Now I need object 1 to be …

Member Avatar for Alibeg
0
141
Member Avatar for it2051229

I'm having trouble on how am going to start this idea of mine. I have an image and I want to plot points on that image. My Idea is to get the X and Y coordinates of the mouse pointer and save it into a text file so that by …

Member Avatar for iDeveloper
0
91
Member Avatar for it2051229

I'm creating 50 picture boxes where all of them has a constant width and height of 50 and on run time, i randomly place them in random locations on the form but the problem is some picture boxes overlaps with each other... any idea on how to randomly place the …

Member Avatar for LizR
0
129
Member Avatar for it2051229

I'm creating a java program that in every second there is a data stored into my table. I made use of THread.sleep(1000) to pause the for loop in every second.. But when my program runs, it freezed for 10 seconds because of the condition of my for loop where the …

Member Avatar for Ezzaral
0
91
Member Avatar for it2051229

hello, i'm new to jsp but i'm not new to web development and been doing PHP for quite some time... I download Java EE and SDK from sun microsystems website and from there when I installed everything, there's a ready made middle ware software to host jsp pages and servlets. …

Member Avatar for stephen84s
0
65
Member Avatar for it2051229

I want to ask if someone has already have an article or working algorithm where it can get all the combination possible in a given word. Example: "ABCD" possible combinations or arrangement without duplicates: "ABCD" "ABC" "ABD" "BCD" "AB" "AC" "AD" "BC" "CA" <--- is the same as "AC" "CBA" …

Member Avatar for ddanbe
0
75
Member Avatar for it2051229

In C we have what we call dangling pointers where if a pointer is pointing to something else and if that something else is deallocated or removed from memory then the pointer that is pointing to that something else is now a dangling pointer. I've been learning the basics of …

Member Avatar for KevinADC
0
94