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
Ranked #4K
~1K People Reached
About Me

i am a php developer.i using php for developent from past 2 years.

Interests
drawing,playing soccer and searching
PC Specs
Windows and linux
Favorite Tags

12 Posted Topics

Member Avatar for rajandass65

hi today i found out that our site is hacaked by pakcyberpyrates.They somehow edited my index.php and placed thier content.When i searched the net, thier are many site hacked by them for example SNIP. At present i have updated the index.php. Friends i need ur help to solve this problem. …

Member Avatar for rayidi
0
138
Member Avatar for rajandass65

how to create a live streaming site with php and what are thing we need for that.

Member Avatar for jpdeleon
0
124
Member Avatar for rajandass65

hi, my table has following fields ForumPostsId(primary key),ForumPost,ParentPost parentpost can have 0(which means its parentpost) or ForumPostsId(which means its a chlid post related to parentpost) i need to generate a list which will the show parentpost and count of child post related to parent post Any suggestion!!!!!!!!! regards rajan

Member Avatar for simplypixie
0
82
Member Avatar for rajandass65

hi i am working on db design of multilingual site. For creating multilingual site we usually use xml or different col in table represting language. I am thinking of using diferernt db for each languge,it will simplifies many things. so my question is that, is this thing of using muliple …

Member Avatar for smantscheff
0
80
Member Avatar for rajandass65

how to create stored procedure with phpmyadmin i tried this codes,its syntex error [CODE]1 DELIMITER $$ CREATE PROCEDURE `TestProcedure`() Begin select * from testtable; End $$ DELIMITER $$ or CREATE PROCEDURE `TestProcedure`() Begin select * from testtable; End [/CODE] i having mysql 5.1.41 version in my hosting regards rajan

0
50
Member Avatar for rajandass65

hi i am sending request to a server using curl, the resonse of the request is zip file, i have to download it. but the data are show on the page on binarry format(junck character). this is he code. $ch =curl_init(); $headers=array("key: 2434jdfdf3433434"); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_URL, 'https://xyz.com/api/batches/1481307454804189100'); curl_setopt($ch, …

Member Avatar for svilla
0
110
Member Avatar for rajandass65

hi i have two div with same class name.these two div are generated dynamically by javascript from different server, so i dont have access to css file. i want hide one div when page load. so how to acess the div. regards rajan

Member Avatar for Airshow
0
90
Member Avatar for johnsign11
Member Avatar for rajandass65

hi, how to use different templates in cmsmadesimple i.e index page have template A and other pages will use template B. regards, rajan

Member Avatar for diafol
0
72
Member Avatar for rajandass65

hi, i have a table which have code col and data col.the code and data occur repeated no of time. so i run query like SELECT code, COUNT( code ) AS no_of_times FROM testing_table GROUP BY code ORDER BY code which give no of time code is repeated in the …

Member Avatar for smantscheff
0
66
Member Avatar for raaboo

$query1="SELECT quid,question_value,question,question_number, question_section FROM questions"; $result=mysqli_query($dbc,$query1); $row=$row=mysqli_fetch_array($result) $quid=$row['quid']; $question_value=$row['question_value']; $question=$row['question']; $question_number=$row['question_number']; $question_section=$row['question_section']; insert into scores (AuditID, question_id, available_score, question, question_number, question_section) values ($auditvalue,$quid, $question_value, $question, $question_number, $question_section );

Member Avatar for diafol
0
188
Member Avatar for rajandass65
Member Avatar for R0bb0b
0
133

The End.