User Profile

Collapse

Profile Sidebar

Collapse
deepaks85
deepaks85
Last Activity: Jul 7 '15, 09:42 PM
Joined: Aug 10 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • deepaks85
    started a topic Strikethrough text formatting in php excel reader
    in PHP

    Strikethrough text formatting in php excel reader

    Hello Friends,

    I am using https://code.google.com/p/php-excel-reader/ as a library which helps me read an excel file.

    Now the problem is that I am having some text with strikethrough (horizontal line which cuts the text) in excel but it is not coming in the browser with Strikethrough text formatting. It's showing without strikethrough formatting as normal text.

    Can you please help me in this.
    ...
    See more | Go to post

  • deepaks85
    replied to Read excel file exactly same as formatted
    in PHP
    Hello I am using https://code.google.com/p/php-excel-reader/ as a library which helps and solved my issue. The only problem is I am not getting any text with Strikethrough text formatting.

    Can you please help me in this.

    Many Thanks in advance.
    See more | Go to post

    Leave a comment:


  • deepaks85
    started a topic Read excel file exactly same as formatted
    in PHP

    Read excel file exactly same as formatted

    Dear All,

    I want to have a php code to read an excel file exactly thee same as it has formatted (including border, colors, font size, column width, row height, merged rows and columns etc.). The idea is to whatever I make changes in excel it should reflect exactly the same in the browser.

    I searched a lot in google but not able to find any solution which gives me the exact solution. Can you please help me in this as...
    See more | Go to post

  • How to build an auto suggest Search Function same as google

    Dear Friends,

    I work in php with mysql database and want to create a search box just like google where user can type in and gets auto suggestion, navigate with keyboard arrow keys and search it through ENTER button.

    Exactly same function like google has it. I think it is possible using jquery, php and mysql.

    Please help me. I really need it for my project.

    Thanks in advance...

    Deep...
    See more | Go to post

  • deepaks85
    replied to Read Excel through PHP
    in PHP
    Yes Dheeraj, I did check that link. It reads only data but not formatting..

    Please help me...
    See more | Go to post

    Leave a comment:


  • deepaks85
    started a topic Read Excel through PHP
    in PHP

    Read Excel through PHP

    Dear Friends,

    I need to read an excel data through PHP to web page with formatting. It should be automatically updated on the web page when I updated the excel file.

    I did research on google but could not find the code that reads exact formatting from Excel. It reads only data.

    How can I read excel data as well as formatting ?

    Please help me....

    Thanks

    Deep...
    See more | Go to post

  • deepaks85
    started a topic Same font for all website
    in PHP

    Same font for all website

    Hi All,

    I have create a website in some stylish fonts and I can see it on my browser because that font is installed on my PC. But any other user can not see it because that particular font is not installed on their PC.

    How can I make it visible for all users? Please advise.

    Thanks

    Deepak
    See more | Go to post

  • deepaks85
    started a topic Website in multiple language
    in PHP

    Website in multiple language

    Hi All,

    How can I convert a single english website into multiple languages (like hindi, french, chinese etc.) for all users?

    Please help me.

    Thanks

    Deepak
    See more | Go to post

  • deepaks85
    started a topic ASP Database connectity

    ASP Database connectity

    Hi Friends,

    I am very new to ASP and trying to connect a database with Ms-Access with DSN. I have setup the DSN into my hosting account. I don't know how to connect with the database in the ASP. Here is the code I am trying to use:

    Code:
    Set oConnection = Server.CreateObject("ADODB.Connection")
    oConnection.Open "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" &
    Server.MapPath("")
    ...
    See more | Go to post

  • deepaks85
    started a topic Best way to update website
    in PHP

    Best way to update website

    Hi Friends,

    I have two HTML websites and I am regularly making lots of changes in one of them. Now I want the 2nd website should be updated automatically so that I don't need to update the website twice.

    Here are two websites:

    http://www.example.com

    and

    http://www.php.net

    The only difference in both websites is the header and footer. Rest everything is the same.
    ...
    See more | Go to post
    Last edited by Atli; Feb 20 '09, 09:49 AM. Reason: Replaced real commercial URLs with example URLs.

  • deepaks85
    started a topic URL and Page title in PHP
    in PHP

    URL and Page title in PHP

    Hi Friends,

    I have a simple HTML form and simple PHP code which sends the filled information at my email address. Now, I am trying to get Page URL and Page Title at my email while submitting a form alongwith the info filled by user.

    Here is my HTML form:

    Code:
    <form action="emailus.php" method="POST" name="Email_Submit" class="divtext">
    ...
    See more | Go to post

  • deepaks85
    replied to Redirect from HTTP to HTTPS
    in PHP
    Redirect from HTTP to HTTPS

    Hi Markus,

    Thanks for your reply. But still I am confused.

    I have two pages one is html pages where form is being created and another is php page where the php script is being written.

    I don't know in which page I need to use HTTPS (while opening html page or while sending information to php page)

    Please help me.

    Here is the php script...
    See more | Go to post

    Leave a comment:


  • deepaks85
    started a topic Redirect from HTTP to HTTPS
    in PHP

    Redirect from HTTP to HTTPS

    Dear Friends,

    I may take your little bit time to teach me on Credit card information encryption. I know it can be done through SSL certificate. I am very new to SSL Certificate which I need to implement in our website. The SSL certificate is already installed in our hosting web server. I have made a web form in which user will enter his/her credit card information and will be encrypted through ssl certificate in our web server.
    ...
    See more | Go to post

  • deepaks85
    replied to Javascript Multiple Values to PHP
    in PHP
    Dear Atli,

    Thanks very much for your valuable time and reply

    Deepak
    See more | Go to post

    Leave a comment:


  • deepaks85
    replied to Javascript Multiple Values to PHP
    in PHP
    Sorry, I forgot to insert the html script:

    Code:
    <HTML><HEAD><TITLE>TRO</TITLE>
    <SCRIPT language=javascript>
    
    function textLimit(field, maxlen) {
        if (field.value.length > maxlen + 1)
            alert('You have exceeded the ' + maxlen + ' character maximum. Please revise your entry.');
        if (field.value.length > maxlen)
            field.value
    ...
    See more | Go to post

    Leave a comment:


  • deepaks85
    started a topic Javascript Multiple Values to PHP
    in PHP

    Javascript Multiple Values to PHP

    Dear All,

    I have an html page. There is a button 'Add Client' which adds multiple names and email address in the select box. You can have a look here:

    Click here to view sample

    After clicking on Continue button, I need to pass all added multiple names and email address to a php page. How do I do this?

    Can anyone help me on this?

    Thanks

    Deepak
    See more | Go to post

  • deepaks85
    started a topic Send Mail with Multiple Attachment - Need Help
    in PHP

    Send Mail with Multiple Attachment - Need Help

    Dear All,

    I want to send some data through a form with Multiple attachment in an HTML Format. I have tried it but it is not working for me. I am able to send data without attachment but with the code for attachment, I am not able to send anything. I get blank email.

    Can you please help me on this?

    Here is the html form:

    Code:
    <form name="frm" method="POST"
    ...
    See more | Go to post

  • deepaks85
    started a topic Skip subdirectory but print filenames
    in PHP

    Skip subdirectory but print filenames

    Dear All,

    I got the script which prints all the contents (subdirectory and files) of a directory but Is there any way to skip its subdirectory name but print its file names?

    Please help.....

    Thanks

    Deepak
    See more | Go to post

  • deepaks85
    started a topic Display Directory, subdirectory and its contents
    in PHP

    Display Directory, subdirectory and its contents

    Dear All,

    I know how to display contents of any directory. But what if I need to print the directory, subdirectory and its contents?

    The output should be:

    Folder
    Subfolder
    - File1
    - FIle2
    Subfolder2
    - File1
    - File2

    Please help me on this.

    Thanks

    Deepak
    See more | Go to post

  • deepaks85
    replied to Brochure Software
    But in MS word......we can not get high-quality brochure. We can't put high-res images in it.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...