Jump to content

akrashdi

New Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

akrashdi's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Nicely explained, So, someone else's website running my application will get a ZIP file of the new version from my website. A script within the application will UNZIP that file and overwrite existing application files with it. Then the database script will run SQL queries that will modify table structure of the database as needed. Please correct me if I misunderstood it.
  2. Actually the title of this post went with a little typo. It should be How to code a patch for a PHP application? People who install my PHP application on their websites, how can I update that application with new version? In other words, how should I create patches for my (PHP+MySQL) application that people have installed on their websites.
  3. Hi, I have developed a small PHP and MySQL application that people can download from my website and install on their websites. Obviously I will be improving this application with more features and bug fixes. My question is how do I go about updating others applications installed on their websites, by offering them "new updates available" link? I was thinking to ask them to download the whole application again and upload it to their server. This new version will include an "update script" thorugh which database updates (table structure changes etc.) can be performed. Whats the best way of doing it? Appreciated..
  4. Hi, I'm coding a small application which uses $_SESSION[] variables to pass and use variables across the pages, the code seems to work fine except I'm getting the following error message. Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0 This makes me afraid about using $_SESSION[] variables to pass variables between pages.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.