Skip to content

get data from API token to php table

i have an API that has around 1030 json objects, i need to findfew of them by search and show below only the one that matches my search, how can i do that? thank you for response …

PHP function to adapt texte not working with special characters?

i’m struggling with a function that adapts a text depending of the first letter of a string. OUTPUT: de élo � EXPECTED OUTPUT: d’élo é Basically, mb_strtolower should prevent all special characters to be miss-read. I tried different options, but i still get it wrong. I’d like the function to…

modal not working when use on click event

the button, use to click that pass direct to open in the modal modal section, after button clicked the modal suppose to open and show the data Jquery and ajax, i use on click event to get the id and pass then to the ajax in order to return data from a controller Note:- This cant open a modal after

upload image by refreshing page of web site

i write php code that upload image from client to host and site and my problem is if i refresh the page ,the last file going to upload again and its going dupplicate and if refresh again this problem …