PHP version problem
Godaddy seems to still use the older version of PHP (5.4 or 5.6).
The current version of WordPress requires PHP 7.0.
I couldn't upload the cover photo to the groups on WordPress. The following article says this may be because of a PHP version issue.
FileZilla
To upload and download files from the hosting company's web folders to one's own PC (vice versa)
FileZilla is a name of the Free FTP software. Download FileZilla client, not FileZilla Server from:
https://filezilla-project.org/
When you start FileZilla, there are four horizontally long windws to which you provide thee following information
Host: <this depends on a hosting company, but it may look like bbbb.dreamhost.com>
User: <you have to create an FTP user>
Password: [FTP password]
Port: 22
Before all this, you need to create an FTP user account on the hosting company's website by logging into your account. To make FTP a secured FTP connection, you need to choose SFTP. If just FTP, all information you submit through the FTP connection are leaking into the world of web.
SAS PROC EXPORT
%let excelname="C:\ ... \temp.xlsx";
PROC EXPORT DATA=kazmean1 OUTFILE= "&excelname"
DBMS=xlsx REPLACE;
sheet="T13";
RUN;
Quik Lok Fully Adjustable Tripod Laptop Holder and Desk, with pull-out mouse tray, LPH-003.
This allows one to stand and work using a laptop. The height can be adjusted, so you can sit and work too.
The Quiklok website:
http://www.quiklok.com/catalog/?p=productsMore&iProduct=477&sName=LPH-003
After a year and half, the part (60.00199 - FZPL006 1 nut + 1 plastic insert ) broke, so I am going to order a new piece for it.
www.nippondream.com/file/LPH003 SPARE PARTS.pdf
How to convert an ACCESS database into SAS files
This creates a library in which you will find all tables in the Access database.
libname johnwayne pcfiles path="C:\temp\this_is_access_data.accdb";
You will find a library (johnwayne in this example) in the SAS-Explorer window.
Accessing a MySQL database using PHP
This below explains how to access the MySQL database using PHP.
Fujigen JMY7-ASH-G/TBF
Python video
MySQL commands
Drop tables.
DROP TABLE `wp_commentmeta`, `wp_comments`, `wp_links`, `wp_options`, `wp_postmeta`, `wp_posts`, `wp_terms`, `wp_term_relationships`, `wp_term_taxonomy`, `wp_usermeta`, `wp_users`;