Skip to content

Commit 098faa6

Browse files
authored
Update mysql-commands (+Wordpress).php
1 parent 643d445 commit 098faa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-commands (+Wordpress).php

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
$MANUAL->query("INSERT INTO my_tablename (content1, content2, userid) VALUES ('$value1', '$value2','$useriid')");
117117

118118

119-
//////Method 2 (only for wordpress, sanitized)////// (check Updates:::: https://github.com/tazotodua/useful-php-scripts/blob/master/mysql-commands%20%28%2BWordpress%29.php )
119+
//////Method 2 (only for wordpress, sanitized)////// (check Updates:::: https://github.com/ttodua/useful-php-scripts/blob/master/mysql-commands%20%28%2BWordpress%29.php )
120120
public function UPDATE_OR_INSERT($tablename, $NewArray, $WhereArray=array()){ global $wpdb;
121121
$array_for_check = !empty($WhereArray) ? $WhereArray : $NewArray;
122122
$arrayNames= array_keys($array_for_check);

0 commit comments

Comments
 (0)