Anyone works with google drive api v3 ?
How to solve this problem?
guys need a crack for phpStorm?
how to execute php raw file in pastebin using termux?
I did in past
Issue kya he

Flexslider js is not added above your implementation
Rahul
can you check..
If any framework, then you can find it very easily
If any framework, then you can find it very easily
when i open phpmyadmin then create database…..see problem …..privillage not found
You must be logged in with authorized user who have the privileges
You can use your main username and password too to access the database (which you are using to logged in to cPanel)
About??
Mention enctype ajax request while submit form using ajax.
And things on php side are same.
You can use plupload js library if you want
Add 16 days in todays date
here u go
Any videos for that
<table class=”table”>
<thead>
<tr>
<th>ID</th>
<th>Имя</th>
<th>Email</th>
<th>Действия</th>
</tr>
</thead>
<tbody>
<?php
$users = Database::getInstance()->query(“SELECT * FROM users”);
foreach ($users->results() as $data) :
?>
<tr>
<td><?php echo $data->id; ?></td>
<td><?php echo $data->username; ?></td>
<td><?php echo $data->email; ?></td>
<td>
<?php
if ($user->hasPermissons(‘admin’)){
echo ‘<a href=”#” class=”btn btn-danger”>Разжаловать</a>’;
}else{
echo ‘<a href=”#” class=”btn btn-success”>Назначить администратором</a>’;
}
?>
<a href=”#” class=”btn btn-info”>Посмотреть</a>
<a href=”#” class=”btn btn-warning”>Редактировать</a>
<a href=”#” class=”btn btn-danger” onclick=”return confirm(‘Вы уверены?’);”>Удалить</a>
</td>
</tr>
</tbody>
<?php endforeach; ?>
</table>
<table class=”table”>
<thead>
<tr>
<th>ID</th>
<th>Имя</th>
<th>Email</th>
<th>Действия</th>
</tr>
</thead>
<tbody>
<?php
$users = Database::getInstance()->query(“SELECT * FROM users”);
foreach ($users->results() as $data) :
?>
<tr>
<td><?php echo $data->id; ?></td>
<td><?php echo $data->username; ?></td>
<td><?php echo $data->email; ?></td>
<td>
<?php
if ($user->hasPermissons(‘admin’)){
echo ‘<a href=”#” class=”btn btn-danger”>Разжаловать</a>’;
}else{
echo ‘<a href=”#” class=”btn btn-success”>Назначить администратором</a>’;
}
?>
<a href=”#” class=”btn btn-info”>Посмотреть</a>
<a href=”#” class=”btn btn-warning”>Редактировать</a>
<a href=”#” class=”btn btn-danger” onclick=”return confirm(‘Вы уверены?’);”>Удалить</a>
</td>
</tr>
</tbody>
<?php endforeach; ?>
</table>
How to solve this problem?