[PHP] Hosting in lieu of programming ?

2001-09-09 Thread Natasha

Hi,

Anyone interested in exchanging services, you could
provide hosting to me and i could program for you ?


Do You Yahoo!?
Send a newsletter, share photos  files, conduct polls, organize chat events. Visit 
http://in/ groups.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] multiple select statement

2001-08-23 Thread Natasha

hi,

i want to know how i can get all selected values of a multiple select statement using 
$HTTP_POST_VARS 

thanks.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Large Memory Problem

2001-05-07 Thread Natasha

I'm not connected to the night very speedily, and I
wanted to download a manual, which is generated
dynamically each time by the server.

the manual is around 12MB, how will I download it ?

I've tried fread(), it gives me a exhaustive memory
error. I used fgets() in a while loop, and fwrite too,
but it still gives the error, how can I without
changing antyhing in config file or otherwise ado with
this trouble.

thank you :)

=



Do You Yahoo!?
For regular News updates go to http://in.news.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Re: [PHP] Large Memory Problem

2001-05-07 Thread Natasha

Hi,

you probably didn't understand my problem.

I'm not on a very speedy connection, however having
access to a server, which has PHP enabled, so because
the download is generated dynamically Go!Zilla can't
really resume to it. That's my problem, so I'm
transferring it to my server which supports the
CONTENT-RANGE header in the HTTP specification, and
hence can download it.

It's the FreeBSD manpages.

=



Do You Yahoo!?
For regular News updates go to http://in.news.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Large Memory Problem

2001-05-07 Thread Natasha

Lemme rephrase the question here :

How can I use the socket functions to grab large
amounts of data ? which may not be in the memory
limit, and doing this without changing the php.ini

how would you solve that ?

=



Do You Yahoo!?
For regular News updates go to http://in.news.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Recursive Childs

2001-04-21 Thread Natasha

Hiya,

This is something that I'm not able to figure out :

I am building something like a Yahoo! directry. I wanted to display a "new" image 
infront of a category, like Yahoo! does.

But I want to show this even if the main category may not have any new link, but a 
category in that might have, so like that...

like hotscripts.com too, so i thought if someone could tell me how to use get all the 
children :

ID | NAME | PARENT
1X  0
2Y  1
3Z  2
4A  2
5F  1
6G  5
if i want to get all children of 1, i want to get 2, 3, 4, 5, 6!

how do i get this, thanks!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Getting size of a TYPE

2001-03-09 Thread Natasha

Hi,

How can i get size of a type like double or int ?

thanks.

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Background processing / forking

2001-03-06 Thread Natasha

hey,

i wanted to know if there's a fork function in php,
cause i don't see it in the manual.

I basically wanna call a C program from PHP.

Now the problem is that the C program will be running
for longs periods like maybe half or even an hour. So
i would basically want to just execute the program and
return control to the script immediately so that the c
program continues it's work.

it's easy with forking. but i dont see it in php.

thx.

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Sending Download Header

2001-01-29 Thread Natasha

The filename is just the name, the content is what
matters, and also wanted to know if echoing binary
data is ok ?

and what about images, can i send it through octect
stream ? will they turn up right ?

--- WreckRman2 [EMAIL PROTECTED] wrote:
 When doing this does the $file_name have to be in
 the current directory or
 can it be a URL?
 
 
 - Original Message -
 From: Bojan Gajic [EMAIL PROTECTED]
 To: Natasha [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Saturday, January 27, 2001 2:13 PM
 Subject: Re: [PHP] Sending Download Header
 
 
 
  header("Content-Disposition: attachment;
 filename=$file_name");
  header("Content-Type: application/octet-stream");
 file://or any other MIME
 type
  
  echo "Content";
 
  HTH,
  Bojan Gajic
 
 
  Natasha wrote:
 
   Hi,
  
   I'm making a small thing, that sends download
 response
   to the header, so that I can build a file from
 some
   data in the mysql, and send the data. It can be
 both
   text and binary data, could some one help out
 how to
   go about this ?
  
   I know about Content-Disposition, but I don't
 know to
   build it.
  
   thanks.
  
  
 __
   Do You Yahoo!?
   Yahoo! Auctions - Buy the things you want at
 great prices.
   http://auctions.yahoo.com/
  
   --
   PHP General Mailing List (http://www.php.net/)
   To unsubscribe, e-mail:
 [EMAIL PROTECTED]
   For additional commands, e-mail:
 [EMAIL PROTECTED]
   To contact the list administrators, e-mail:
 [EMAIL PROTECTED]
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
  To contact the list administrators, e-mail:
 [EMAIL PROTECTED]
 
 


__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Sending Download Header

2001-01-27 Thread Natasha

Hi,

I'm making a small thing, that sends download response
to the header, so that I can build a file from some
data in the mysql, and send the data. It can be both
text and binary data, could some one help out how to
go about this ?

I know about Content-Disposition, but I don't know to
build it.

thanks.

__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]