You are on page 1of 2

Infofix PHP files

Scenario
PHP Script Name Parameter Method Description

Dbconig.php ---------- ------------ Contains database


configuration such as
server name, username,
password and database
name.

User_profile_detaile.

php ------------ GET Contains customer


information like
name ,mobile no and
password etc.

Login.php

Mobile no POST Match mobile no and


password and
password
successfully login

Signup.php Name

Mobile POST Creates an account

Email

pass

Update_user_profile Name

.php Mobile POST It successfully update


user’s profile
Email

pass

Slides.php

----- GET Show slider image

Shows category

Services.php

Cat_id GET Show services related


category id

Problem.php

service_id GET Contains problems


related service_id

Submit.php U_Id

Problem

Desc POST Order submit by user

You might also like