answersLogoWhite

0

Put all the sql queries required by the application to get relevant data in a single file or folder and you have an API centric php module. The application prefarably a mobile app or software application processes the queries and obtains necessary information to display at the front-end.

Long story short, do not build the entire application using PHP. Just use PHP for backend

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Where can an application programming interface be downloaded?

Application programming interfaces or API are required to help other programs run correctly. Many are available on various sites such as Klarna. They offer many of the top API's available for download including Java, PHP, ASP, and Python.


How do you make applications on Facebook?

You search for the application maker and the follow the steps their. Facebook allows you to develop application in php or asp.net and then integrate with facebook.


What is php 5.1 software?

That's PHP Engine.. Allow you to develop PHP Scripts.. you can use it to develop PHP Scripts and test it on your local machine before you send it to server.. (your website)


Is Microsoft Access compatible with PHP?

Yes, Microsoft Access can work with PHP, but it’s not very common today and usually only used for small or legacy projects. How PHP Connects to Microsoft Access PHP can connect to an Access database using ODBC (Open Database Connectivity). Basic Process Create an Access database (.mdb or .accdb) Configure an ODBC Data Source in Windows Connect to it from PHP using the ODBC extension Example PHP Code myAccessDB = the ODBC DSN name you created in Windows. Important Limitations Works only on Windows servers Not scalable for web applications Slower than modern databases Limited concurrency Better Alternatives for PHP Most PHP applications use: Database Reason MySQL / MariaDB Most common with PHP PostgreSQL Powerful and scalable SQLite Good for small apps ✅ Summary: Yes, PHP can connect to Microsoft Access using ODBC, but for modern web development it’s much better to use MySQL or PostgreSQL.


How do you use the youtube subscriptions API in php?

Hello this is very simply lol


What is php application server?

A PHP application server is a software platform that processes and delivers PHP scripts and applications to users. It interprets PHP code, manages server resources, and facilitates communication between the application and the database, enabling dynamic web content generation. Common PHP application servers include Apache with mod_php and Nginx with PHP-FPM. These servers play a crucial role in executing web applications built on the PHP programming language.


What does a PHP developer do?

PHP is a server side scripting language. PHP is used to develop web applications which has interaction between the Web Application and the Users. PHP developers write the programs (Server side scripting) to develop these web applications. The developed programs acts as an intermediary between the users and the web servers and database. For example when you purchase something online, say a book from amazon.com or ebay.com the order creation, online payments for the orders and upto the delivery of the items, all these transactions are done through the server side scripting languages called PHP. And PHP developers develop this type of websites and applications. Note: The websites given - amazon.com and ebay.com may use a different Server Side Scripting languages than PHP and just for a example and user reference it is given above.


How does PHP differ from HTML in terms of application and structure?

In structure <?php ?> <html> </html> in application - one is static and another is dynamic. this much ......


What are the legal issues on selling a PHP application?

There are no legal issues associated with selling a PHP application, aside from those associated with selling any software.


How do you develop software using PHP and MySQL?

how do u develop software using php and mysql?


What is a PHP course?

After Apache concludes that is a PHP record, it offers it to the PHP translator. When PHP gets the record it peruses it and executes any PHP code it can discover. After it is finished with the record, the PHP mediator gives the yield of the code, assuming any, back to Apache. At the point when Apache gets the yield once again from PHP, it sends that yield back to a program which renders it to the screen.we can begin building up our first PHP/Java application: a flower specialist shopping basket application that shows six bunches of roses and their comparing costs. The application is a PHP content that executes a Java meeting bean, which will be the "motor" of the application on the grounds that the outcomes will be given by a Java class named flower Bean.PHP Tutorial : Javatpoint


What is lamp in php?

LAMP stands for Linux-Apache-MySQL-PHP. In simpler terms it contains everything to build a php application on a linux platform.