write.corbpie.com Open in urlscan Pro
203.96.176.206  Public Scan

Submitted URL: http://write.corbpie.com/
Effective URL: https://write.corbpie.com/
Submission: On April 21 via api from US — Scanned from AU

Form analysis 2 forms found in the DOM

GET https://write.corbpie.com/

<form role="search" method="get" class="search-form" action="https://write.corbpie.com/">
  <label>
    <span class="screen-reader-text">Search for:</span>
    <input type="search" class="search-field" placeholder="Search …" value="" name="s">
  </label>
  <input type="submit" class="search-submit" value="Search">
</form>

<form id="jp-carousel-comment-form">
  <label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label><textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field"
    placeholder="Write a Comment..."></textarea>
  <div id="jp-carousel-comment-form-submit-and-info-wrapper">
    <div id="jp-carousel-comment-form-commenting-as">
      <fieldset>
        <label for="jp-carousel-comment-form-email-field">Email (Required)</label>
        <input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field">
      </fieldset>
      <fieldset>
        <label for="jp-carousel-comment-form-author-field">Name (Required)</label>
        <input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field">
      </fieldset>
      <fieldset>
        <label for="jp-carousel-comment-form-url-field">Website</label>
        <input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field">
      </fieldset>
    </div>
    <input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment">
  </div>
</form>

Text Content

Skip to content


WRITE

Writing about interests; Web, Dev, SEO, Marketing and more!
Menu
 * Home
 * Contact

Search for:
September 25, 2023


FTP GETTING ARRAY OF FILE DETAILS SUCH AS SIZE USING PHP

Using FTP and PHP to get an array of file details such as size and permissions.
This uses the ftp_rawlist() method and splits the string into an array for each…

September 22, 2023


CREATING LARAVEL FORM REQUESTS

Creating and using Laravel form requests to create cleaner code, separation and
reusability for your requests. This is achieved by making use of the artisan
command make:request php artisan make:request…

September 19, 2023


IMPROVING THE DEFAULT LARAVEL LOGIN AND REGISTER VIEWS

Improving the default Laravel login and register views in such a simple manner
but making a noticeable change in appearance. The default Laravel login view Now
let’s update the look…

September 18, 2023


LARAVEL VALIDATION FOR CHECKING IF VALUE EXISTS IN THE DATABASE

Laravel validation for checking if a field value exists in the database. The
validation rule to use is exists() where you can state the table and column for
the value…

September 4, 2023


EARLY SEPTEMBER SPRING SHOTS

Some early September spring shots from a bushwalk, It is still too early for
wildflowers.

September 1, 2023


INTRODUCING SERVYRUN

Servyrun allows you to connect your servers and run simple SSH & SFTP commands,
view server usage, do pings between your servers, download, upload & edit files,
view database tables…

August 31, 2023


LARAVEL LOG ALL DATABASE QUERIES WITH THEIR BINDINGS AND EXECUTION TIME

Laravel log all database queries with their bindings and execution time in
seconds This is done by using the boot method in
app/Providers/AppServiceProvider.php public function boot() {
DB::listen(function ($query) {…

August 30, 2023


BUILDING A QUERY IN LARAVEL USING CONDITIONAL STATEMENTS

How to build a conditional based query in Laravel that gets shaped based on
conditional statements before finally being executed. In this example below
checks are made on if the…

August 28, 2023


HOW TO SPLIT YOUR LARAVEL ROUTES INTO DIRECTORIES

How to split Laravel routes into directories or subfolders for more organisation
and to keep the route files smaller. In this example the Article API routes are
placed into their…

August 23, 2023


IN LARAVEL WHAT DOES THE ISDIRTY METHOD DO?

In Laravel the isDirty method can be used to examine the state of your model and
its data to determine if changes have been made and need updating. isDirty will…


POSTS NAVIGATION

1 2 … 116 Next »


CATEGORIES

Analytics Business Computing Consumer Creative Development Fitness Gaming
Managment Marketing News Photography Random SEO Sport Technology Travel
Uncategorized Web Design


TAGS

a6500 API App Apple Blog Bootstrap Chart Computing CSS Dev Digital Marketing
Drone FFmpeg Hosting How to HTML Internet IOS jQuery JS Lake Eppalock Laravel
Linux Marketing Mavic Air 2 Media MYSQL nba Online Store Photography PHP Product
development Server Small Business Social Media Sony alpha Ubuntu Video VPS Vultr
Web Web design Web Dev Windows server YouTube
 

Loading Comments...

 

Write a Comment...
Email (Required) Name (Required) Website