[PHP-DB] PHP5 with Solid 3.0

2013-08-23 Thread Renze Munnik
Hi all, We really seem to have a problem: We have an old server running PHP4 and a Solid database 3.0. That combination still works fine after so many years. Unfortunately the hardware it's running on starts to let us down. On quite short notice we need to have a stable solution. We hired som

Re: [PHP-DB] reload page

2001-08-14 Thread Renze Munnik
utput the next JavaScript: window.parent.frame_2.location.reload(true); -- * R&zE: -- -- Renze Munnik -- DataLink BV -- -- E: [EMAIL PROTECTED] -- W: +31 23 5326162 -- F: +31 23 5322144 -- M: +31 6 21811143 -- H: +31 23 5516190 -- -- Stationsp

Re: [PHP-DB] error on post

2001-08-13 Thread Renze Munnik
had this 'problem' to a few days ago. I know it wasn't anything serious. I'm gonna look and try to find out what it was again. -- * R&zE: -- -- Renze Munnik -- DataLink BV -- -- E: [EMAIL PROTECTED] -- W: +31 23 5326162 -- F: +31 23 5322

Re: [PHP-DB] SQL help

2001-04-10 Thread Renze Munnik
a bit more readable, like this: SELECT DISTINCT S.sportID FROM$table_sport S, $table_users U WHERE U.usrname = '$admin_username' AND U.usrPswd = password($admin_password) AND S.usrName = U.usrname AND S.usrPswd = U.usrPswd; This way you don't have those va

Re: [PHP-DB] DIferents types in SQL

2001-04-06 Thread Renze Munnik
ou want one query in which you use e.g. integers and strings (varchars); yes that is possible in one query. -- * R&zE: *** ** Renze Munnik ** ** E: [EMAIL PROTECTED] ** M: +31 6 218 111 43 *** -- PHP Database Mailing List (http://www.ph

Re: [PHP-DB] Targeting frame in PHP

2001-04-05 Thread Renze Munnik
>user in form in TOP frame to BOTTOM frame, and in addition BUTTON2 can't have effect >on TOP frame. > > Please, if you have some sugesstion, help me > > Bartek Pawlik > Poland > > -- > This is not a thing for PHP. You should use JavaScript for this. --

Re: [PHP-DB] odbc_exec and error handling in transact sql

2001-04-05 Thread Renze Munnik
to do (or what _not_ to do)? I don't realy see the problem here. What's the big diff if odbc_exec tells you it went wrong or that odbc_result tells you it went wrong??? -- * R&zE: *** ** Renze Munnik ** ** E: [EMAIL PROTECTED] ** M: +31 6 218 111 43

Re: [PHP-DB] Auto load PHP

2001-04-03 Thread Renze Munnik
you can redirect right a way. And... I heard/read in the HTML-newsgroup (quite some time ago...) that not all browsers support the refresh meta-tag. -- * R&zE: *** ** Renze Munnik ** ** E: [EMAIL PROTECTED] ** M: +31 6 218 111 43 *** -- P

Re: [PHP-DB] Auto load PHP

2001-04-03 Thread Renze Munnik
/PHP-page you want to show, and then put the update statement at the beginning. Something like the following pseudo: # Result page -> Update table -> --> html-content -> This doesn't make much of a difference with including the HTML-part though. It's just what you like mor

Re: [PHP-DB] Auto load PHP

2001-04-03 Thread Renze Munnik
it only gets more complex tracking the flow of the site. And that while include() offers no advantages. [ I.m.o. ] -- * R&zE: *** ** Renze Munnik ** ** E: [EMAIL PROTECTED] ** M: +31 6 218 111 43 *** -- PHP Database Mailing List (http://w

Re: [PHP-DB] display login info

2001-04-03 Thread Renze Munnik
an also get his password, using $HTTP_SERVER_VARS{"PHP_AUTH_PW"}. -- * R&zE: *** ** Renze Munnik ** ** E: [EMAIL PROTECTED] ** M: +31 6 218 111 43 *** -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: [PHP-DB] Auto load PHP

2001-04-03 Thread Renze Munnik
a update routine. After the > UPDATE is done, I want the code to call another progam. > > Thank you. > > Jim Yep... the header-function should work. There's only one nasty restriction... You can only use the header-function BEFORE ANY OTHER OUTPUT HAS BEEN GENERATED. -- * R&a

[PHP-DB] Re: [PHP] reading a URL...

2001-03-27 Thread Renze Munnik
Here's the mail I sent yesterday right after your question. I sent it to the general PHP list (you posted it there). But obviously your never read that list. Don't post any questions there then. There are people putting time in answering your questions, so you have to make sure they don't do this