[PHP-DB] Next, prev, records in MySql. Handler Function

2006-02-08 Thread Alvaro Cobo
e to accomplish? Could anybody could share an example of how to use this function? Thanks and best regards. Alvaro Cobo -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Multiple query execution

2005-09-03 Thread Alvaro Cobo
Hi guys: I need to execute two insert/update queries within a single statement string from a PHP application, but it keeps giving me an error. For example, I have a listbox which has to insert or update two tables whithin the same submit action: INSERT INTO tbl_ISperson(NamePerson, Country) VALU

[PHP-DB] Function to create bar chart problem

2005-06-19 Thread Alvaro Cobo
Hi guys. I am a newbie triying to do grown-up people stuff :) I am trying to write a function to create a bar chart using JPGraph where I have to pass two variables (query name, and x axis column name) and the function creates the graphic. It is because I have several queries with diferent leng

[PHP-DB] mysql_data_seek problem

2005-04-29 Thread Alvaro Cobo
Hi all: I am having problems with the function mysql_data_seek when it refers to an array with an empty recordset (for example when the query does not returns data), so I keep receiving the following message in the browser: Warning: mysql_data_seek(): Offset 0 is invalid for MySQL result inde

[PHP-DB] Managing Many2Many with PHP/JS

2005-01-26 Thread Alvaro Cobo
Hi guys: Thanks in advance for your help. I am newby in this PHP stuff and I've got quite a problem here, and I’ve spent several days (and nights) trying to solve this problem. I am trying to manage a many to many relationship in a web database application. I have three tables: tbl_project (whi

[PHP-DB] Nested forms in php (subform)

2004-11-13 Thread Alvaro Cobo
Hi guys: I am a very newby in this php stuff and I need a huge help from you: I am looking for the way to make a kind of nested form (in the sense of the access subforms), to insert information of a one to many relationaship. For example, I have to tables: tblProjects: with information abou