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
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
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
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
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
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
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
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
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
9 matches
Mail list logo