phpgru Posted May 16, 2007 Share Posted May 16, 2007 Greetings to all im try to do is that to read a text file and display in same page when i fill the input feilds and press save button it should append the data at the end.Im not a codder so can figure it out. senerio is that i've a text file which is having MAC address and IP and user nameof my clients now all i want to give a web access to my client since im noon PHP so i dont from here to get start. the page will contains the information fileds like Macaddress: Ipaddress: user name: save button. mean while it must display that file data on same page on upper portion for input fields and below is the display data looks like 00:af:33:e4:45 192.168.0.1 test 00:af:36:f4:20 192.168.0.2 test2 ...... so on,it must display the data in tabular form like a grid.Im sure you guys got my point.Looking forward for your kind response. Regards Net_Spy Quote Link to comment Share on other sites More sharing options...
tippy_102 Posted May 18, 2007 Share Posted May 18, 2007 Have you done any coding yet? If so, please post what you have so we can help. If you have not started, have a look at this tutorial: http://www.phpfreaks.com/tutorials/27/0.php It will get you started with writing to and reading from files. The PHP Files section of this site will also be helpfull to you: http://www.tizag.com/phpT/filecreate.php Quote Link to comment Share on other sites More sharing options...
SamLiu Posted May 21, 2007 Share Posted May 21, 2007 wow uh could you restate the problem, I'm having trouble understanding it! Quote Link to comment 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.