Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~201 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for aep91

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... :cheesy:

Member Avatar for mastermind_SEO
0
60
Member Avatar for aep91

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 $res->fields[0]; } ... ?> what is the right synta for condition date is now ? please help me... :sad:

Member Avatar for aep91
0
141

The End.