Hi Can anyone help me with my question about replication in mysql? my servers are centos 7. thanks in advance 👇🏻👇🏻👇🏻👇🏻 ———— https://dba.stackexchange.com/questions/332783/ma...
Hi. I want to make something like this in js, css. Any Idea to do it?
if(empty($data['email'])){ $data['errEmail'] = 'Email field required!'; }elseif($this->model->findUserByEmail($data['email'])){ $da...
what is wrong with my configuration redis? database.php 'redis' => [ 'client' => env('REDIS_CLIENT', 'predis'), 'default' => [ 'host' => env('REDIS_HOST', '127.0.0.1'),...
Hi. I want to make something like this In the easiest way possible On the lines you see, i want to make some animation like the Plaque image is running on them to go on Users ...
# Virtual Hosts # <VirtualHost *:80> ServerName localhost ServerAlias localhost DocumentRoot "${INSTALL_DIR}/www" <Directory "${INSTALL_DIR}/www/"> Options +Indexe...
Vue.component('fa-header',{ props : ['user'], data(){ return { age : 18, family : 'noroozi' } }, template : '<div><h1>hi : {{ family }}<br>...
<?php require_once __DIR__."/Telegram.php"; date_default_timezone_set('asia/tehran'); $botId = "860514452:AAEElR11fqOWsaL3n3GEf8Ge83_ypNXJ0nI"; $telegram = new Telegram($botId...
i wrote this code in App.vue. but my font still does not work. any idea? <style> @font-face { font-family: "BYekan" !important; src: url("assets/fonts/BYekan/Yekan....
How can i make a function and use it in the whole of Vue application? a best practice way please.
is it safe? google translator for desktop
hey guys what do you think about learning andorid -> kotlin with php development? is it good? i know php and i want to start kotlin
How much is a php programmer salary in european countries??
How to create those with loop in php?? Is it impossible??
i forgot my username in kali linux but i know my pass. any idea?
Hi. Anyone can help me solve this problem? https://stackoverflow.com/questions/70678649/canvas-can-not-make-show-when-i-make-it-dynamically-with-js Thanks in advance
<?php function addWatermark(){ $image = imagecreatefrompng("download.png"); $textcolor = imagecolorallocate($image, 0, 255, 0); imagettftext($image, 14,...
Why i can't type en letters when i want to login?
how much is a php programmer salary in europe? any one can say?
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php"> <testsuits> <testsuit name="unit"> <directory>tests</directory> ...