[PHP] Page display of query resuts using ODBC

2002-12-10 Thread Luc Roettgers
Hi, Just wondering if anybody knows a script to display a resultset over several pages using page numers previous, next links. So far I've only found such scripts for mysql using the the following sql syntax which is not odbc compliant: SELECT * from table LIMIT 0, 4 I've looked at many

[PHP] Using odbc_pconnect function

2002-12-09 Thread Luc Roettgers
Hi, Trying to use persistant connections to reduce general access times on my tables, I have the following problem. When creating my connection with: $connectionstring = odbc_pconnect(prov,username,pass); I'm able to use it on the current page but how do I resuse the variable

[PHP] Can't recover data in php posted with a form tag.

2002-11-29 Thread Luc Roettgers
I have 2 files runQuery.php and doSQL.php, where the first one is posting data entered by the user to the second page and displaying it but the data never arrives. Any idea why this would not work, maybe some configuration issue?? Any help is really appreciated... !-- !-- runQuery.php --