Forum: Oracle Mar 1st, 2006 |
| Replies: 2 Views: 2,765 It's work well thank's very greatfull for Kate Albany
for U're solution..
it's work well
(--^^--) |
Forum: Community Introductions Feb 27th, 2006 |
| Replies: 1 Views: 851 hi all hi all..
i'am a beginner in php programming and still got a little experience, :o
trying to make experience php programming with oracle database.
hope you all can guide me...
thank's eveybody...... |
Forum: Oracle Feb 27th, 2006 |
| Replies: 2 Views: 2,765 i need help to select command i try to make a select table with condition now such as;
<?
...
$res = $conn->Execute("SELECT ID_SKENARIO,DATE_I FROM T_SCENARIO WHERE DATE_I = NOW");
While(!$res ->EOF)
{
echo... |