Re: [PHP] PHP and .HTACCESS

2003-10-03 Thread Sid
If I've got my basics right, the auth user and pass will be sent by the browser. You will need a way to tell the browser not to send the user and pass anymore. - Sid - Original Message - From: James D. Stallings [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 3 October 2003 Friday 9:04 AM

[PHP] ignore_user_abort not working

2003-09-17 Thread Sid
Hello, I am calling ignore_user_abort(true) in one of my scripts, but the script stops just like it would if I did not call it. Any idea why it is not working? Thanks - Sid

Re: [PHP] ignore_user_abort not working

2003-09-17 Thread Sid
Sorry, a mistake on my part. The script continues to work, but connection_aborted() does not detect if the host disconnected. It is all acting very funny. I also kept witing the return from connection_status () to a file and it keeps witing 0 to the file even after the user disconnects. - Sid

[PHP] Strange error

2003-09-16 Thread Sid
Hello everyone, Am I having a bad day or WHAT! I have exactly 5 lines of code as follows ? function here ($errno, $err_str, $file_name, $line_no, $context_no) { } ? and I get this error Parse error: parse error, unexpected T_STRING, expecting '' or T_VARIABLE or T_CONST in D:\sid\sid-test

Re: [PHP] Strange error

2003-09-16 Thread Sid
You are probably right. I typed in the same code into a new file and it started to work. Just for the record, I copied and pasted this code from Opera in Windows. Anyone had similar problems? - Sid - Original Message - From: Martin Towell [EMAIL PROTECTED] To: 'Sid' [EMAIL PROTECTED

Re: [PHP] Whats wrong?

2003-09-13 Thread Sid
Try this title?echo Thank You, .$_POST['from']; ?/title - Sid On Sat, 13 Sep 2003 08:45:16 -0400, Stevie D Peele wrote:  Whats wrong with this  title?php echo Thank You, $senderemail; ?/title  where  $senderemail = $_POST['from'];  It doesnt It only echos thank you.  Why? -- PHP

[PHP] Benchmarking PHP vs ASP.net

2003-09-08 Thread Sid
not like to pass on any wrong info. Thanks - Sid -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Benchmarking PHP vs ASP.net

2003-09-08 Thread Sid
of JSP PHP and CF (Don't remember where - All I know is that it came up among the top results in google for I think 'ASP.net vs PHP') - Sid On Mon, 08 Sep 2003 14:25:20 +0200, Angelo Zanetti wrote:  Apparently if you read the terms of agreement when installing .NET  you can't publish your

[PHP] PHP installation on IIS

2003-09-03 Thread Sid
phpinfo(); ? but ll I see is the source code when I access this page. Does anyone have any ideas? Thank you, - Sid

[PHP] Using PHP to cache a flash movie

2003-08-30 Thread Sid
Hello, Does anyone know a method in which I can load a large flash movie in the background and only when it is done, play it. In the mean time, the user should be able to carry on surfing normally. Any ideas? Thank you, - Sid

Re: [PHP] Re: Using PHP to cache a flash movie

2003-08-30 Thread Sid
know a method in which I can load a large flash movie in the background and only when it is done, play it. In the mean time, the user should be able to carry on surfing normally. Any ideas? Thank you, - Sid Hi, Simply put you can not! if the user moves from one page to another

[PHP] Use PHP or MySQL

2003-08-25 Thread Sid
operations, string contentation... Thanks in advance. - Sid

[PHP] Server variables on IIS

2003-08-22 Thread Sid
on this server go to http://216.95.232.174/info.php Thank you, - Sid

[PHP] Regex help needed

2003-07-16 Thread Sid
=\Verdana, Arial, Helvetica, sans-serif\|)\s*purchasing power parity, '%POWER%', 'tdtrsdsdsstr bgcolor=#f8f8f1 face=Verdana, Arial, Helvetica, sans-seriftdfont size=2Purchasing power parity'); ... and this gave me an error like Warning: eregi_replace(): REG_EMPTY:çempty (sub)expression in D:\sid

Re: [PHP] Web Services

2003-07-04 Thread Sid
You will need to write a script in PHP to output XML data from the data you currently have in your db/files. Hope this helps - Sid - Original Message - From: Yamin Prabudy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 04, 2003 1:48 AM Subject: [PHP] Web Services Hi

Re: [PHP] Uploading files time out every so often

2003-07-04 Thread Sid
not get disconnected (This is unlikely, but never the less check) Hope it helps. All the best. - Sid - Original Message - From: Ivo Pletikosic [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 11:29 AM Subject: [PHP] Uploading files time out every so often Hello, I am

[PHP] Problem with GET variables

2003-06-23 Thread Sid
. Thank you. - Sid

Re: [PHP] Assigning output of include() to a variable

2001-09-16 Thread Sid
of the output buffer to variable x ob_end_clean(); //Stop output buffering and flush its contents without giving output. If you want it to give out put change this line to ob_end_flush(); Once again thanks to everyone who helped :-) SID At 11:09 PM 9/9/01 -0400, you wrote: file() probably won't do

[PHP] Assigning output of include() to a variable

2001-09-09 Thread Sid
to the browser I need it to assign it to variable x. I am pretty sure inlude() cannot do it but is there any other function similar to include() that will process the file and then assign the output to a variable. Thanks in advance SID -- PHP General Mailing List (http://www.php.net

[PHP] HTML mail

2001-09-06 Thread Sid
hi, How would you send HTML mail using the mail() function in PHP. SID -- 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] Wierd for thingy, help!

2001-09-06 Thread Sid
Of cource you can. In the second page just ask PHP to echo the variable in the space where the text box accepts preset values some thing like this input type=text name=name value=? echo $variable; ? size=30 where $variable is a variable that is sent from the previous page. Hope this helps

Re: [PHP] what will be the output for this pgm?

2001-09-06 Thread Sid
Of course there will not be any output. That's because when you type in the directly type the url in the browser there will not be any referer. Try putting a link from another domain to that page and you will get some output then / try visiting the page through a search engine. i.e make the

[PHP] Protecting include files

2001-08-18 Thread Sid
Hi, I have a php script which includes .inc files. Is there any way in which I can prevent a normal surferfrom viewing these files. Is there any command that I can add to a .htaccess file. Thanks ~~~ \\__ ! SIDDHARTH HEGDE

[PHP] Re: code to see files in directories

2001-08-18 Thread Sid
Try this -- shorter. I only tested it out in Win(32)though ? $handle=opendir('.'); echo Directory handle: $handle\n; echo Files:\n; while ($file = readdir($handle)) { echo $file\n; } closedir($handle); ? At 03:00 PM 8/8/01 +0200, you wrote: [EMAIL PROTECTED] (Eduardo Kokubo) wrote: I think I