Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~2K People Reached
Favorite Tags

6 Posted Topics

Member Avatar for mandy011

hey there :-) I am facing a small problem, can you recommend me something? my problem is like this: now when a user searches some keywords on my website i extract data of website which includes complete page details. at a time i am fetching 10 results! so now assume …

Member Avatar for Biiim
0
220
Member Avatar for mandy011

Hi all, I am developing a search engine as project in PHP and MySQL as backend . I have implemented crawler , now i am facing problems in searcher . When a user enters any query by default i want to accept it as OR Query i.e. I want to …

Member Avatar for mandy011
0
162
Member Avatar for Kirielson

dude it's damn easy problem. Just give every option value attribute, You can select one option at a time then: assuming following: [code] <select name='hmm'> <option value='one'>one</option> [/code] Assuming you are submitting form via post [code] //inside doPost() String selectValue=request.getParameter("hmm"); //selectValue variable would contain one now [/code] This should help …

Member Avatar for mandy011
0
1K
Member Avatar for mandy011

Hi all, I have implemented some code for simple columnar encryption. The algorithm is encrypting properly as I want. But during decryption it's giving me some errors. Please go through and suggest me if any idea [code] public static void encrypt(RandomAccessFile f,RandomAccessFile d,int columns) throws Exception { d.seek(10); // SEEK …

Member Avatar for mandy011
0
158
Member Avatar for bkv.kannur

this solution helped me in my code thanks ;) well i was coding something else.. i was forgetting to give a quote -.- thank you so much ^^

Member Avatar for SatishU
0
665
Member Avatar for mandy011

hi, I m currently working on a website for which i m writing htaccess file. I have a small problem.. My same script index.php takes either 2 or 3 arguments and accordingly i wish it should be rewritten so for that I am trying to use following code. [code] Options …

Member Avatar for mandy011
0
55

The End.