Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for sravi.pearl

Can any one please tell me how to display the result in notepad For Example My code : import urllib a = urllib.urlopen("https://www.google.com") Source = a.read() a.close() print Source raw_input("*************Press Enter to Exit****************"); i have to display the result of it in a note pad.

Member Avatar for richieking
0
2K
Member Avatar for sravi.pearl

hai all, any one can please tell me how to export an excel data into wampserver mysql....

Member Avatar for chrishea
0
78
Member Avatar for sravi.pearl

hai all , i have a string s= The POST variable NM_xwTapCtl%24_img_Banner is vulnerable.,The POST variable NM_xwTapCtl%24scrollTop is vulnerable. I dont know the procedure to modify that s to s = NM_xwTapCtl%24_img_Banner,NM_xwTapCtl%24scrollTop HELP ME PLEASE!!!!!!!!!!!!!!

Member Avatar for woooee
0
90
Member Avatar for sravi.pearl

i have a string s= The POST variable NM_xwTapCtl%24_img_Banner is vulnerable.,The POST variable NM_xwTapCtl%24scrollTop is vulnerable. I dont know the procedure to modify that s to s = NM_xwTapCtl%24_img_Banner,NM_xwTapCtl%24scrollTop HELP ME PLEASE!!!!!!!!!!!!!! ( i think search for The Post Variable and display the next word ,after that again search if …

Member Avatar for cghtkh
0
126
Member Avatar for sravi.pearl

Hai, can any one please help me to converts array elements to a single string For Example : Myarray = ['Mac','Windows','vista'] Ouput should be like id='Mac,Windows,vista' Pleaseeeeeeeee help me............

Member Avatar for TrustyTony
0
100
Member Avatar for sravi.pearl

haiii Do anyone know how to convert array like this ['26','18','20'] into [26 18 20] because i have to plot graph for these value, ['26','18','20] array is not allow me to do that ,i got ['26','18','20'] from database table with data type varchar....problem is i shouldnot change the datatype .... …

Member Avatar for TrustyTony
0
90
Member Avatar for sravi.pearl

hiiii all, Can anyone please help me regarding this .... i have table with 2 cloumns in a database "details" Name Age john 26 Mary 18 Nancy 20 i want to get only the Age in an array. I tired in this way: db=MySQLdb.connect(user="root",passwd="my",db="mydb") cursor=db.cursor()# prepare a cursor object using …

Member Avatar for sravi.pearl
0
204
Member Avatar for sravi.pearl

haiii all, i have a php working code for dropdown list,i am unable to display that in a table,i am getting error if i write that code in <td> </td> i am able to include buttons...but why i am i unable to include dropdownlist? so can i place that code …

Member Avatar for TySkby
0
620
Member Avatar for sravi.pearl

haiii all, I am new to php, i have a question regarding dropdownlist in php file. If i have a table with 3 columns and 3 rows ,in the last column i have to display dropdown list for each row. I am able to display dropdownlist under the table but …

Member Avatar for sudeepjd
0
65
Member Avatar for sravi.pearl

Hai all... I want to get different colored bars for labels 'Bill', 'Fred', 'Mary', 'Sue' can any one please tell me ...as soon as possible..... [CODE]#!/usr/bin/env python """ The new ticker code was designed to explicity support user customized ticking. The documentation http://matplotlib.sourceforge.net/matplotlib.ticker.html details this process. That code defines a …

Member Avatar for TrustyTony
0
170
Member Avatar for sravi.pearl

hai i am new to python, can any one please help me how to parse data from an html file, i want to display the content which lies under a particular tag,and also can you please tell where can i find tutorials for this topic with sample examples.

Member Avatar for griswolf
0
244