PHP Help - Incrementing value on page and recording results

Hello everyone,

I am totally new to PHP and have been assigned with a project. Doing this manually will take me a lifetime so I’m hoping one of you coding gurus can help me out here.

We have a webpage, it has only one field. In that field, if you put in a number, it returns an employee name (based on their employee number). I want to see if we can write a script to increment from employee number 1 to 100000 and with each increment, it would record (somewhere), the employee number used and the output shown.

I’m not even sure if PHP is the right tool for this - any help here will be greatly appreciated.

Sponsor our Newsletter | Privacy Policy | Terms of Service