Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

alert in php after header location

echo "<script>
      window.location.href = 'http://domain.com';
      alert('After this goes away, I will be redirected via JavaScript');
</script>";

Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #alert #php #header #location
ADD COMMENT
Topic
Name
2+8 =