* Thus wrote Shawn McKenzie ([EMAIL PROTECTED]):
> Guess no ones has a clue. I didnt get a RTFM or anything.
Try running php like so:
php -doutput_buffering=0 phpfile.php
Curt
--
"My PHP key is worn out"
PHP List stats since 1997:
http://zirzow.dyndns.org/html/mlists/
--
PHP General
On Wednesday 19 November 2003 06:54, Shawn McKenzie wrote:
> hey great thanks :(
>
> "Shawn McKenzie" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>
> > O.K. I am just now experimenting with the CLI PHP and have another
> > question. With the following code, none of the echo outp
if you just wanna delete everything from the tables you can do
DELETE FROM table_name;
for each table. or you can do DROP table_name; for each one but then you
have to re-create each table that you drop with CREATe TABLE ( stuff here
);
Only use DROP table_name; if you know the structure of ea
3 matches
Mail list logo