Hosting PHP And PGSQL DB
Can anyone recommend somewhere that offers cheap or even free web hosting for PHP scripting with a PGSQL database? I am looking to build a small website with some images and dynamic content, such as a forum/message board and wondered what it would cost me for this? I used to use themooseisloose for hosting (one-off payment of £2.77 GBP), but have been alerted that have gone bust (at some point at the end of last year). I've have googled, but was just wondering if anyone had any positive experiences of hosts that will allow this setup mentioned cheaply.
View Complete Forum Thread with Replies
Related Forum Messages:
My Dad Wants PHP & MySQL Or PgSQL Hosting
To my surprise last month, my dad wanted to start dabbling in PHP and MySQL or pgSQL. I've been helping him out a bit. He's into athletic medicine and wants to have a website to help athletes and physical therapists improve performance. His current web hosting provider -- Earthlink -- doesn't give him anything but PHP 3.0.x. I want to get him at least on PHP 4.2.x (or better) along with either MySQL or PostgreSQL (pgSQL) support. I've done some googling on this, but I wanted real user opinions on cost, customer support, uptime, etc. At this point he's just looking at something that suits him somewhere between hobbyist and early sole proprietorship strength. Shared web hosting would suit him fine. Cost might be an issue for him initially. He's going to need some sort of simplistic web interface to be able to create databases, tables, and user accounts.
View Replies !
--with-pgsql=WHERE?
I need an installation with Postgres support, and was happy to find in my phpinfo that there was a --with-pgsql=shared option in the config line. but I still got "call to undefined function: pgsql_connect (4.3.11) So I figured whatev, I'll put a new installation (PHP5, in fact), but I always fail config with: Cannot find libpq-fe.h. Please specify correct Postgresql installation path 'course i looked in my handy old webmin to see where Postgres might be... tried various paths I found in various places --with-pgsql=/var/lib/pgsql/ --with-pgsql=/usr/share/pgsql --with-pgsql=/usr/bin/psql obviously not a lib, but getting desparate...
View Replies !
PHP Installation With Pgsql
I got PostgreSQL installed and now I'm trying to get PHP installed too. I do ./configure --with-pgsql and everything works fine. But when I do make, I get this error: ext/mysql/libmysql/my_lib.o(.text+0x37a): In function `my_dir': /home/marc/extract/php-4.3.1/ext/mysql/libmysql/my_lib.c:169: undefined reference to `errno' ext/mysql/libmysql/my_lib.o(.text+0x546): In function `my_stat': /home/marc/extract/php-4.3.1/ext/mysql/libmysql/my_lib.c:588: undefined reference to `errno' ext/mysql/libmysql/my_tempnam.o(.text+0x79):/home/marc/extract/php-4.3.1/ext/mysql/libmysql/my_tempnam.c:108: more undefined references to `errno' follow collect2: ld returned 1 exit status make: *** [sapi/cgi/php] Error 1 I need php installed soon. I don't know what is causing this error to occur.
View Replies !
Error Management : Php-pgsql.
My goal : obtain the error message if the connection fail. ## my code : <?php $cnxString = "host=localhost port=5432 dbname=toto user=atlante password=aiThoo3g"; $pgsql_conn = pg_connect($cnxString, PGSQL_CONNECT_FORCE_NEW); if ($pgsql_conn) { print "Connexion réussie à : " . pg_host($pgsql_conn) . "<br/> "; } else { echo pg_last_notice($pgsql_conn); exit; } ?> ## if «php_value display_errors 1» the screen result is this one : Warning: pg_connect() [function.pg-connect]: Unable to connect to PostgreSQL server: FATAL: la base de données «toto» n'existe pas in /home/willou/public_html/atlanpolis/wwws/tools/checkdb.php on line 5 Warning: pg_last_notice() expects parameter 1 to be resource, boolean given in /home/willou/public_html/atlanpolis/wwws/tools/checkdb.php on line 10 ## If not, i haven't got any result. The message just appears in my logs The return of pg_connect not seems to be an connection resource when the connection fails.
View Replies !
Pgsql Socket Timeout
I am encountering a problem with PHP5 and postgresql on a fedora core 3 box. I have a database driven report application written in PHP5 on a remote server. This application allows a user to submit a sql statement created by php based on user input parameters to the postgresql server. The application works great as long as the database server can return the result set within what appears to be 2 minutes. If the query takes longer than two minutes to execute the database server will eventually finish the work *but* no rows of data appear on the web page. I am thinking that the network socket connection between the php engine and the postgresql database server gets dropped after two minutes and that is way the results never arrive at the php page. If you think this might be a plausible explanation can you provide some assistance as to how I can go about adressing this problem?
View Replies !
Ubuntu Php4-pgsql
I found some strange kind of mild install bug when installing Ubuntu 5.04 php4-pgsql module (the module that connects PHP4 to PostgreSQL). You may encounter the error: Call to undefined function: pg_connect() No amount of using Synaptic Package Manager would fix this for me. The solution was all at command line under 'root' account: $ apt-get update $ apt-get install php4-pgsql $ /etc/init.d/postgresql restart $ /etc/init.d/apache2 restart
View Replies !
MySQL And PGSQL And Hostname Question
i would like the thoughts of some folks with more experience than i have. i want to learn pgsql. i have some vb and msaccess experience and would like to learn how to use php and pgsql to develop some nice website / application functionality. however, i'm not sure the hurdle of relatively miniscule documentation and tutorials is worth the effort. i'm now thinking i should just use mysql to start and, if the need really arises, move over to pgsql. i'm busy with a lot of stuff right now - regular job, starting a business, developing a web site for the business, learning graphics programs, living life, blah, blah, blah. what is your opinion? go with the better documented db and develop more quickly but have to possibly switch over later when time may be more available and retain my hair or bite the bullet and go with pgsql? differing opinions are appreciated and encouraged so i can evaluate them based on my own set of values. also i am trying to set up localhost as my url so my hardcoded links work on my local win98 machine (actual webserve is linux). host.sam is as follows... 127.0.0.1 localhost www.easyautodeals.com my apache httpd.conf file shows the following for ServerName: ServerName www.easyautodeals.com however, when i type easyautodeals into my web browser, i go straight to my actual web server and not to my "localhost" location.
View Replies !
Irritating Warning On ->PEAR->DB->PGSQL
I am getting following message from pear. I am running RedHat 8.0, PostgreSQL is 7.3.2 PHP Version 4.2.2 and pear:db 1.6.5. Warning: pg_errormessage(): supplied argument is not a valid PostgreSQL link resource in /usr/share/pear/DB/pgsql.php on line 449 Any idea.
View Replies !
PGSQL 7.4.8 PHP 4.3.4 & Apache 2.0.49 Segmentation Fault With Client Certs
Having an issue that is specific to PHP compiled with PGSQL support with versions noted in subject line. I understand that there are many variables to consider here but believe I have narrowed down the Apache Client Cert failures to my PHP/PGSQL build. 1. Apache PHP without PGSQL works as expected using client certificates 2. Apache PHP with PGSQL works fine with standard SSL connections 3 Apache PHP with PGSQL fails with client certificates - no output other than Segmentation faults in the apache error logs as follows: [Wed Nov 30 23:26:57 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2).... I also performed same tests on another instance of Apache/PHP/PGSQL which was version 2.0.54 of apache and PHP/PGSQL versions same as subject line with same exact results. Any ideas as to the source of this problem and suggestions for tests/fixes are greatly appreciated. There are no errors in any of the logs other than what I have included so it's very difficult to see what is wrong. All I know for sure is that I am able to reproduce the results on more than one machine.
View Replies !
PHP Web Hosting
I am new to PHP and I am trying to learn about using PHP to connect to a MySQL database using PEAR modules. My current web hosting provider compiles the PEAR modules into PHP so the code in many of the books I have been using will not work. So I have 3 questions: 1. Is my web hosting company doing something unusual? 2. Can anyone recommend a web hosting company that uses PHP5, MySQL and PEAR in a Linux environmnet? 3. Can anyone recommend an online tutorial or a book that discusses PHP coding with PEAR in a compiled environment?
View Replies !
PHP Hosting
Are there any freehosting service that allow php/mySql? Have you used it? What do you think? I just need to try my site (and be reachable from otside my pc) before go for a paid service. I'm actually using local Apache/mySql and all is working well.
View Replies !
Hosting?
Does anybody know of a good, free host server that I can host .php files on? or do I need to buy an address or server?
View Replies !
Hosting
recently my usage of php has changed quite a bit. i used to always use shared hosts, but i think i need something else now. i need: subversion ssh support (for rsync through symfony) (optional) pear php.ini access php5 python-2.5 and the other stuff needed for trac however i do not have too much experience with managing php installation myself. so what type of hosting do you suggest?
View Replies !
Web Hosting In UK
Can any of you nice people recommend a good, cheap web host that will give me PHP/MySql but not too many other thrills? Domain name not an issue. Must be UK based servers.
View Replies !
Hosting PHP And My Sql On AOL
Im have built a site that uses PHP and a My SQL connection for a small shop, which has a personal aol account and want to use their space to host the site. Do i need to do anything special to allow PHP and a my sql database to work on AOL. What must i upload to make it work?
View Replies !
Blog Hosting
I am looking into a PHP based solution to offer free blogs to my visitors, I have searched around on the net for a free script that does this and have only come up with one (SME). Can anyone perhaps recommend a script? (Having one option is always rather worrying, obviously not including having a script created which at this stage is not a option).
View Replies !
PHP/MySQL Hosting
Anybody of you guys know some good free PHP/MySQL hosting? It has to be free, because I'm just getting started with PHP and MySQL.
View Replies !
Web Hosting (PHP + ColdFusion)
Are there any Web hosting companies that enable both PHP and ColdFusion? I guess this could be either on Linux or Windows... I'm interested in converting my site from ColdFusion to PHP, but I need some way to do this gradually. If I could find a host that could enable both things, then I could learn PHP and convert my site at my own pace.
View Replies !
Web Hosting Configuration Help
I am using a web hosting service for my web site and it is running Apache 1.3.27 with PHP4 however when I try to run some of my PHP code it doesn't have all the required libraries. Error message: Warning: Unable to load dynamic library '/usr/lib/php4/readline.so' - /usr/lib/php4/readline.so: cannot open shared object file: No such file or directory in ... I am developing locally on Windows XP so my question is where can I get a pre-compiled readline.so library and when I get that do I just need to upload it into the directory shown above? Will that solve my problem?
View Replies !
Hosting Referral
Can anyone refer me to a good hosting provider? I'm looking for a reseller plan with PHP 5, MySql 5, 24 x 7 support, and most importantly, a solid uptime record.
View Replies !
Secure Hosting
How can I make a secure hosting with PHP? So, whats the problem? mod_php executes with apache's permissions (usualy apache.apache or nobody.nobody) and everybody can see scripts and datas of other users. Suexec doesn't solve the problem, because suexec works only with CGI scripts.
View Replies !
Anyone Know Php Hosting W/gif Creation?
Looking for a Php web hosting provider that supports imagegif (whether old Php version or patched). I need a dev account w/mysql, cgi, typical stuff except that I need imagegif to do some dev until new Php is out. Anyone know when the next full release of Php will have imagegif support?
View Replies !
Best PHP5 Web Hosting?
I am looking for PHP5 web hosting and many companies have not moved up to using PHP5 yet. Is there any one who has had any experiences good or bad with any company using PHP5?
View Replies !
Zip Files And Hosting
you do alot of work on your local server. However when it is finished you wish you upload the site. (sometimes it can be lots and lots of images and individual files) Its time consuming to upload these files one by one. Even with a good ftp client. so what I would like to do... compress the site, upload as a zip file, then unzip on the server.
View Replies !
New Img Hosting Software
Upon uploading mulitiple images I get the individual codes for each picture. No overall codes are offerd. So in a since if you have say 5 or 10 images you want to upload and then post, you have to copy each image code and paste them. Is there an easy way to recode the out put to have a box at the bottom with the Clickable Forum Code displayed for each picture uploaded?
View Replies !
Web Hosting Server
The problem is this server biz is a lot more complicated than I expected and unfortunately, I'm clueless in that area. So for the first month, apparently the q-mail was an open relay and we got jammed with spammers. i hired someone to work that out for me but I know there are going to be other issues that I need to worry about. I'm not sure what to do at this point. I'm just a small company and can't afford a lot. I need some good advice about how to move forward.
View Replies !
MySQL Web Hosting
Can anyone recommend a web hosting company that offers PHP/MySQL hosting? I have tried several and I'm constantly plagued with down time and problems.
View Replies !
Hosting Web Sites
I want to host my website from a hosting company I can find online. Do you guys know of any hosting places that have the C module as part of their sever so my C programs will run fast? and that also has support for PHP. And that is also a good deal?
View Replies !
Free Web Hosting
i hv just started learning php and iv done some simple php codes. i was just wondering if u guys know any php/mysql web host that doesnt have any banners or ads? i want to try wat it is like uploading ur site in the internet.
View Replies !
Free Hosting
I finnaly got my random image generator working now i need someplace to host it. The place has to support .htaccess and php script. I need like 5 meg file space and the more the bandwitch the better. 50 megs would be good but the more the better since i will be using this on a forum and each gif will get about 50 hits a day so. yea. Post comments about the sig gerentor too if you want or if thier is something that can be improved.
View Replies !
Free Hosting?
Does any one know where I can register for free to host PHP sites. I dont have a domain name also. So it should come with the free host. I just started learning and this is just to test and play with my .php pages. So even if it just 50MB its ok.
View Replies !
Australian Hosting
Does anyone use australian hosting services and domain name registering. I'm looking for a reasonable priced hosting that does php and mysql.
View Replies !
Godaddy Web Hosting
My website is shared-hosted at Godaddy.com. To cut it short, all my web files (both php and html), except for index.htm itself, would end up "The page cannot be found" even when they exist in my webhosting directory. Also, if I embed-in any php commands in the index.htm, they never got executed. Everything was working fine 10 days ago. I just do not want to call godaddy again, because for this week alone, I had spent 90 minutes of overseas call and end up not solving anything. Godaddy's email support also never got answered in 48 hours or even in 240 hours. Furthermore, I would want to believe that they have not configured their server wrongly.
View Replies !
Reliable PHP Hosting
I would like to know if it is possible (and simple) to generate PDF using an XSL-FO engine in PHP? I want to create a non-professional web site, which free web hosting could you recommend me?
View Replies !
Your Own Ini File On Hosting
Does anyone know how to add your own php.ini file using a regular hostings company, I have tried putting the file in the folders of the site, etc but this doesn't work. Is this something I can modify in Cpanel, or WebHostManager, Or is it literally a case of getting my hostings company to do it. I am working on an image upload script, the max file upload size is set at 2mb however I would be looking at changing this to 10mb for a website I am doing for a canvas printer so images will be high quality etc.
View Replies !
Someone Recommend A Hosting Company?
I've been with a web hosting company for many years but am contemplating moving away from them. I'd like a hosting company that supports PHP, MySQL, Coldfusion, ASP, .NET, etc. I'm a developer and mainly would use the site for testing various techniques and also running a fairly minimal web site. For that reason, I'd like a site that supports as many development languages as possible.
View Replies !
PHP5 Extensions For Web Hosting
Our company is setting up a php5 hosting environment for some of our clients, and I was wondering which extensions we should/should not support? We're installing from the FreeBSD ports collection.
View Replies !
Web Hosting Control Panel?
How do web hosts make the control panel for web hosting? I want to do this for my company, make myself rather then use. But are there any examples of detailed ones. I know some of if, like adding/editing the SQL DB's etc...but what about editing the email users and Web Properties of the hosting in Apache/IIS 5 etc. are there any freeware versions i can download and analyse?
View Replies !
Dutch Hosting Party
I don't normally post stuff like this, but I'll take my chances. The Germany-based company www.strato.nl (strato.de) appear to be trying to get a foothold in the Netherlands on the hosting market. They have a ridiculously cheap offer at the moment. I paid 1 euro and 19 cents (VAT) for a year's hosting, INCLUDING two top level domains, and a complete shared hosting package w/ email, php, mysql, wordpress etc etc. I am not sure if people outside NL can use the offer as well. Maybe some of the Dutch contributors/lurkers are interested. Offer valid thru end June. Windopes users might also like additional software they offer at low cost. And no, I am not getting anything in return,I am not linked/affiliated in any way etc etc. Just thought it might be to good to pass up on.
View Replies !
Application Hosting Sites, How Is It Done?
You know all the hosting sites for phpBB, or InvisionFree for IPB. I was wondering how they are done? They whole way they have a registration system and that sets up a board for you. I was wondering how you i could go about setting this up? Whats the best methods.
View Replies !
PHP Errors With New Hosting Provider
I have a guestbook with a new hosting provider (my old host was a Linux environment and so is the new one) , I had no problems by the way with my old host and said guestbook. When I try to execute the PHP script I get these errors returned : Code:
View Replies !
Upload Files To My Hosting
I am trying to upload these files to my hosting and cant get the site to appear. Which folder should these files go in. I have the following folders: entropybanner gnupg htpasswds trash etc mail public_ftp public_html tmp www I have tried them in quite a few folders and I cant get anything other than the directory index to come up.
View Replies !
PHP Server Hosting Error
I'm working on making a PHP 5.0 based website, and I'm hosting it off of my Windows Server 2003 IIS 6.0 server. My main problem is setting up the server side work for handling PHP. Any php files, even simple echo hello world files will return this error: Code: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. Has anyone else here had this error before?
View Replies !
|