[PHP-DB] old news SQL help needed

2001-09-29 Thread Larry Linthicum
I have a MySql table for news on the site the date the news is inserted goes in column news_date the text of the news itself, goes in columnleague_news I want to DELETE all news older than 7 days I looked in the MySql documentation at the date functions and tried the following but it

[PHP-DB] Script

2001-09-29 Thread Hector Gonzalez
Hi, is there anyway to execute an script with no client intervension?, for example,, i want to make a mailist, with a database,, it'll chek for mail in an address and send email to the ones the are in the database,, is there anyway to do this automatically? greetings Hector

[PHP-DB] oci8.max_links missing from php.ini

2001-09-29 Thread John Lim
Hello, I checked the windows php.ini and i did not see any reference to oci8.allow_persistent=On ; allow or prevent persistent links oci8.check_persistent=On ; check that a connection is still validbefore reuse oci8.max_persistent=-1 ; maximum number of persistent links. -1 means no limit