Jump to content

nassar

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

nassar's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. thx 2 all. i find this online ===== Using a fresh install of PHP, it's always a problem for newbies specially if they're working offline there is a need to deal with big files. And if I start working with phpmyadmin I don't prefer to visit mysql console just to run my dump file. So in case you need to tweak your PHP to upload big files there is three parameters to change in php.ini upload_max_filesize memory_limit post_max_size Why I'm posting this ? because I always change the first one upload_max_filesize and forget to tweak the others. Now I have to remember ... resource: http://hatem.phpmagazine.net/2005/10/configure_php_to_upload_big_fi.html ======
  2. Hi 2 all, Frankly i need help from experts in phpfreaks. Now working on File uploading scripts... you know when i start uploading i face problem  related to the size of files that it is begger than 2 MB. i googled internet i see that i can change the php ini file settings to accept morte than 2 MB  but i still face problem that uploading process not completed. So is there anoy one can help me to solve this problem? or even if any can guid me the ready script to see the process file, how they manipulate the big files uploading matter. i hope i explain the matter good. wait to read your posts. Thanks in advance. Nassar
  3. Hello Sir Alayham I've problem in MySQL Database; I hope you can help me to solve it. Surely this not included in our official agreement with ILLAFTrain Support, But i send you as Friends Introduction: In my database I've 'CLIENTS' table contain my client's information's, the table have auto increment field, it is the ID field. The table contains now 6540 entry. Table type MyISAM ID field type is INT(30) it was 5 and I modify it to 30 I think I can solve problem by doing this but no way.. no solveā€¦ Problem: Now when we add new client the ID field value become automatically 2147483647, and if we try to add again new clients the ID value become same number so we can Duplicate Error I try to set the AUTO_INCREMENT value to 6541 but didn't changed and keep old value. Would you please help me to solve this problem? Regards Nassar
×
×
  • 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.