Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

error pdo php Exception

// very simple explination .

try{
  codeA... }
catch(EXCEPTION $ex){
  codeB....

}

//the code in the block Catch excuted if there is an erro in the codeA in the block TRY

  
  
 
PREVIOUS NEXT
Tagged: #error #pdo #php #Exception
ADD COMMENT
Topic
Name
3+5 =