[PHP] Tour Guide around Jordan (Middle East) OFFER

2006-11-14 Thread Raven . Hawk
Please note >>> if you dont need it now you may will need it later so please save it for the future :) :) Message: Destination: Amman Season: January - December Languages: English, Arabic Minimum Cost: 50 US Dollar (USD) Per day Maximum Cost: 100 US Dollar (USD) Per day I have a 6 years exper

[PHP] Cascading delete in oracle

2003-02-21 Thread Raven Eve
create table Shop( ordId NUMBER(7) NOT NULL PRIMARY KEY); create table Customer( ordId NUMBER(7) NOT NULL, FOREIGN KEY (ordId) REFERENCES Shop(ordId) on delete cascade); so, when i delete a row in shop, the corresponding row in customer will be deleted. so, i have created a function in php to ex

[PHP] Cascading delete in php and oracle

2003-02-21 Thread Raven Eve
hi, i have 2 tables in oracle create table Shop( ordId NUMBER(7) NOT NULL PRIMARY KEY); create table Customer( ordId NUMBER(7) NOT NULL, FOREIGN KEY (ordId) REFERENCES Orders(ordId) on delete cascade); so, when i delete a row in shop, the corresponding row in customer will be deleted. so, i hav

[PHP] Cascading delete in oracle and php

2003-02-21 Thread Raven Eve
hi, i have 2 tables in oracle create table Shop( ordId NUMBER(7) NOT NULL PRIMARY KEY); create table Customer( ordId NUMBER(7) NOT NULL, FOREIGN KEY (ordId) REFERENCES Orders(ordId) on delete cascade); so, when i delete a row in shop, the corresponding row in customer will be deleted. so, i hav

Re: [PHP] Removing ^M

2002-06-08 Thread Dave Raven
why not just run tr -d "\r" htmlfile.htm - Original Message - From: "Michael Hall" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Sunday, June 09, 2002 2:40 AM Subject: [PHP] Removing ^M > > > I am trying remove ^M characters (some kind of newline character) from a

Re: [PHP] Tailing a log file {!?}

2002-05-05 Thread Dave Raven
check directory rights. If need be, passwd the user and give it a shell. then try on the console as the webserver user to tail the file. - Original Message - From: "Liam MacKenzie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Tom Rogers" <[EMAIL PROTECTED]> Sent: Saturday, May 04, 2002

Re: [PHP] php permissions

2002-04-19 Thread Dave Raven
chown them to nobody. - Original Message - From: "ROBERT MCPEAK" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 7:53 PM Subject: [PHP] php permissions > php is running on our box as nobody:nogroup. I'm trying to write php > code that will edit/delete files

[PHP] Rebooting

2002-04-09 Thread Dave Raven
ffect killing itself. How might I get around this? Thanks Dave Raven. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Newbie Question.

2001-05-12 Thread Raven
Hello to all. This is probably the most basic question of th PHP general list. I just installed PHP 4.0.5 on Apache 1.2.19. Could someone please explain a very basic test. I would like to write a "Hello World" page as a test. I have tried the following: And named the page: index.php and ind