Skip to content

values inserted as null into database

hi im trying to insert a url and its content into 2 table but i will use an id from a table and insert this id in multiple entries in the second table i hope i succeed to clarify my issue here the …

Create a table for each user with their ID

I have a problem with a website that I am currently creating that I need a table for each user but it does not work. I have tried to create a table during registration or the first login, which also …

Cannot Upload .GLB to WordPress Media Location

This is not a quick failure, I have spent a totally of 5 completely full days trying to figure this out. Initially I was limited by file size and then file type; in which I removed the WordPress restrictions and am now “capable” of uploading my 177MB .glb file to WordPress. However when doing so, …

symfony don’t find post data after fetch

I am trying to send post data using fetch in twig. But I can not access to those variables in the controller. here my fetch let response = await fetch(baseUrl + ‘/aaa/nom-de-levenement/add’, { …