CF7 update
-
Hi CF7 experts,
since last update I have this piece of code that is not working anymore:<?php $file = fopen($text_url,"r"); while(! feof($file)){ $line= fgets($file); //Do something with $line like search some words } fclose($file);
Does any body knows why?
Thanks
Jacques from FranceThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CF7 update’ is closed to new replies.