Jump to content

e33basketball

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

e33basketball's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, I have a large amount of data, around 9MB, in a csv file. I have a script to convert to SQL and insert into a database. However, I cannot ever get it to finish, it sits there for over 30 minutes, with no output. I've tried upping the allowed RAM usage in the php.ini file as well as the time to execute and other parameters along those lines. Does anyone know a good solution this? Would something like this be possible via command line? Any suggestions would help, Thanks! Erik
  2. Hi, I have a question about includes path. I'm having trouble... anytime that I try to include a file that isnt in the same folder as itself... i get this error: Warning: include() [function.include]: Failed opening 'inc/current.php' for inclusion (include_path='.;C:\server\xampp\php\pear\') in C:\server\xampp\htdocs\account\index.php on line 38 Is this something I can change in my INI folder? Thanks, Erik
  3. oh cool, thanks... just curious... does this vary from type of PHP installation?... on a shared server that I have through a company... just using $check worked.
  4. Hi, I have a server running off my PC, mostly for testing... and it has PHP/MySQL installed. Everything works pretty well, except for some reason it's not recognizing any variables that I put in the URL. Example... url = www.site.com/index.php?check=1 if($check == "1"){ echo"one!"; } else { echo"something else!"; } no matter what i set check at... i still get "something else" ... or... if i where to say echo"$check"; ... nothings there.... any ideas... thanks, Erik
×
×
  • 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.