Гость » 04 мар 2024, 18:56
Последнее сообщение Гость «
Гость »
Here body is column name , the image added in rich editor is not stored
RichEditor::make('body') ->fileAttachmentsDisk('s3') ->fileAttachmentsDirectory('attachments') ->fileAttachmentsVisibility('public') ->columnSpan(2) ->required(),
Гость » 04 мар 2024, 18:41
Последнее сообщение Гость «
Гость »
As the title says, I'd like to get in PHP last week's Saturday date and current week's Saturday date with the constraint of a week starting with Saturday instead of Monday.
I first used strtotime('saturday last week') and strtotime('saturday this...
Гость » 04 мар 2024, 18:33
Последнее сообщение Гость «
Гость »
I have a test that is failing unexpectedly, and I'm wondering if there's something obvious I'm missing. Basically, I want to test an API endpoint returns the appropriate responses depending on common case scenarios (unauthenticated user, forbidden...
Гость » 04 мар 2024, 18:27
Последнее сообщение Гость «
Гость »
I'm able to execute a PHP script in Dreamweaver (under WAMP) but not Visual Studio Code using the PHP Server extension. I'm trying to move off Dreamweaver. In Visual Studio I have an error when calling the script or its location.
Гость » 04 мар 2024, 18:04
Последнее сообщение Гость «
Гость »
After migrating a new column to a data table, midway through my project I became unable to access the users data table use the login functionality of my app that had been working perfectly before. This is the error message that I recieve. : Error in...
Гость » 04 мар 2024, 18:02
Последнее сообщение Гость «
Гость »
I am working on a website where in the landing page I have an option name SELECT CITY, where in the dropdown menu list of cities in which we are providing service get displayed, firstly it was working fine but suddenly it stops working, I tried but...
Гость » 04 мар 2024, 17:57
Последнее сообщение Гость «
Гость »
I've removed the column/property id from my Entity and I think there are some caching problems that causes the following errors when trying to access the Entity:
Uncaught ReflectionException: Given object is not an instance of the class this...
Гость » 04 мар 2024, 17:53
Последнее сообщение Гость «
Гость »
Using just PHP, is there anyway to detect if the page is being loaded from a SPECIFIC device? Say, I would want the page to react differently if only MY iPhone was loading the page, no one else's?
Гость » 04 мар 2024, 17:37
Последнее сообщение Гость «
Гость »
I'm new to PHP and am practicing by programming a very basic signup form, which dumps the info into a MySQL database. However, I'm having a problem where, even if the name is taken, my program still adds the account to the SQL table. This is my code...
Гость » 04 мар 2024, 17:32
Последнее сообщение Гость «
Гость »
*
really don't know the problem why data is not inserting into submitted_scores_tbl and in main_submitted_scores_tbl please help. Code is in the image sorry for how i post because its my 2nd time posting in stack overflow please guide me....
Гость » 04 мар 2024, 16:57
Последнее сообщение Гость «
Гость »
I have the latest version of XAMPP and PHP installed on my localhost server. But I have a website which is built in PHP 7.2.3 and the website's scripts generate errors when run on the localhost because the website won't work in PHP 8.
Гость » 04 мар 2024, 16:53
Последнее сообщение Гость «
Гость »
I'm using do_upload() function in CI3, to rename & upload a file. The file name contains '&' character. When i upload a file and save it, the '&' character from file name is getting remove. Below is the code -
Гость » 04 мар 2024, 16:53
Последнее сообщение Гость «
Гость »
Authorization via digest happens in 2 steps. At the beginning I get a 401 error and in the header I get the data I need. Then I use this data to calculate the response.
# first query $resource = fopen($url, 'r'); p($http_response_header); # get...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения