Click here to Skip to main content
15,906,329 members

Comments by Vikas Uniqu (Top 5 by date)

Vikas Uniqu 26-Jul-23 8:05am View    
I want this script to run every minute continuously. That is why I am using corn job. There are some lines of code I haven't added here. I have to make API calls and some calculations. To do that I will use this javascript function. Once these processes are completed the details will be submitted to this "update_trxid.php" file.
Vikas Uniqu 26-Jul-23 6:46am View    
"The same code that I have provided is running just fine on another server."
Vikas Uniqu 14-Dec-21 4:50am View    
I just wanted to show what I did exactly that is all. You have helped me a lot by saving time.
Vikas Uniqu 10-Dec-21 0:27am View    
The php configuration file is correct. I have cross-checked. I noticed that echo sys_get_temp_dir(); gives the path "/tmp" but echo $_FILES["file"]['tmp_name']; gives empty.
Vikas Uniqu 9-Dec-21 5:21am View    
I am getting error number 6. "UPLOAD_ERR_NO_TMP_DIR" Value: 6; Missing a temporary folder.