sudhakarmegam Posted February 4, 2007 Share Posted February 4, 2007 hai freaks, jus help me out to come out this pbm, i need myphp code to get the request from its client and retrive the required data from the table. am using wamp server, creating tables using phpadmin. i jus want to select some fields from my table in the database.the required query wil be given by the client. my client is an emulator, ie a mobile. i want my php code to listen to the clients request and then access the dtabase for the required fields or data in table. i will be grtful if some one helps me.. thanks in advance.. Link to comment https://forums.phpfreaks.com/topic/37045-php-code-wil-it-listen-to-my-client/ Share on other sites More sharing options...
trq Posted February 4, 2007 Share Posted February 4, 2007 This is exactly what php does. Your scripts sit on the server and your server waits for a request. Once the request is made your php will be processed. What part exactly are you stuck on? Link to comment https://forums.phpfreaks.com/topic/37045-php-code-wil-it-listen-to-my-client/#findComment-176891 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.