- Upvotes Received
- 6
- Posts with Upvotes
- 5
- Upvoting Members
- 5
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
19 Posted Topics
The API was working fine for the past few months ago..But now I'm getting a notice in that output and message is not delivered. The notice is -" Undefined offset: 1 in C:\wamp\www\sms\sms trial.php on line 90" line 90 in my code is $userID = $match[1]; please help me to …
I'm about to make a video..But, I dont have an idea of which software to use. As I'm doing it for a contest I want it to be a better one.So,it would be very helpful for me if someone suggest me with a nice n easy to use s/w other …
Hi! I'm trying to operate a pc using EEG signals, as my academic project. I mean, using our thoughts instead of input devices to handle the operations of a computer. I hav EEG signals which I can process in Matlab. But, after that I hav no idea of how to …
Try using the attribute float and set its value as right or left inside the div tag. Hope it helps.
Hey, try something.. We'll help u make it right. Asking for the complete solution is not encouraged here.. Sorry!
Use a function to calculate the result in javascript. Id of the form elements are more important than its name. So, always set an id to all the form elements. Using the id, you can get the value or property of the text box or div or whatever. <html> <head> …
You can include a javascript function to it. inside the function, give document.getElementById('Id_of_div_whr_u_want2_display_the_img').innerHTML= file; (ie, the img u hav selected)
You are getting the value of the variable "classaverage" as input and then computing the same.. check it out and change the logic.. And, try using the dividend as float or double value..I mean, use 4.0 instead of 4
I think tats possible... Add to the onclick attribute of the submit button, two functions in which u can set the form action as the programs u have coded in php. The functions must be written in JavaScript..
Actually,stockOne is ur object right? If u do like this the memory location of your object wil be printed as output. Try using toString() method. I guess it'll solve your problem.
remove the if as it has no effect on the code the conditional operator ?: gets executed first as it has more precedence over , operator. may i know wat u want to debug here?
reference id usually will be some integer no.. u can just add a field ref id in ur database and make it auto incremental. i think it'll work better.
Hi, Abhinisha.. u just want to demonstrate a progarm with default constructor,right? U could do that in a much simpler way the altering the code u have.. #include<iostream.h> class counter { private: int count; public: counter():count(0) { cout<<"Default constructor\n"; cout<<"count="<<count; } }; int main() { counter c1; return 0; } …
We use to import packages in java like import java.util.*; import java.lang.*; import javax.swing.*; But, why is it javax for swing?
Can u pls specify how did it become success? I'm too working on it as a part of dept. activity. Any help is appreciated. Thanks in advance.
Consider there is a string [COLOR="Red"]"hai welcome..."[/COLOR] I need to [COLOR="red"]print the string [/COLOR]as such [COLOR="red"]leaving the first three characters..[/COLOR] I should not use in-built functions or others... It should b [COLOR="red"]done in a single printf statement [/COLOR]by [COLOR="red"]changing the control string pattern..[/COLOR]
The End.