Net_Spy
05-16-2007, 01:19 PM
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.
senerio is ive a text file which 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
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.
senerio is ive a text file which 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