2 background images in the sense?
Where is the image?
any solution how can i hide particular field in listing when ii it deleted in master table?
Are you talking about soft-deleting?
By the way, are you using eloquent or query builder?
Hello guys, Who has twitter?
I mean 1 image for mobile view other for desktop view
I hve a form which on submission gibes a new page with a response saying successful submission.
So i kept a bg image for body tag
I want to keep 2 diff images though
I hve a form which on submission gibes a new page with a response saying successful submission.
So i kept a bg image for body tag
I want to keep 2 diff images though
You can output both images and hide one of them using css media queries.
I hve a form which on submission gibes a new page with a response saying successful submission.
So i kept a bg image for body tag
I want to keep 2 diff images though
Assalamu Alaikum its achieved using css media queries.
The diff. Images can be shown based on screen resolution criterion you set in the css media queries.
Thank you. PL contact me on my WhatsApp number 919843099051.
Yes
How is it done in echo i am not getting that
I need a code
Can u provide one
else {
echo ‘<!doctype html><html lang=”en”><head><title>Response from System</title>’;
echo ‘<style> body {
height: 100%;
margin: 0;
font-family: Lato, sans-serif;
color: black;
font-size: 30px !important;
text-align: center;
background-repeat: no-repeat;
background-position: center;
background-image: url(“1.png”);
background-size: contain;
}</style>’;
echo ‘<style> .myStyle {
padding-top: 55px;
padding-bottom: 400px;
font-family: Lato, sans-serif;
color: black;
font-size: 30px !important;
text-align: center;
}</style>’;
echo ‘</head><body>’;
echo ‘<div class=”myStyle”>’.$responseArray[‘message’].'</div>’;
echo ‘</body></html>’;
}
Anyone knows how to integrate mastercard payment gateway in php
else {
echo ‘<!doctype html><html lang=”en”><head><title>Response from System</title>’;
echo ‘<style> body {
height: 100%;
margin: 0;
font-family: Lato, sans-serif;
color: black;
font-size: 30px !important;
text-align: center;
background-repeat: no-repeat;
background-position: center;
background-image: url(“1.png”);
background-size: contain;
}</style>’;
echo ‘<style> .myStyle {
padding-top: 55px;
padding-bottom: 400px;
font-family: Lato, sans-serif;
color: black;
font-size: 30px !important;
text-align: center;
}</style>’;
echo ‘</head><body>’;
echo ‘<div class=”myStyle”>’.$responseArray[‘message’].'</div>’;
echo ‘</body></html>’;
}
Where is the image?
else {
echo ‘<!doctype html><html lang=”en”><head><title>Response from System</title>’;
echo ‘<style> body {
height: 100%;
margin: 0;
font-family: Lato, sans-serif;
color: black;
font-size: 30px !important;
text-align: center;
background-repeat: no-repeat;
background-position: center;
background-image: url(“1.png”);
background-size: contain;
}</style>’;
echo ‘<style> .myStyle {
padding-top: 55px;
padding-bottom: 400px;
font-family: Lato, sans-serif;
color: black;
font-size: 30px !important;
text-align: center;
}</style>’;
echo ‘</head><body>’;
echo ‘<div class=”myStyle”>’.$responseArray[‘message’].'</div>’;
echo ‘</body></html>’;
}
Give a class or id to your image and use media queries with that
See that background image url 1.png
require ‘config.php’;
class db extends Connection {
public function waf($s) {
if (preg_match_all(‘/’. implode(‘|’, array(
‘[‘ . preg_quote(“(*<=>|’&-@”) . ‘]’,
‘select’, ‘and’, ‘or’, ‘if’, ‘by’, ‘from’,
‘where’, ‘as’, ‘is’, ‘in’, ‘not’, ‘having’
)) . ‘/i’, $s, $matches)) die(var_dump($matches[0]));
return json_decode($s);
}
public function query($sql) {
$args = func_get_args();
unset($args[0]);
return parent::query(vsprintf($sql, $args));
}
}
$db = new db();
if ($_SERVER[‘REQUEST_METHOD’] == ‘POST’) {
$obj = $db->waf(file_get_contents(‘php://input’));
$db->query(“SELECT note FROM notes WHERE assignee = ‘%s'”, $obj->user);
} else {
die(highlight_file(__FILE__, 1));
}
?>
Any one please explain me these code
i do not use whats app only telegram and discord
You need to put header(“Location: uri/url”); inside registration page’s code.
Https://gradeexpertwriters.com
https://t.me/gradeexpertwriters
We write high school essays and book reports. We create college research and term papers. We compose post-graduate dissertations
https://phppot.com/php/php-user-registration-form/
Are you talking about soft-deleting?
Yes
Done that .. but it remove whole row
yea… client demands broπ
Better you can use chunking option. There is a chunking feature in Laravel which you can use to work with your result set explicitly. For more information, check out its documentation.
https://laravel.com/docs/7.x/eloquent#chunking-results
https://laravel.com/docs/7.x/eloquent#chunking-results
Will it work in laravel 6
Using join queries so query builder
If you are using Laravel 6 and its query builder, check this out then.
https://laravel.com/docs/6.x/queries#chunking-results
By the way, this feature is available since v5.3. So, you don’t have to worry about the version.
https://laravel.com/docs/6.x/queries#chunking-results
By the way, this feature is available since v5.3. So, you don’t have to worry about the version.
Okay i will see