Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

app:\\ & php

hi, why is it impossible to get php response when i use
app://php/getServerTime.php

— asked May 12th 2010 by Kevs Trio
  • desktop
  • php
0 Comments

3 Answers

  • Hey Kevs,

    Could you post an example so folks can see what you're trying to do?

    — answered May 12th 2010 by Kevin Whinnery
    permalink
    0 Comments
  • Ext.Ajax.request({
      url: 'app://php/services/getTime.php'
      success: function(res)
      {
        alert(res.responseText); // should return time.
                                 // but the return was php script
                                 // this was discussed and & i though
                                 // 1.2.1 update fixes this?
      },
      failure: function(res)
      {
        alert("Oops! " + res.responseText)
      }
    });
    
    — answered May 13th 2010 by Kevs Trio
    permalink
    0 Comments
  • is this project dead or what?

    I want to use PHP, but it's the second time I'm trying, and nothing…

    Any info on this bug?

    — answered July 16th 2010 by Eli Sklar
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.