[PHP] Red Hat 7.0

2001-04-14 Thread Mauricio Junqueira
I am trying to start the server and it returns the following in the interbase.log. ns1.mautec.com (Client) Sat Apr 14 22:06:05 2001 INET/inet_error: connect errno = 111 ns1.mautec.com (Client) Sat Apr 14 22:06:05 2001 /opt/interbase/bin/ibguard: guardian starting bin/ibserver

Re: [PHP] column names

2001-04-05 Thread Mauricio Junqueira
Steve Werby wrote: > "Tim Ward" <[EMAIL PROTECTED]> wrote: >> SHOW COLUMNS FROM tablename >> is the MySQL query > > That works well from the MySQL commandline, but isn't as useful from > within a PHP script if Mauricio wants to control the formatting of it, > limit the > fields displayed and use

[PHP] column names

2001-04-03 Thread Mauricio Junqueira
HI, does anyone knows how to retrive information about the columns names of a table? I know that is possible to use show table mytable using isql but I need to get information about the columns using sql. that information is to be accessed with a php script. so, I'm looking for something resemb

Re: [PHP] Interbase error code = -504 Cursor unknow

2001-03-27 Thread Mauricio Junqueira
Since ibase_query returns true if the query succeeds I've tried this, but with the same problem with ibase_fetch_row: $stmt = "select count(*) from soldcars"; if ($query= ibase_query($stmt) or die ("alert('" . ibase_errmsg() . "'); ")){ $result = ibase_fetch_row($query); $

[PHP] Interbase error code = -504 Cursor unknow

2001-03-27 Thread Mauricio Junqueira
Hello, this is my first attempt to query and print a result coming from a database, in this case interbase6. I got the following error: InterBase: Dynamic SQL Error SQL error code = -504 Cursor unknown in maingeral.htm on line 8 Here's the code: alert('" . ibase_errmsg() . "'); "); $st

Re: [PHP] escape sequences not recognized inside an .html

2001-03-27 Thread Mauricio Junqueira
t too beatifull but so far, I'm a litte too short in html/php and this is going to help me to finish the job. At first, I though that the apache it itself called php and it finds the escape sequence, not that the entirely file has to be parsed by php. Thanks for your replays Mauricio

[PHP] escape sequences not recognized inside an .html

2001-03-24 Thread Mauricio Junqueira
ually do stuff with Delphi/Builder and now I'm moving to web oriented programs. Thanks for looking! Mauricio Junqueira Mautec Corp. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac