User Profile

Collapse

Profile Sidebar

Collapse
sbettadpur
sbettadpur
Last Activity: Mar 23 '10, 04:31 AM
Joined: Aug 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sbettadpur
    started a topic storing into multi dimensional array
    in PHP

    storing into multi dimensional array

    Hello,

    I am getting resulted data from the mysql table like this.......

    Code:
    CATEGORY            SUB-CATEGORY
                         
    Books                       ----
    Business                   ----
    Education                 -----
    Games                      Family
    Games                      Puzzle
    Games                      Racing
    Healthcare                 ----------
    ...
    See more | Go to post

  • awesomedude
    awesomedude posted a Visitor Message for sbettadpur
    are you still around... any ideas on the resume parser wth php?\
    Thanks
    See more | Go to post

  • sbettadpur
    started a topic conversion from MS Word to XML
    in PHP

    conversion from MS Word to XML

    Hello,

    Is there any library or tool to convert word document files to XML files in PHP.


    Thanks
    See more | Go to post

  • Hello,

    Thanks for the feedback, Can you tell me how i can implement using AJAX, because i already tried with Frames. Is it not possible using CSS objects.

    Thank you
    See more | Go to post
    Last edited by Frinavale; May 27 '09, 03:26 PM. Reason: Merged questions. Please do not create more than one thread for the same question.

    Leave a comment:


  • Don't want to reload header flash file

    We would like the flash banner at the top(header) of the site to stay the same
    and not re-load everytime a new page is navigated to.

    Thanks
    See more | Go to post
    Last edited by Frinavale; May 27 '09, 03:27 PM. Reason: Merged questions. Please do not create more than one thread for the same question.

    Leave a comment:


  • sbettadpur
    started a topic making header constant using css objects

    making header constant using css objects

    My home is having flash file in header part, If i click any of the navigation(drop down) menus the wholepage will again reload. That should not happen.

    My requirement is like this, the header part flash file should not reload again and again if i clicked any of the drop down menu links.

    I got solution for this by implementing Frame technology. but somebody told that it is possible using css header objects. How i can implement...
    See more | Go to post
    Last edited by Frinavale; May 27 '09, 03:26 PM. Reason: Merged questions. Please do not create more than one thread for the same question.

  • sbettadpur
    started a topic reading a microsoft outlook .pst file from php
    in PHP

    reading a microsoft outlook .pst file from php

    hello,

    I want to extract email id's from a particular Inbox is this possible in php. If its possible please give me the information to work on that.

    I know that in php we have a function called "imap_open" so using this we can directly connect to mail server and we can get information. but here i am not able to fetch mail id's i will get only name.
    For eg : if mail id is xyz@yahoo.com so i will get...
    See more | Go to post

  • I think its possible please go through this URL

    http://in2.php.net/imap

    Because I am fetching mail attachment using above IMAP functions.
    I hope this will be helpfull for u.

    Good luck...
    See more | Go to post

    Leave a comment:


  • sbettadpur
    started a topic File opening in a browser
    in PHP

    File opening in a browser

    hello,

    Let me explain my issue in detail, actually I am downloading E-mail attachment(thos e are word document files) into particular folder. Those folders are in either C drive or D drive or E drive eg D:\Testingfolde r.

    so, under Testingfolder i have some of the word document files. Actually i am showing all files in a browser which are there in that folder. If i click on any of the files if should open. Is this possible?...
    See more | Go to post

  • sbettadpur
    started a topic folder creation on fly
    in PHP

    folder creation on fly

    hello,

    Let me explain my requirement briefly

    I want to download mail attachment from the respective mail ID's and user has to save that attachment files in a particular folder, that folder will created by user for that user should get an interface to specify the path.

    By taking that user specified path, attachment files should get loaded into that directory.

    If anybody knows solutions for...
    See more | Go to post

  • sbettadpur
    started a topic pop3 connection problem
    in PHP

    pop3 connection problem

    hello,

    I am planning to connect to our incoming mail server i.e mail.xyz.com, from their i want to extract mail attachment i.e word document files(candidate resumes). For this I written code in php ( i copied from the net), but i am getting the following errors

    Warning: imap_open() [function.imap-open]: Couldn't open stream \{mail.abrahama ndbettadpur.com/pop3:110}INBOX in D:\wamp\www\tes t\extract_mail_ content.php on line...
    See more | Go to post
    Last edited by Markus; Mar 9 '09, 11:23 AM. Reason: Added [code] tags.

  • how to change page navigation link in joomla module

    hello,

    I installed joomla 1.5 on windows xp, and i created my own template and i installed successfully in joomla 1.5.

    My question is I want to change the menu link for example if i click in Contact us hyperlink that page should redirect to contactus.php similiary if i click on About us hyperlink that should redirect to aboutus.php. How can i implement this one in joomla

    please get me some suggestion,...
    See more | Go to post

  • installation problem with Text::NLP::Stanford::EntityExtract perl module

    hello,


    I am trying to install the Text::NLP::Stan ford::EntityExt ract perl module on windows xp. But its not installing properly... can anybody tell solution for the above problem.

    But its installing successfully on Linux machine.

    The following error i was getting while installing..... ..



    Code:
    nolock_cpan> install Text::NLP::Stanford:EntityExtract
    Running install for module
    ...
    See more | Go to post
    Last edited by eWish; Jan 19 '09, 04:28 PM. Reason: Please use the code tags

  • sbettadpur
    replied to getting max date value
    SELECT W_ID, Date, Closing_Stock
    FROM pds
    WHERE District_ID = '3'
    AND Commodity_ID = '1'
    AND Distribution_Ca t_ID = '1'
    AND Month( date ) = '12'
    AND Date
    IN (

    SELECT MAX( Date )
    FROM pds
    WHERE District_ID = '3'
    AND Commodity_ID = '1'
    AND Distribution_Ca t_ID = '1'
    AND Month( date ) = '12'
    GROUP BY W_ID
    )
    GROUP BY W_ID
    See more | Go to post

    Leave a comment:


  • sbettadpur
    replied to getting max date value
    Thanks for your reply,

    I tried this logic

    date = (select max(date) from tableName)

    but i need max(date) all W_ID(wholesale point)

    so i tried like this date in (select max(date) from tablename)
    from above query i getting proper MAX date of all W_ID but the value of Closing_Stock is showing not proper
    See more | Go to post

    Leave a comment:


  • sbettadpur
    started a topic getting max date value

    getting max date value

    hello

    Let me explain first the table structure.

    t
    Code:
    able - > pds
    
    fields - >District_ID, W_ID, Commodity_ID, Distribution_Cat_ID,  Date,  OB, Closing_Stock
    here i want the Closing_Stock value of particular District_ID and Commodity_ID and Distribution_Ca t_ID and for particular month where Date=MAX(date)

    If i gave query like this

    Code:
    SELECT W_ID, date, Closing_Stock
    ...
    See more | Go to post

  • sbettadpur
    started a topic Resume Parsing by using php
    in PHP

    Resume Parsing by using php

    We are developing a recruitment tool.For that I want to do ''Resume Parsing' in PHP.I was able to parse Email-id and Phone No. .But i do not know how to parse the candidate's full name and address from the resume (in various formats like doc,html,rtf,tx t etc.) .Can you help me to do this ?

    Thank You
    See more | Go to post

  • sbettadpur
    started a topic shared_Folder_Access_Problem

    shared_Folder_Access_Problem

    Hiii

    I have 2 machine one is Domain Controller and the other is the Non Domain Controller .Both are Windows 2003 OS. In Non-Domain I have Created a shared Folder and wanted to access from Client machines (Login as domain user as wel as local Administrator ), I couldn't access it even if have given Full controll to Folder and shared the Folder. how to I can access the shared or mapped folder from the Client machines (Login as...
    See more | Go to post

  • sbettadpur
    started a topic Perl_Installation
    in Perl

    Perl_Installation

    Hello


    All the perl modules are not installing in Windows 2003 , like PerlMagic , Mod_perl, Template_GD, plz can u tell to install those modules ,
    See more | Go to post

  • sbettadpur
    started a topic Connecting

    Connecting

    Can we connect to VSS from Microsoft Visual Studio 2008 or Visual Studio 2005 , is there any option , plz tel me if there


    with regards
    See more | Go to post
No activity results to display
Show More
Working...