[PHP] php without the php.ini

2001-11-30 Thread Kunal Jhunjhunwala
Hi, How can PHP work without the php.ini file? I have tried to find the php.ini file on a RAQ3, to no success. Looking at the php info and then looking at the system directories doesnt yield anything. The same goes with a server running the Plesk control panel. Any ideas on how this is done?

[PHP] Hi, Friend! We wish You a pleasant and successful day!

2001-11-30 Thread Herdy Arbon
DEAR FRIEND! If You show some interest and patience, and visit http://www.escalix.com/freepage/goldflow/, You can earn up to $100,000 and more during the following 120 days - it depends only on You. DOES IT SEEMS TO BE IMPOSSIBLE??? Just visit link below and read attentively to be sure there is

RE: [PHP] php without the php.ini

2001-11-30 Thread Jack Dempsey
are you sure its not there? where does phpinfo say its located? its really not there? hmm...i'm not sure, but php might just use its own internal defaults without a php.ini present, but i thought it was needed..who knows.. jack -Original Message- From: Kunal Jhunjhunwala

Re: [PHP] php without the php.ini

2001-11-30 Thread Paul Warner
Hi, How can PHP work without the php.ini file? I have tried to find the php.ini file on a RAQ3, to no success. Looking at the php info and then looking at the system directories doesnt yield anything. The same goes with a server running the Plesk control panel. Any ideas on how this is

[PHP] Remote_User and Password reset

2001-11-30 Thread Michael J. Seely
Hi Folks, I know I can get $REMOTE_USER info. How can I reset the remembered user name and password in the browser for a specific URL from a PHP program? -- _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Michael Seely 408-777-9949 -- PHP General Mailing

Re: [PHP] Getting the filesize of an image?

2001-11-30 Thread Uchendu Nwachukwu
Not the dimensions. Of course I knew that. I want the file size, as in 'how many bytes'. GetImageSize() doesn't do that. -- Uchendu Nwachukwu newsreply AT unndunn DOT com - www.unndunn.com Kurt Lieber [EMAIL PROTECTED] wrote in message E169xrH-0001ED-00@z8">news:E169xrH-0001ED-00@z8... Yes --

[PHP] $PHP_AUTH_USER $PHP_AUTH_PW Dialog?

2001-11-30 Thread Chris Boothe
Filling these variables seems to work, but what is the header to send for a valid login? I can't seem to suppress the dialog. I have an HTML form which calls login.php. When I access the script through a redirection in the login, I don't want to see the prompt. There seems to be a lot of

[PHP] file_exists problems

2001-11-30 Thread Prolog
I had a script that was running beautiful that simply called up a database and displayed the results in tables. I went to add images to this script and all hell broke loose. This is the portion of the script that I added: -- //filename is the item number + t.jpg -- t shorthand for

[PHP] why didnt you come watch me on my webcam? you said you would! w

2001-11-30 Thread
Below is the result of your feedback form. It was submitted by ([EMAIL PROTECTED]) on Friday, November 30, 2001 at 20:45:27 --- : hey babe, it's karina remember me? if you don't im 5'8 with brown hair and blue :eyes with

[PHP] call_user_func problem

2001-11-30 Thread C
Prior to 4.0.6 it worked fine, however, now when I try: $result = call_user_func(foo, $bar); function foo( $bar ) { $bar .= 'foobar'; return 1; } I get this: Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference,

Re[2]: [PHP] Getting the filesize of an image?

2001-11-30 Thread faeton
Hello Uchendu, Maybe comething like that would do that: ? $fo = implode(\n, file(http://www.foo.net/image.jpg;)); $size = strlen($fo); ? Eh? :) UN Not the dimensions. Of course I knew that. UN I want the file size, as in 'how many bytes'. GetImageSize() doesn't do UN that.

Re: [PHP] file_exists problems

2001-11-30 Thread faeton
Hello Prolog, Hm... And what about: print 'img src=/images/$filename'; instead of readfile? P if(file_exists(/images/$filename)) P { P readfile(/images/$filename); P } P else P { P readfile(images/npat.jpg); P } Ivan 'Faeton aka

Re: [PHP] call_user_func problem

2001-11-30 Thread faeton
Hello C, That means that you should create a .htaccess file containing that: php_value allow_call_time_pass_reference 1 That should work :) C Prior to 4.0.6 it worked fine, however, now when I try: C $result = call_user_func(foo, $bar); C function foo( $bar ) { C$bar .= 'foobar'; C

Re: [PHP] Getting the filesize of an image?

2001-11-30 Thread Matt McClanahan
On Fri, Nov 30, 2001 at 07:04:08PM -0500, Uchendu Nwachukwu wrote: Is there any easy way to get the filesize of an image on a remote server? Please tell me there is! TIA It scares me that nobody has answered with filesize() yet. Matt -- PHP General Mailing List (http://www.php.net/) To

Re[2]: [PHP] Getting the filesize of an image?

2001-11-30 Thread faeton
Hello Matt, filesize() works only on local filesystems. MM It scares me that nobody has answered with filesize() yet. MM Matt Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com ::: Documentation - The worst part

[PHP] Re: [PHP-DB] PHP/Mysql

2001-11-30 Thread Paul Warner
Hello, I've got cobalt raq4 with php(work) and mysql(work) but when I try to connect via mysql_connect() this error happens: Fatal error: Call to undefined function: mysql_connect() This is my php.ini: SNIP I thing that it's all ok but it doesn't work. Any Ideas? Hi

[PHP] 5928 Would you like to lose weight while you sleep? 537417

2001-11-30 Thread 753741ultimate
As seen on NBC, CBS, CNN, and even Oprah! The health discovery that actually reverses aging while burning fat, without dieting or exercise! This proven discovery has even been reported on by the New England Journal of Medicine. Forget aging and dieting forever! And it's Guaranteed!

Re: [PHP] Session Help

2001-11-30 Thread Papp Gyozo
PHP automatically calls the appropiate function instead if you. But consider that the save handler is not called on individual session_register functions, only when all output is gone, and the whole session - each registered variable - must be saved. manual Note: The write handler is

RE: [PHP] Problem connecting to mysql via odbc

2001-11-30 Thread Andrew Hill
Mweb, Set your ODBCINI environment variable (and others) as per the HOWTO at www.iodbc.org. This HOWTO is for iODBC, but the concepts are the same for this error condition. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data

<    1   2