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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.