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
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
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.
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
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
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
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\
> 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
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
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
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
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
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
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
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.
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
> > {
> >
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 - 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
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
}