[PHP] how to lock multiple rows in oracle?

2005-12-07 Thread RasimEN
Hi friends , my code like this $sql=SELECT mid,substr(ROWID,0,100) as nROWID,MEMBER_ID, NAME, SURNAME, E_MAIL, SUBJECT, MAIL_BODY, to_char(DATE_CREATED,'DD.MM. HH24:MI:SS') as DATE_CREATED, RETRY, PRIORITY, E_MAIL_FROM, RECEIVER_MEMBER_ID, RECEIVER_NAME, RECEIVER_SURNAME, MAIL_TYPE,

[PHP] hotmail don't accept this message function any more!!

2005-11-01 Thread RasimEN
Hi, This function was working until this morning, but now I couldn't send any email to hotmail. What is the problem, any idea? == function

[PHP] How to automate php with crontab?

2005-10-03 Thread RasimEN
hi, Anybody know how to automate php with crontab. I want to generate in every 5 minute one php file. thanks alot rasim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ordimage problem!! (export image from oracle to directory with php)

2005-09-20 Thread RasimEN
Hi all oracle+php expert, we kept all image in oracle db. Now nearly we have 1 000 000 image in database. we want to export them to directory. but with php we couldn't do it. our process : ordimage type - blob type - jpeg file type - directory(save) Any body know it? any advice, we appreciate!!