Search
 
SCRIPT & CODE EXAMPLE
 

CSS

mysqli check if delete was successful

$sql = "DELETE FROM art WHERE id='5'"; 
if($db->query($sql)=== TRUE) {
	    $message = "good"; // all worked good.
}else{
	    $message = "bad"; // didnt work because something was wrong
}
Comment

PREVIOUS NEXT
Code Example
Css :: transition delay css 
Css :: css element same line 
Css :: font awesome pseudo element 
Css :: how to put the input box and the label on top of input 
Css :: overflow: scroll displaces the inline element 
Css :: ionic ios remove button appearance 
Css :: space between li css 
Css :: how to increase height of input box in css 
Css :: css change text spacing 
Css :: center div inside div flex 
Css :: css system default font 
Css :: align div to center of screen 
Css :: ghana 
Css :: border not showing css 
Css :: css parallelogram 
Css :: css super smooth shadow 
Css :: top left right bottom css shorthand 
Css :: css set background image repeat vertically 
Css :: grid columns 
Css :: how to add text stroke in css 
Css :: html css add Avenir light font 
Css :: border radius 4 values 
Css :: css scrollbar always visible 
Css :: css text spacing 
Css :: reset browser font-size defaults in css 
Css :: vertical hr 
Css :: how to scale a bg image acc to size of div 
Css :: change placeholder color 
Css :: background blend mode 
Css :: css user-select 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =