Welcome, Guest
  • Author Topic: I am lossing it on the server set up  (Read 5878 times)

    Drumwerx

    • Jr. Programmer
    • **
    • Posts: 62
      • View Profile
      • Email
    Re: I am lossing it on the server set up
    « Reply #30 on: 05/26/08, 18:46 »
    Got it to work.

    The shopping.php file had Upper case P on the products table and mine is lowercase. I had an upper case P in the php file and it worked on my local server but will not on the hosted server.  I changed it to a lowercase p and it now works.

    Thanks both of you for helping me and getting me to go back and look at everything.  wow

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: I am lossing it on the server set up
    « Reply #31 on: 05/26/08, 22:13 »
    Take your time and do thi things:

    1. Write a simple PHP (using the same inc_sql for connection settings) and output the same SQL, hardcoding parameters if needed
    2. Once you can output something on your PHP, copy the settings to the amfphp class
    3. Aditionally, try other amfphp examples using database, this one is a good example: http://www.flash-db.com/Tutorials/loading/loadingData.php?page=6

    And take your time

    Jorge