Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
28% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
4 Commented Posts
0 Endorsements
Ranked #977
Member Avatar for rm_daniweb

Hi All, I just want to share my code. A lots of website said that php is on server side and javascript is on client side...they said we cannot run php on javascript... here's how we can run php function when you click call the onchange events on javascript. [code=php]function …

Member Avatar for talad
0
3K
Member Avatar for mps727

I have a Dell Inspiron Netbook and for the life of me I cannot seem tog et it connected to the internet wirelessly. I have a wireless router, which is working fine, because my other devices all connect with no problem. But with thsi Dell netbook, when I try to …

Member Avatar for dewitt-joyce
0
461
Member Avatar for chard0919

i got this mesage "Windows cuold not start because the following file is missing or corrupt" System32\Drivers\Ntfs.sys You can attempt to repair this file by starting Windows set up using the original Setup CD ROM.... thats when i added a 500 MB RAM on the laptop of my wife coz …

Member Avatar for kamalesh biswas
0
987
Member Avatar for mithesh

hi I need to display date which is stored in database and need to format and display on web page the current format is (Y-m-d) I need to display as (d-m-Y); On the web page pls anybody help me with the php script I will paste my code: [CODE]<?php $d=$_POST['sdd']; …

Member Avatar for antonyruban
0
8K
Member Avatar for subaash

Hi, I got a laptop HP/Compaq NP6000 in an auction. Now when I try to login I can see that it has windows professional (ofcourse I was told by the seller about this..) However, the admin password is something I am not aware of... ans unfortunately I am unable to …

Member Avatar for progneer.soft
0
311
Member Avatar for xuexue

Hi guys, i just want to ask what is the congruent function in php which acts like CDec() in Visual Basic 6.0? Is it the round() or round off?? same with the data types Single and Currency in VB6.0.. Visual Basic 6.0 PHP 5\ Single (data type) __________________ Currency (data …

Member Avatar for xuexue
0
169
Member Avatar for madristaa

Hello friends, I have a very minor error, but i am not able to figure out which one is that. I have a simple form page and it goes to the another page and insert the values in database. But the thing is it inserts multiple rows in the database. …

Member Avatar for accountholder
0
83
Member Avatar for abu taher

I made a project (exe). I want when a user use it , after 6 month or 1 year it will expired. I mean the exe is use for 1 year. after 1 year it will show a msg. like: demo version for 1 year. contact with author.

Member Avatar for abu taher
0
527
Member Avatar for WaltP

For some reason on my new laptop I can't seem to turn off that annoying BEEP when I change the speaker volume. I got everything else turned off but this beep seems to be bypassing the "Sounds and Audio Devices" properties. Any ideas?

Member Avatar for FlamingClaw
0
162
Member Avatar for rahul8590

well i am working on program which inputs : 1. student record (name , semester , class , branch , roll no ) 2. the various subjects on which the exam to be held 3. the date on which the subject s exam to be held the data which is …

Member Avatar for rm_daniweb
0
97
Member Avatar for judo

I dont have any OS in my pc so I install it with a new XP sP2. After the booting stage, screen appears the DOS. I know some commands because this is similar to command prompt but i cannot run the setup.exe. The CD-ROM place in the dirve C. [B][COLOR="Red"]What …

Member Avatar for rm_daniweb
0
103
Member Avatar for stevebush

I have just made a small application in VB6 and would like to implement data validation for a few fields. Like the user can only enter a number in the Telephone number field. How can this be implemented ? Thanks.

Member Avatar for rm_daniweb
0
87
Member Avatar for mandyb

I am needing help. I want to create files with variable file names - I am creating a membership website and want each member to be able to have a blog username.htm The problem is that when I try to create this using the fopen function it is not recognizing …

Member Avatar for somedude3488
0
78
Member Avatar for Thinka

Is it me or is it easier to configure a home network in XP than to setup a wireless adapter in Debian??? I've read through various online resources about iwconfig, ifconfig, linux_wan, orinoco but I still don't get it. And more importantly I couldn't get it to work! Is Ubuntu …

Member Avatar for rm_daniweb
0
163
Member Avatar for tasosa

Hi all; I have problem in C. the problem is ,Here is my code [code=syntax] #include <string.h> #include <stdlib.h> #include <stdio.h> /* uni() function takes an array an thier size.and it produce an array which is include unique element */ int uni(char **arr,int size) { int unique = 0; /* …

Member Avatar for Ancient Dragon
0
144
Member Avatar for ramdaol

I have a network with windows xp workstations and a Windows 2003 server domain controller. One of the workstations has a printer attahced to it which is shared over the network. Everything works fine until the computer with the printer attached is off and on again. Every time it happens, …

Member Avatar for ramdaol
0
131
Member Avatar for xXxWiredxXx

hi.. is it possible.. when i type a letter "S" all the records begins with "S" will be shown or highlighted? its like when you register in a website.. in choosing country section.. thanks

Member Avatar for xXxWiredxXx
0
48
Member Avatar for neutralfox

Hello everyone, I am currently learning assembly language and I am using MASM 615 but I don't like the interface, can someone recommend me a good assembler. The assembler should make the same work as MASM 615 . Which assembler is easy to use and have intellisense if possible. In …

Member Avatar for neutralfox
0
191
Member Avatar for ravikiran032

I have created a dos script which deletes files in "g:/documents and settings/ravi kiran/recent" where my OS installed in g: drive. when i run the script it is promting for Y/N. so I have given input from a file "kiran.txt" using input redirector.But it is not working. the code is …

Member Avatar for rm_daniweb
0
146
Member Avatar for chrt396

Hello to everyone...I'm the new guy in need of major help. There was quite a storm today and when I got home...the screen on the PC was black. I hit the reset button, thinking that it would just boot up and would be well. I built the machine 8 years …

Member Avatar for rm_daniweb
0
266
Member Avatar for junior_jie

Hi! I have a big problem that I really hope experts from this sub-forum would make it small. [B]Scenario:[/B] The new PC (see specs below) was recently been installed with the OS and I gave the user a limited account (administrator accounts are password protected for my use). The machine …

Member Avatar for FlamingClaw
0
304
Member Avatar for iseeawl

Hello, how do I fix a "missing hal.dll" error at boot when I cannot use the disk to get to the recovery console because I do not have the administrator password, and I cannot use the repair feature after (f8) the EULA agreement because the option is not there. Because …

Member Avatar for FlamingClaw
0
150
Member Avatar for stevebush

Hi, I have finished making an App with VB6 on a XP computer and have transferred it onto a Windows Vista computer . I have also copied the three dependencies (Adodc, MSFlexGrid and DataGrid) files from System32 of XP to System32 of Windows Vista. However, the program now runs but …

Member Avatar for vb5prgrmr
0
140
Member Avatar for J-KeRcA

[QUOTE] Hi everybody, I need some help with my project. I'm trying to retrieve some data from a combo box on which i used the "data bound item task" so I can select data from a table of my database. the problem I'm having is that when i try to …

Member Avatar for J-KeRcA
0
95
Member Avatar for kehar

Hi everbody, I have used one ADODC control in my VB6 prog with SQL 2000 as backend. I have completed the connection of ADODC using UDL file and it's working fine But when i write the following syntax to retrieve data its not working: The code is as under: [B]Private …

Member Avatar for QVeen72
0
1K
Member Avatar for justinmyoung

I'm working on implementing a php registration/login script. When a user registers and then login - they are directed to a page that I would like to display a form, such as you would see in a contest. The person would fill out the form, entering the information into the …

Member Avatar for rm_daniweb
0
3K
Member Avatar for guest7

Hi, I am getting the error "Segmentation fault" when i run my program. Then when i debug the code to find the cause of the error i get the following error messages. I do not know what these error messages mean: Error Message: ------------------------------------------------------------------ Program received signal SIGSEGV, Segmentation fault. …

Member Avatar for rm_daniweb
0
94
Member Avatar for Dr. Worm

At my school we use Visual Basic 6.0 and I wanted to try something that we learned about arrays and using notepad as a cheap database. We would use thinks like: Open "Filename.txt" For Input As #1 Input #1, strVARIABLE lblVARIABLE = str VARIABLE So basically it'd take the first …

Member Avatar for rm_daniweb
0
178
Member Avatar for raseel

hello this is my project to convert from arabic numerals to roman one's and vice versa but i have some problems in it ,dont know what 2 do ??/so pleassse help me 2 know or even 2 correct it thanx alot MODEL SMALL .STACK 1000 ORG 100H .DATA INPUT LABEL …

Member Avatar for rm_daniweb
0
250
Member Avatar for leroi green

hey guys, i've got an 'if' statement that works but i have to change it into a 'loop' statement. i originally chose 'if' because it's easier for me to understand but... it's gotta be a loop. so if anyone could, what would be the best loop style and how would …

Member Avatar for leroi green
0
71