Search found 6 matches

by canadiancoder
Mon Apr 13, 2009 6:15 pm
Forum: Databases
Topic: Configuring PHP 5.2.6 to work with Postgresql
Replies: 0
Views: 340

Configuring PHP 5.2.6 to work with Postgresql

Hi folks, I'm new to the Postgresql stream and I'm getting an error message MDB2 Error: not found-[Error message: extension pgsql is not compiled into PHP] I've looked high and low and I've come to the conclusion that 1) I need to configure PHP to include pgsql and 2) I have yet to find a way to do ...
by canadiancoder
Thu Aug 30, 2007 8:27 am
Forum: PHP - Code
Topic: Warning: Cannot modify header information...
Replies: 3
Views: 271

Hi Bon Bon,

Yeah I looked for those details and everything is in order. What I did to finally fix it is increase the buffer size in php.ini. I set:

output_buffering = 16384

And that cleared the problem.
by canadiancoder
Thu Aug 30, 2007 7:54 am
Forum: PHP - Code
Topic: Warning: Cannot modify header information...
Replies: 3
Views: 271

Warning: Cannot modify header information...

Hi Folks, My computer recently crashed and I had restored my code from a backup that I had confirmed worked. Now I get the following message: Warning: Cannot modify header information - headers already sent by (output started at C:\Project\Current\portal\content_root\includes\header.php:6) in C:\Pro...
by canadiancoder
Mon Aug 13, 2007 11:30 am
Forum: PHP - Code
Topic: Setting values of HTML objects
Replies: 5
Views: 251

Thanks for the tip but it's a little more complex than that. You see I have a number of dynamic forms that are generated using JavaScript. In essence the user can select an option from a drop down menu and that would generate the associated form. I would like to set the values in such a way that whe...
by canadiancoder
Mon Aug 13, 2007 11:22 am
Forum: PHP - Code
Topic: Setting values of HTML objects
Replies: 5
Views: 251

Setting values of HTML objects

Hi Folks,

Suppose I have a text field on an HTML page and for simplicity let the ID = "text_field". I am wondering if I could set the value of that text field using PHP. I know how to GET the data but setting it still eludes me.

Thanks!
by canadiancoder
Tue Aug 07, 2007 8:40 am
Forum: Databases
Topic: Progress database connection
Replies: 1
Views: 2020

Progress database connection

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hi Folks,...