Upload files with php using XAMPP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eduardo Sandino (MadMad)

    #1

    Upload files with php using XAMPP

    Hi i have some problems with xampp trying to do some file uploads with
    PHP 5, and MySQL 5 i just want a litle help i n wich files of
    configuration fix the problem, i know to fix it but when i install my
    apache alone and after add the php like modules, but in xampp i don't
    know wich php.ini file is using or how is this package organized to
    make some customization.. .

    Thanks for your time i wait for an advice...
  • pritaeas

    #2
    Re: Upload files with php using XAMPP


    "Eduardo Sandino (MadMad)" <eduardo.sandin o@gmail.comwrot e in message
    news:9f50f2bd-8821-4583-922c-9dd4af472489@s8 g2000prg.google groups.com...
    Hi i have some problems with xampp trying to do some file uploads with
    PHP 5, and MySQL 5 i just want a litle help i n wich files of
    configuration fix the problem, i know to fix it but when i install my
    apache alone and after add the php like modules, but in xampp i don't
    know wich php.ini file is using or how is this package organized to
    make some customization.. .
    >
    Thanks for your time i wait for an advice...
    Look at the output of phpinfo()
    There you can see which ini file is used.


    Comment

    • Eduardo Sandino (MadMad)

      #3
      Re: Upload files with php using XAMPP

      On 12 feb, 06:59, "pritaeas" <prita...@home. nlwrote:
      "Eduardo Sandino (MadMad)" <eduardo.sand.. .@gmail.comwrot e in messagenews:9f5 0f2bd-8821-4583-922c-9dd4af472489@s8 g2000prg.google groups.com...
      >
      Hi i have some problems with xampp trying to do some file uploads with
      PHP 5, and MySQL 5 i just want a litle help i n wich files of
      configuration fix the problem, i know to fix it but when i install my
      apache alone and after add the php like modules, but in xampp i don't
      know wich php.ini file is using or how is this package organized to
      make some customization.. .
      >
      Thanks for your time i wait for an advice...
      >
      Look at the output of phpinfo()
      There you can see which ini file is used.
      Thanks.. friend..

      Comment

      Working...