Re: [PHP] PHP and Oracle

2002-03-26 Thread Thies C. Arntzen
On Mon, Mar 25, 2002 at 02:49:07PM -0500, Scarbrough, Jeb (ISS Atlanta) wrote: > Is it possible to create a transaction the involves multiple pages using PHP > and oracle. For example, can I log onto oracle using OCIPLogon on one page > named master, insert information, go to the next page named

[PHP] [Newman] PHP causing exceptions in ntserver.

2002-03-26 Thread Philip J. Newman
hay everyone can someone recommend a good solution for stopping my server from crashing. I have 4. something installed on my server and something nuts happens with the memory causing the server to crash and generate an exception. The only way I can fix this is to re-start. I run the isapi m

[PHP] check form - save arrays in hidden fields?

2002-03-26 Thread Fabian Krumbholz - 2k web solutions
I have a contact form (form.php). I check the submitted data with the same php file. If the e-mail adress is not valid I ask the user for a valid e-mail adress. Therefor I create a new form with the field e-mail. The valid date name, adress, ... I put into hidden fields, so they don't get lost.

[PHP] How to avoid "Warning: Page has Expired" error?

2002-03-26 Thread DRaGoNLz
Hi there, i'm building a form that posts to a php page. When I click on back on my browser and then forward. It gives me this warning. Is there anyways to avoid this? thanks! -David -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] *sigh* xmldom win2k php4.1.2 apache

2002-03-26 Thread botsai
I worked with the xmldom under php4.0.6 and everything was fine and dandy, though since I upgraded php on my staging server which is a win2k(pro) box to 4.1.2 there has been no way to get the libxml to work. I first tried 4.1.1, that wouldnt work, so I had a little bit of hope that 4.1.2 would do

[PHP] image functions => text alignment

2002-03-26 Thread Fabio Spinelli
Hi all, I'm writing a script that generate invoices in a PNG files. My problem is that I have to write the numbers aligned to the right. I'm using the funciotn ImageTTFText and it haven't a parm that tells the alignment. I looked at the IMAGE functions list in www.php.net but I didn't found nothin

[PHP] [PHP Upload] problem

2002-03-26 Thread Evan
When running this code: .. .. I got this: Warning: Unable to create 'C:\Inetpub\webpub\PHP\upload': Permission denied in c:\Inetpub\webpub\PHP\upload.php on line 3 Warning: Unable to create 'C:\Inetpub\webpub\PHP\upload': Permission denied in c:\Inetpub\

RE: [PHP] [PHP Upload] problem

2002-03-26 Thread Jaeggi David
> I got this: > > Warning: Unable to create 'C:\Inetpub\webpub\PHP\upload': > Permission denied > in c:\Inetpub\webpub\PHP\upload.php on line 3 > Warning: Unable to create 'C:\Inetpub\webpub\PHP\upload': > Permission denied > in c:\Inetpub\webpub\PHP\upload.php on line 4 > Warning: Unable to mo

[PHP] Auto password generation

2002-03-26 Thread Denis L. Menezes
Hello friends, I have a form for registering by the users. This runs on php/mysql. Can someone tell me how I could include auto password generation and emailing of this password to users? Thanks denis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

[PHP] Re:[PHP] Auto password generation

2002-03-26 Thread Liam
26/03/2002 9:51:20 PM Random Password : "Denis L. Menezes" <[EMAIL PROTECTED]> wrote on 26/03/2002 11:38:14 AM: > >Hello friends, > >I have a form for registering by the users. This runs on php/mysql. > >Can someone tell me how I could include auto password generation and >emailing of t

[PHP] PHP, DB, images, ODBC

2002-03-26 Thread David JURAS
Hi, I'm working with PHP and ODBC to get images stored in a database (Blob fields). But I experiment little problems to display these pics. Has anyone any information about PHP/ODBC/images ? Thanks, Bilbo

[PHP] How to remove ^M characters from a directory?

2002-03-26 Thread Balaji Ankem
Hi, I have moved my php files to linux system. Now it z showing (control+M)(^M) characters in the file. How can I remove those characters? Any help would be appreciable. Thanks and Regards Balaji **Disclaimer Information

[PHP] fsockopen

2002-03-26 Thread Christoph Starkmann
Hi! I'm trying to check the validity of given hyperlinks... I thought this code should work (Apache 1.3.9, Win98) $tempUrl = ereg_replace("http://";, "", $url); $fp = fsockopen ($tempUrl, $tempPort, &$errno, &$errstr, 30); if (!$fp) { echo "error opening $url: \$errstr=$errstr, \$e

RE: [PHP] fsockopen

2002-03-26 Thread Alastair Battrick
Is $tempPort set ? Alastair Battrick Senior Developer Lightwood Consultancy Ltd http://www.lightwood.net > -Original Message- > From: Christoph Starkmann [mailto:[EMAIL PROTECTED]] > Sent: 26 March 2002 12:40 > To: '[EMAIL PROTECTED]' > Subject: [PHP] fsockopen > > > Hi! > > I'm trying

Re: [PHP] How to remove ^M characters from a directory?

2002-03-26 Thread Andrew Brampton
Whats showing the ^M? a Linux Editor? Well the ^M are part of the newline code on windows. There are programs out that which will strip them, The only one I have personally used is UltraEdit (but thats a general all purpose text/hex editor). But I'm pretty sure there are linux command line tools.

RE: [PHP] fsockopen

2002-03-26 Thread Christoph Starkmann
Hi! > Is $tempPort set ? Yes... 80 as default... > > $tempUrl = ereg_replace("http://";, "", $url); > > > > $fp = fsockopen ($tempUrl, $tempPort, &$errno, &$errstr, 30); > > > > if (!$fp) > > { > > echo "error opening $url: \$errstr=$errstr, > \$errno=$errno\n"; > > } > > else > > { > >

RE: [PHP] fsockopen

2002-03-26 Thread Alastair Battrick
There are a few things that it could be. Change the ereg_replace to str_replace Try adding Host: $server_name on the line after the GET: fputs ($fp, "GET / HTTP/1.0\r\nHost: $server_name\r\n\r\n"); iirc, if the server uses virtual hosts, the GET won't work properly without it. If that's not i

php-general Digest 26 Mar 2002 12:49:11 -0000 Issue 1249

2002-03-26 Thread php-general-digest-help
php-general Digest 26 Mar 2002 12:49:11 - Issue 1249 Topics (messages 90127 through 90174): Re: PHPTriad Error in Windows XP. 90127 by: Peter Ruan Re: Regular Expression Challenge 90128 by: Christopher William Wesley 90130 by: Cameron Just 90148 by: Matt Mor

[PHP] session_start() and javascript problem

2002-03-26 Thread bob
I always get a error message:document.form1.user isn't an object. if i get rid of session_start(),everything becomes well. thanks in advane! login TABLE { FONT-SIZE: 10.5pt }