Search results

  1. ganjasensation0098

    run javascript in ajax response

    I use firebug to know if the server returns or not. I see that the code is executed correctly but I don't know why is that the Autofill (class in php) does not appear.
  2. ganjasensation0098

    run javascript in ajax response

    I expect the code to do is after the ajax response. The autofill (in php) must run. But it seems not working.
  3. ganjasensation0098

    run javascript in ajax response

    JS function getHighSchoolDivisionToArray(region) { $.get( "../AMO/ajax_amo.php", "region=" + region + "&do_action=retrieve_highschool_division_to_array", function(data) { $("#txtRetrieveHighSchoolDivisionToArray").html(eval(data))...
  4. ganjasensation0098

    run javascript in ajax response

    Hi. My problem is that the Autofill class in php is not running on ajax response. how can I resolved this problem? Thanks in advance.
  5. ganjasensation0098

    How to install Memcache

    How to install Memcache in ubuntu 10.04. Is there any tutorials for this?
  6. ganjasensation0098

    PHP Frameworks or not?

    As of now. I think I should a framework and maybe if the framework does not fit in my needs, thats the time that I will make my own framework.
  7. ganjasensation0098

    PHP Frameworks or not?

    Thanks for that essellar. Right now, I'm working on a project only by myself (that is almost finished) and I use codeigniter framework. In my next project, i'm confused if I should use the framework again or create my code from scratch.
  8. ganjasensation0098

    PHP Frameworks or not?

    Should I use a framework when developing a project in php? or I used my scratch php code to do it?
  9. ganjasensation0098

    problem in loading website

    Thanks for that so now I know that I must used only localhost in x10hosting. Thanks to all for your support.
  10. ganjasensation0098

    problem in loading website

    the http://tepaleguiojo.x10.mx/ is working but the http://tepaleguiojo.x10.mx/favi-ias/ is the one who loads very long. ---------- Post added at 03:45 AM ---------- Previous post was at 03:19 AM ---------- The problem is accidentally solved. But I don't get it. I changed my hostname from...
  11. ganjasensation0098

    problem in loading website

    Thanks carl6969. I will try it. ---------- Post added at 02:27 AM ---------- Previous post was at 02:19 AM ---------- Carl6969. I cleared my cache and even restart firefox. But still no changes at all. Is there any other way?
  12. ganjasensation0098

    problem in loading website

    Please help. I'm currently developing a project for my client and i used codeigniter framework. I uploaded it in x10hosting as free account. Now, my problem is that it takes too much time to load and in the end it says that "The page you are looking for is temporarily unavailable. Please try...
  13. ganjasensation0098

    Codeigniter

    Can somebody tell me how to use codeigniter? And also some coding techniques of this framework. Thank You.
  14. ganjasensation0098

    Basic step in creating Joomla! website.

    The templating in joomla. On how to modify a template or to make a new one.
  15. ganjasensation0098

    Basic step in creating Joomla! website.

    Can somebody show me an instruction on how to create a joomla website.
Top