• Member Avatar for chrishea
    chrishea

    Replied To a Post in Google calender API

    Have you gone through the Google documentation / tutorials like this one: [Click Here](https://developers.google.com/google-apps/calendar/firstapp)
  • Member Avatar for chrishea
    chrishea

    Replied To a Post in Request Processing in PHP

    It sounds as if you are trying to do something that may be very difficult if not impossible.You want some sort of control of the process but you have no …
  • Member Avatar for chrishea
    chrishea

    Replied To a Post in username or not?

    It doesn't necessarily have to be a choice. It only matters if you are using the email address to verify the account in which case you have use what they …
  • Member Avatar for chrishea
    chrishea

    Replied To a Post in Session Problem

    You can access an existing session using the session id. This thread has more info: [Click Here](http://stackoverflow.com/questions/9153716/sharing-session-variables-between-multiple-subdomains)
  • Member Avatar for chrishea
    chrishea

    Replied To a Post in source code protection

    You need to protect the code from being viewed in its original text format and you need a licensing scheme to prevent the "encrypted" code from being copied to another …
  • Member Avatar for chrishea
    chrishea

    Replied To a Post in can we add any font in ckeditor??

    [http://bit.ly/19UQ9kZ](http://bit.ly/19UQ9kZ)
  • Member Avatar for chrishea
    chrishea

    Replied To a Post in Collaborative Editor

    http://www.firepad.io/#1
  • Member Avatar for chrishea
    chrishea

    Replied To a Post in Multi-threading in PHP

    Have a look at this: [Click Here](http://stackoverflow.com/questions/70855/how-can-one-use-multi-threading-in-php-applications)
  • Member Avatar for chrishea
    chrishea

    Replied To a Post in Access denied in Server File

    If you want to get some help you need to provide more detailed info (usually including some code) and some info about how your environment is set up. You would …
  • Member Avatar for chrishea
    chrishea

    Replied To a Post in How to run PHP without server thus via command line.

    If you want to run PHP on your local machine you should install a LAMP package (usually called WAMP if it's on a Windows machine) that provides you with your …
  • Member Avatar for chrishea
    chrishea

    Replied To a Post in PHP Script for Excel to PDF Conversion

    I have used the [php-excel-reader](http://code.google.com/p/php-excel-reader/) quite successfully. I don't believe that it handles the newer formats (xlsx) so if that is required there are other tools available. You can also …
  • Member Avatar for chrishea
    chrishea

    Replied To a Post in PHP Script for Excel to PDF Conversion

    When I need to produce a PDF file, I use [HTML2PDF](http://html2pdf.fr/en/default). In this case it would require some extra work to read the Excel file and generate a report output …
  • Member Avatar for chrishea
    chrishea

    Replied To a Post in Creating an image to display form a data form

    It would be easy to have icons for the standard file types and display a "PDF icon" if it's a PDF file. [This thread](http://stackoverflow.com/questions/467793/how-do-i-convert-a-pdf-document-to-a-preview-image-in-php) addresses the rendering of a PDF …

The End.