youhaodeyi Posted November 25, 2008 Share Posted November 25, 2008 I use apache-2.2.9. This is my cgi code: @file=`cat /usr/filelist`; I want to get the content of the file /usr/filelist and store them in @file variable. But every time I run this script only the first 3 lines of this file are stored into the variable @file. The rest of the filelist cannot be got. Does anyone know this problem? Link to comment https://forums.phpfreaks.com/topic/134148-a-question-about-running-cgi-in-apache/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.