[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] 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

[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,

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

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!?

[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,

[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

[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

Re: [PHP] Sending Download Header

2001-01-29 Thread Natasha
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: attac

[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