Logo 
Search:

PHP Answers

Ask Question   UnAnswered
Home » Forum » PHP       RSS Feeds
  Question Asked By: Erica Matthews   on Aug 22 In PHP Category.

  
Question Answered By: Riley-jack Johnson   on Aug 22

1. file_get_contents supports only php  versions (PHP 4 >= 4.3.0, PHP 5)
Difference in versions may cause errors.Otherwise please check the
path of the file  "blockip.txt".Some times that may wrong.

2.Second error(Cannot modify  header information  - headers already sent
by (output started  at
/home/adopt/adopthomestudyserv-www/form2mailAHS.php:50))

Are you using header  and echo in this file?Header and echo will
not work at a time.If you are not using echo in that page.Please write
'ob_start();' at the begining of the page

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 


Tagged: