Skip to content
Advertisement

Ajax GET request fails in laravel 8

when i try to send a GET request with tutorial ,but its not working and end up with 500 internal server error I cant find any error by searching on forum or stackoverflow,and also i ma beginner, …

How do I update CLOB column on oracle with PHP

I have problem with function: After execute I get “Updated” but in database column is empty. Before execute i have null on this column. Answer Here are two ways. The schema is: And the code would be like: You may want to look at the second half of Oracle’s free PHP book The Underground PHP and Oracle Manual.

How to attach when enter a text in laravel?

After login a user, The user enters this skills form, selects the skills. A user can enter multiple skills, and save in database. The field of name skill_name level And in table skill_name level user_id I don’t know if the skills and skill_user table should be, or not, I don’t know. What would you do if you were me? Can

PHP Variable in function options

I want to use the following FPDF extension to password protect some PDFs function SetProtection($permissions=array(), $user_pass=’ABC123′, $owner_pass=’ABC123!’) However I want the $user_pass to be a …

Advertisement