Re: [PHP-DB] Problems by transfer of arrayed formfield

2006-02-13 Thread Ruprecht Helms
Hi, in the meentime I tried to look why the foreach-loops puts out an error. I change the script with the checkboxes in this to look that the array is filled correctly. html head titleTest/title /head body form action=form_test2.php enctype=multipart/form-data gesamt louml;chen nbsp;nbsp; ?

[PHP-DB] data picker

2006-02-13 Thread r0md0n1
hi all I'm trying to create a smalll application to pick data from pop-up window into a form (like when inserting email address @ yahoo-mail or date-picker :) here's some ilustration : when i click a hyperlink then comes pop-up window to browse data's, after found desired data i want to

Re: [PHP-DB] data picker

2006-02-13 Thread Julien Bonastre
there are many ways to skin a cat here are the first few suggestions or plans of attack I would look at: a) the popup window calls upon a form/page which once a value is selected sends the value back to the parent window via javascript and closes popup or something b) use a session

Re: [PHP-DB] handling of checkboxvalues

2006-02-13 Thread Luis Morales
umm, ok... if you put your using echo: ? echo input type='checkbox' name='aus_id[]' value='{$aus_konto['konto']}'; ? Or over html : input type='checkbox' name='aus_id[]' value='?= $aus_konto['konto'] ?' On this way both samples must be ok. Good luck Luis Morales On Sun,

[PHP-DB] Reset of checkboxstati

2006-02-13 Thread Ruprecht Helms
Hi, how can I reset the status of a checkbox. I want that no checkbox is selected on loading or reloading a form. Regards, Ruprecht -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] PDO_ODBC/MSSQL with prepared statements

2006-02-13 Thread Travis Raybold
i'm using PHP 5.1.2 (with IIS6, which is a long story), and trying to manipulate a database with PDO_ODBC accessing a MS SQL Server database. i can execute normal queries with no problem. but when i start executing prepared statements i run into problems. has anyone successfully used multiple

RE: [PHP-DB] data picker

2006-02-13 Thread Bastien Koert
via javacript is the best for user experience Path will be something like window.opener.form_name.document.getElementById(field_name).value = Pop-up_value; Bastien From: r0md0n1 [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] data picker Date: Mon, 13 Feb 2006 17:00:11

[PHP-DB] --with-mysqli and --with-mysql

2006-02-13 Thread JupiterHost.Net
Howdy list, http://us2.php.net/manual/en/ref.mysqli.php under Installation is says: If you would like to install the mysql extension along with the mysqli extension you have to use the same client library to avoid any conflicts. So, assuming PHP5 and MySQL 4.1.3: These are the two ways to

[PHP-DB] --with-mysqli and --with-mysql

2006-02-13 Thread JupiterHost.Net
Howdy list, http://us2.php.net/manual/en/ref.mysqli.php under Installation is says: If you would like to install the mysql extension along with the mysqli extension you have to use the same client library to avoid any conflicts. So, assuming PHP5 and MySQL 4.1.3: These are the two ways to

Re: [PHP-DB] PDO_ODBC/MSSQL with prepared statements

2006-02-13 Thread Travis Raybold
apparently the first problem is a known bug in 5.1.1 and 5.1.2. http://bugs.php.net/bug.php?id=35671edit=1 the second one i can't explain yet. the syntax is correct from the best i can determine from what little documentation is out there. has anyone successfully implemented this with

[PHP-DB] RE: data picker

2006-02-13 Thread JeRRy
Use getElementById using javascript. From: r0md0n1 [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] data picker Date: Mon, 13 Feb 2006 17:00:11 +0700 hi all I'm trying to create a smalll application to pick data from pop-up window into a form (like when inserting

Re: [PHP-DB] data picker

2006-02-13 Thread r0md0n1
if use option a, i wouldn't access my database... CMIW :) or you have another plans to access database via javascript? ( FYI, i run MySQL v4.0.24-10 with PHP v4.3.10-15 @ Debian linux ) maybe at another case (datepicker) we can use javascript. i'll try the 2nd option ask another question(s)

Re: [PHP-DB] slow loading page

2006-02-13 Thread David Robley
Micah Stevens wrote: Not enough information there to make any sort of diagnosis, but here are some things to try to narrow down the problem: 1) ssh into the server, and run 'top' to watch the process list. Then while watching that, hit reload in the browser to see if the HTTP process