-
I am trying to add multiple images one for the banner images other multiple images for the gallery images but when I try to add an image it gives me the error:array to string conversation.I want ......
-
I have a form for images and a database on a free domain siteI need to upload my image into domain files with move_uploaded_files()this is my code for($i = 0 ; $i < $all_images_count ; $i+......
-
How to write a TRAIT to resize different photos...
-
Due to circumstances beyond my control, I remain having to use PHP 5.6.Using the tmhOAuth.php library, I can still tweet merrily from my PHP code just as long as no image is required: $connection-&......
-
I am running a reward program on my website and want to integrate Google rewards ads, so that my users can watch a video to earn, is there a way I can do this on a website?I tried creating the ......
-
Just today December 28,2020 our function for creating active collab ticket using active collab api stopped working, we traced the issue and the error appears on the issueTicket function.We are using ......
-
I have a issue with the the output of the API.I'm trying to build a system where i've integrated active collab and trying to fetch tasks and tasks related time records. All works fine but there is ......
-
My code shows "Warning: ftp_put(): Permission denied."But when I upload my file to FTP server using program(like Filezilla), I find no problems.FTP server path is '/'So when I change FTP ......
-
I have a php script hosted on an ftp cluster and wish to execute it on my webpage with a javascript listened button.Looking online I saw Fetch api but doesn't allow ftp requests. Ajax seemed like a ......
-
I'm receiving xml in request, contains MsgBody tag, and signature,I have to verify the msgbody tag and signature I dont know how to do it.The question is, if i used (phpseclib ): HOW TO Verify the ......
-
In my app, I need to generate rather large zip archives, and to store them encrypted for security reasons.I have found a way to do so using streams so as to reduce the amount of RAM required and so ......
-
We are trying to implement Single Sign on and use Microsoft Graph API with Microsoft Azure. We are sending the following requestGET request to /oauth2/v2.0/authorize to get authorization code GET ......
-
Question: How can I run the where query for all rows in $cart, instead for just $cart[0], or [1] or [2].I am trying to manually code a Shopping Cart in Laravel. Since I am a novice, I am stuck at a ......
-
i am trying to upload an image to my database the problem is when i use the validator , it always return tru showing the error the avatar file should be an image even when i am puttin an image , i ......
-
In Laravel when we order(ORDER BY) our records by multiple fields, is it possible that we should give priority to one of the field that we want to order it.Ex: Is it possible that we should give ......