Jump to content

little php help would be appreciated


phpgru

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/51700-little-php-help-would-be-appreciated/
Share on other sites

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

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.