[PHP-DB] what happened to php_oci8.dll in PHP5 windows distribution?

2003-12-28 Thread Jed
Hello All, I'm new to PHP but was able to get some simple sample programs working accessing a local Oracle database using the php_oci8.dll extension provided with the php 4.3.4 distribution. I installed the PHP5 beta version but there is no php_oci8.dll provided, only php_oracle.dll which

[PHP-DB] What happened to php_oci8.dll in PHP5 beta distribution?

2003-12-28 Thread Jed
Hello all, Was playing around with php5 when I realized that the php_oci8.dll extension for oracle was no longer there. Is this a beta issue that should get resolved when php5 is released or do I need to connect to oracle using only odbc going forward? ANy info would be great . Thanks in

Re: [PHP-DB] A Doubt

2002-08-30 Thread Jed Verity
You could also, perhaps, write the value of $xyz to a text file when you set it mnop.php, and then access it (and eval it, if necessary) by including xyz.txt in abcd.php. HTH, Jed On the threshold of genius, Metin Kale wrote: Could you enable a session variable to keep track of it? If you

Re: [PHP-DB] newest entry in db

2002-08-31 Thread Jed Verity
There might be a better way, but you can always do: Select * from table order by timestampfield desc limit 1 HTH, Jed On the threshold of genius, Victor wrote: How can I use php to get the newest entry from mysql database? Ie, if I make a timestamp and then I want to retrieve the last

Re: [PHP-DB] gettin records from today, yesterday, etc.

2002-09-02 Thread Jed Verity
Hi, It would better and far easier to use PHP's date functions, specifically getdate() and date(). Check out the documentation here: http://www.php.net/manual/en/function.getdate.php HTH, Jed On the threshold of genius, andy wrote: Hi there, I am wondering how to get recors out