I have an InnoDB database. But when I want to designer, I get an error like that. Bug report: { "pma_version": "4.8.3", "browser_name": "CHROME", "browser_version"...
Hi everyone, how to check column is null or not null in conditional? I need to convert Dynamic to Static SQL Dynamic SQL: IF @typeWeb = 1 BEGIN SET @where =...
Hi everyone, can I get the column names from the parameter with static sql? Like this: DECLARE @columnList VARCHAR(150) = ‘Id,Name,BirthDate’ SELECT @columnList FROM Users
Hi everyone. How can I do sensitivity multiplication in PHP like JS. For example result for this multiplication in PHP: 2.8316 * 350.123 = 991.4082868 But in JS result: 991.40...
Can't I use it this way? $place = $_POST[ 'place' ]; $driversList = "<option value='0'>Choose...</option>"; $query = $db_con->prepare( "SELECT driverId, nameSurname, p...
Hello to everyone, Which do you think should be used in a query in terms of performance?
Hello there, I have a question, can you help? Is there a way to access data in the other table through the relationship in a table in the associated tables? For example, I wa...
What is the difference between SELECT and RETURN in Stored Procedure?
hi everyone, Is there a method to use the const in the class as "self::$var" in the same class?
Hi, all. I have an 'image' field in MS SQL Server. When I check with the hash type checker in this field, it says it's Base64. But I can't get a photo when I want to convert i...
Hi everyone, I installing global package on Linux Mint but get "Cannot find module" error. Running without error if I write "npm link". I have to do this every time. How can I...
Hi, i want convert decimal number 1,234.00 to 123400. How i do? Please help me
sudo apt install nodejs why my version different?
Hi everyone. Actually, this question isn't related to php. I want to a simple routing. Ex php.net/iso -> php.net/iso.pdf. How I do this with .htaccess?
I'm new in nodejs. It happened when I tried it before. Can't I use a globally installed package with direct require()?
Hi there, I generating name, surname and email with Seeder, but the name and email different. How generate the same name and email?
Well, But how can I convert it to base64? To transfer to MySQL. In short, I want to transfer the photos already stored in SQL Server to MySQL. Please help.
Is there a way to do it without using inner join?
Hi everybody, How I do simply file upload with jQuery/AJAX? Very complicated info on ethernet
Hi all, How do I do a php file that erases all the files in the source folder and destroys itself in the same way?