answersLogoWhite

0

Where can you find php scripts that support postgresql?

Updated: 11/11/2022
User Avatar

AbdelouafiOmarTaoufi...

Lvl 1
11y ago

Best Answer

Hello everybody please where can i find php scripts lms cms... that support postgresql??

THANKS for advance.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where can you find php scripts that support postgresql?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where can you find some php scripts that support postgresql?

Use PDO (PHP DATA OBJECTS) to write your queries. They include support most major database


How do you install PHP scripts?

You need to upload the scripts to web hosting space that support PHP.


Where can one find free PHP scripts?

One can find free PHP scripts at a website called PHP Junkyard where one can find guestbooks, message board and link manager. One can also find it on a website called G-Scripts.


Where can I find ready made scripts in PHP?

This is marketplace for ready made PHP Scripts: phpscriptsonline dot com They are offering 450+ ready made PHP Scripts including with 100% source code + reselling rights... No encryption.. Use it for Multi domain


Is tomcat server use for php?

In normal circumstances only apache server supports php scripts. There can be some tweaking done in tomcat to support php


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)


Why does your browser try to save rather than open your PHP scripts?

PHP is a server-side scripting language, which means that scripts are interpreted and executed by the server before PHP pages are sent to the client (the browser). The server replaces PHP scripts with the output it obtains from their execution and then transmits to the client the output thus obtained. Hence, your browser cannot execute PHP scripts, but it can only request PHP pages from a server which runs the scripts. Because the server is what processes the script, PHP needs to be installed on the server for the server to be able to process PHP scripts. If PHP isn't installed, the server has no idea that "foo.php" is a PHP script so just sends it to the browser as an executable - in a way that forces the browser to prompt to download it. Consult your hosting provider's help for installing, setting up or enabling PHP. Alternatively, you can install it yourself if your host provides the permissions to (See the related questions for installation help). If your host does not provide PHP support, find another host.


Php scripts are surrounded by delimiters which?

Usually <?php ... ?> or <? ... ?>


Where can one find a guide on how to make a login php script?

The best place to find a guide on how to make a login script in php is the PHP Easy Step website. They offer a step by step tutorial on how to create login scripts.


What is the default extension that most Web servers use to process php scripts?

PHP files extension is .php


Where can i find information about some custom PHP script?

There are lots of PHP script in market which you can easily customize as per your requirement. Some of the best PHP scripts available at reasonable price can be found on this website


What are the PHP tags?

There are no PHP tags. Unlike HTML, PHP is not Markup language. They use scripts. An example would be <?php echo "Hello, World!"; ?>