Skip to content
Snippets Groups Projects
Commit fc18c689 authored by Miniontoby's avatar Miniontoby :writing_hand_tone1:
Browse files

Updated the code to work with php 8

- while (list($k, $v) = each($list))   ->   foreach ($list as $k => $v)
- mysqli_insert_id some did not have global $mylink
- and more...
parent 6ea6985c
No related branches found
No related tags found
Loading
Showing
with 52 additions and 63 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment