I've been making some good progress with PHP and Firebird. Mainly based on the ADOdb, which works nicely, but needs some detailed work to improve the Firebird...
115
Philippe Makowski
makowski@...
Sep 10, 2003 1:45 pm
... It's a good news, I hope I will soon make some good progress too ;) -- Philippe Makowski Firebird serveur SQL open-source en français...
Could anyone help me with the following; I am running Redhat 9, Firebird 1.5, Apache2 and PHP 4.3.3 When installing the Interbase extension, I receive the...
... Not that it would bother PHP/Interbase installation, but which version of FB1.5. ... ? should that be .so ( I don't recognise .lo but may be wrong ) ... ...
Lester, I have managed to compile the interbase.so, only after a re tar on the interbase ext directory. There must have been some corrupt files in there. Jon ...
Hi to All ! I want to know that how is it possible to create dynamic extension for php in Unix and spacially in Windows envoirnment. I have the knowledge and...
... Well Unix and Windows versions are somewhat different, and while developing the unix versions are quite easy - since all the tools are available in Linux,...
121
Milan Babuskov
albis@...
Sep 15, 2003 8:09 am
... This seems to be OT, but maybe I'm wrong. (If you wan't to create extension for firebird, you should know that it already exists). We all use InterBase...
... A fully packaged single download would be a excellent option if available. I was curious about your comments about adodb lacking in some areas for...
... I think that will be too large a download to manage, but an installation guide with all the right links is where I am heading at present. ... I think I...
124
Milan Babuskov
albis@...
Sep 17, 2003 4:03 pm
Hi all, I have found this nice site that explains some acpects of using PHP with InterBase (all aplicable to Firebird), so I tought it might be interesting....
... Quite nice, but PHP3 is a bit out of date, and the 'programming style' is rather remote from HTML4. I'm hoping to post an ADOdb version with all of the...
126
firebird-php@yahoogro...
Sep 17, 2003 10:43 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the firebird-php group. File :...
127
Milan Babuskov
albis@...
Sep 18, 2003 6:31 am
... Now that I read it completely, I must agree with you. It is a little bit outdated... ... Great! -- Milan Babuskov http://fbexport.sourceforge.net...
Hi there! I´m quite new to Firebird and am using it (unwillingly) for our website. I am looking for a method to copy an existing table. It doesn´t matter...
... Which tool are you using to access the database? For example, with isql, you could see the table DDL with SHOW TABLE command or -x parameter, and then...
... I guess I was wrong about that. ... I have just tried, and it appears that there isn't any option in ibWebAdmin that will display the table DDL SQL. So if...
132
Lutz Brückner
irie@...
Oct 3, 2003 4:19 pm
... I usually cut and paste the DDL statements from the Metadata panel to the sql textarea, adjust the table name and press the 'Perform Query' button. For...
... Yep, that's it. I just couldn't find it. I was looking at "Table" section instead of "Database". Metadata panel actually calls isql with -x option and...
Don't have a CD recorder? Don't worry! You can save your favorite movies to your computer and view anytime! Create your new video collection now! Get software...
Slightly off topic - but the information is in the database ;) I have got quite a good section of a PHP based application interacting with the database nicely,...
136
Lutz Brückner
irie@...
Oct 7, 2003 5:47 pm
Hi Lester, ... if the client machines have their own ip adresses the $variables $_SERVER['REMOTE_ADDR'] and/or $_SERVER['HTTP_X_FORWARDED_FOR'] could be ...
... $_SERVER['REMOTE_ADDR'] was what I was looking for. It's amazing how these things 'hide' themselves when you are looking too hard. The IP address changing...
... Forget that - I've found the right pages now :) $_SERVER for all new stuff. I am slowly building a crib sheet ;) -- Lester Caine ... L.S.Caine Electronic...
... It depends on what you are trying to do? This is not limited to firebird, it depends on how you are using PHP. PHP is used to build pages, so you only need...
... As far as I understood, this mysql related function is used to position to certain field in order to get field data. For Firebird, you can use function...
On Wed, 08 Oct 2003 16:38:55 +0200 ... sorry about that link i meant this function http://www.php.net/manual/en/function.mysql-data-seek.php There is something...