Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~4K People Reached
About Me

jj

Interests
kk
PC Specs
kk
Favorite Tags
Member Avatar for rahulroshan

Hi I want to rename Image in this script after downloading ,now it downloads as default Want to rename it to x.png Any help appreciated Saw a way via PHPserver,but Im using JAVA App <html> <head> <script type="text/javascript" src="http://canvg.googlecode.com/svn/trunk/rgbcolor.js"></script> <script type="text/javascript" src="http://canvg.googlecode.com/svn/trunk/canvg.js"></script> <script> function getImgData(chartContainer) { var chartArea = chartContainer.getElementsByTagName('svg')[0].parentNode; …

0
182
Member Avatar for rahulroshan

i want key code for b+n combined, so that function works only when first b key is pressed and then n is pressed happens. if only n is pressed another function should happen. Plz help thanks

Member Avatar for Taywin
1
145
Member Avatar for rahulroshan

Hi I am trying to cross join 3 tables and use the values from this to calculate cumulative Accuracy for each student. But I am missing some students name when they dont have values in one of the tables. Eg: [CODE]mysql_connect(localhost,$username,$password); @mysql_select_db($database) or die( "Unable to select database"); // to …

Member Avatar for smantscheff
0
569
Member Avatar for rahulroshan

Hi I tried to insert russian language to mysql db but after inserting ,I am getting some strange things in database INSERT INTO table(adtex) VALUES('1с бухгалтерия 7 Cкидка 42% на 1С:Предприятие 8 базовые версии!'); Output adtex | +----------------------------------------------------+ | 1? ??????????? 7 C????? 42% ?? 1?:??????????? 8 ?? Plz guide …

Member Avatar for smantscheff
0
1K
Member Avatar for rahulroshan

Hi I want to detect a language and display it which language it belongs to , Is there any way.

Member Avatar for diafol
0
70
Member Avatar for rahulroshan

Hi I want to count number of lines in csv files in a folder and display it, I have the code to count number of lines,but the problem is i want to loop all the files in that folder and display it , For eg: in Month January folder ,I …

Member Avatar for ennoil
0
183
Member Avatar for rahulroshan

Hi I want to display the data from database, in graphical manner, Can anyone suggest an idea. for eg: Piechart for productivity of a company. Name Productivity rahul 200 ramesh 345 raj 429 Thanks

Member Avatar for Webmastergrace
0
91
Member Avatar for rahulroshan

Hi I want to echo the output of query in php $query = "SELECT COUNT(name) FROM ji where name="rahul" and age='23' "; Can anyone plz help?

Member Avatar for pritaeas
0
82
Member Avatar for rahulroshan

Hi I have made a code in php, 1) Now the action is on the click of submit button, can i submit it using the keyboard input enter. <td><input type="submit" value="LOAD NEXT AND SAVE" name="loadnextsave"/></td> 2) To open a new page can i use the keyboard shortcut key instead of …

Member Avatar for diafol
0
163
Member Avatar for rahulroshan

Hi I want to auto detect the language and translate it to english, im using it in an interface, I tried google API translate code but it is not translating the value in variable Can any one plz try Eg: I want to translate the sentence in $x to English …

Member Avatar for rotten69
0
152
Member Avatar for rahulroshan

Hi , I want to copy the selected fields, eg:SELECT * FROM table1 where flag='1'; to another table ,table2 can anyone plz help me

Member Avatar for pritaeas
0
96
Member Avatar for rahulroshan

Hi I have a phpcode that fetches data from database , I want to lock a row when a user reads that row and want to release it when he exits. Can any one help me plz

Member Avatar for broj1
0
78
Member Avatar for rahulroshan

Hi I have a Csv file in website and it gets updated every half an hour, I want to copy the csv file to database(Mysql)to visualize it can anyone help. thnx

Member Avatar for thines01
0
85
Member Avatar for rahulroshan

Hi I want to download a file from the website ever friday evening at 5pm, Can I schedule it to do it automatically can anyone plz help :)

Member Avatar for TrustyTony
0
78
Member Avatar for rahulroshan

Hi, I was making PHP-SQL code to automatically update the database by using the webpage interface, Eg: To evaluate answer sheets, 1)So from the database automatically the row (Questions and answers) are fetched from database 2)The evaluator evaluates and enter the marks and it gets updated in database. The problem …

0
63
Member Avatar for rahulroshan

Hi Can anyone share Python Study material slides.. It will be really helpful for me ,Plz

0
59
Member Avatar for rahulroshan

Hi I have made a python code for running an operation on a csv file ,But when i am getting error ie:the csv file not found, where should i save the csv file

Member Avatar for TrustyTony
0
94
Member Avatar for rahulroshan

Hi I have a CSV file with column headings as [Serial Number,Reader Name,Book name,Author,Publisher] I want 1)To filter all books with Book name :'Aristotle' 2)to remove duplicates in books with same author name ie.Different Publishers 3)To take a sample of 30 books for Each Reader and copy it to a …

Member Avatar for rahulroshan
0
110