e.
authenticateUser($cookie_user,$cookie_passwd);
Hope this helps.
Best regards,
Jeremy Reed
"Jack" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Dear all
> I want to provide a login page to the user when they want to visit my
&g
Your first question. To see that the file uploaded successfully using the
web browser, one would have to have access to your computer's file system.
In her book, she used this merely as an example to show that the file had,
indeed, been uploaded. This should not be used as something that you all
can figure that might be affecting it is the ownership.
The owner of the DB is 'dbo'--because this is a straight copy of a database
on an offsite server.
Any help would be greatly appreciated.
Best regards,
Jeremy Reed
--
PHP General Mailing List (http://www.php.net/)
To unsubsc
denial response.
Is there anything in PHP that can do this same kind of thing? Any help
would be appreciated.
Best regards,
Jeremy Reed
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To c
;
echo("close");
echo($buf);
return $buf;
}
-END CODE
Is great for posting results to a regular http site. But what I need to do
is post to a secure site (https). I looked through some of the php
documentation and couldn't find anything about manually encrypting the data
I keep getting this error message and cannot figure out why. The
extension_dir is set correctly in the php.ini, I have put the .dlls into
every conceivable directory I can think of and nothing seems to work.
Anybody else had and fixed this problem?
Thanks,
Jeremy
--
PHP General Mailing Lis
I was able to fix the 'unable to find dynamic etc.' error thanks to you
guys. Now I have a new problem. It seems that I am unable to process form
data. Before upgrading to 4.1.1, you were able to refer to the form data
simply by concatenating a '$' and the form element name i.e.
would have be
ED]">news:[EMAIL PROTECTED]...
> Place all the dlls in the same directory as the php.exe file and in your
> php.ini file have the extension_dir = .\ (windows).
>
> This works for me great...
>
> Ray Hunter
> Firmware Engineer
>
> ENTERASYS NETWORKS
>
>
> -
That was it. Thanks a bunch.
Jeremy
"Cc Zona" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] (Jeremy Reed) wrote:
>
> > I was able to fix the 'unable
ram that all the data should be encoded. Obviously, the
'$data' variable holds all the post data and you can, of course, build this
string on the fly with form data etc.
Pretty simple once you know how to do it.
Best regards,
Jeremy Reed
"David Johansen" <[EMAIL PROTECT
o submit a news article of 2+ pages
(approx 4400 characters) but the article gets truncated to about 4050
characters. Is there some sort of limitation on PHP variables that is
causing this?
Thanks!
Best regards,
Jeremy Reed
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
n message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> "Jeremy Reed" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > This is the problem: The user tries to submit a news article of 2+ pages
> > (approx 4400 charac
l use the cookie values as the parameters to
the function instead of the form values.
Hope this helps.
Best regards,
Jeremy Reed
"Mark Ward" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I've got a mySQL database with userna
You are getting that error because you have sent output to the browser
BEFORE you try to set the cookie information. When dealing with cookies, it
is important to do all processing before sending any output to the browser.
Jeremy Reed
"Steve Osborne" <[EMAIL PROTECTED]>
Use IF statements to group code, and only use exit() statements when you
want to stop execution/parsing.
"Max" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> If I use die or exit() it break execution of php script but also
> browswer stop parsing html
Antialiasing is done on a pixel by pixel basis. I'm guessing that you don't
want to deal with the lines on that kind of basis, considering that it's a
whole lot of work. Check the documentation, a lot of graphics
engines/utilities include a way draw antialiased lines.
However, if you're hell be
You cannot attach a file using the mail() function in PHP. You will have to
use a SMTP PHP class or another MIME enabled class to use attachments.
Jeremy
"Alexandr Klaus" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Help me !
>
> For sending a letter I usi
However, in your if statement, you need to nest your statements with
parenthesis.
"Jack Dempsey" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> didn't check your code specifically, but you can definitely have arrays
> nested inside of arrays...to see how to pr
= $today['month'];
$mday = $today['mday'];
///get date from database
if ((($month - $dbmonth) == 1) && ($mday == $dbday)) {
///time to renew
///also take into account the transition from December to January, so
$month-$dbmonth == -12
}
-END-
Best regards,
Jere
tag instead. If you were retrieving them for the VB
program, they would display correctly anyway.
The character for the line break in normal text files is '\n', the line
break for VB and other windows files is '\r\n' (2 characters).
Best regards,
Jeremy Reed
"Rob
Well, to do this you'll just have to write a loop that takes in every
= pair and converts them into an array of values attached
to the tag name. You'll have to parse the input character by character.
The following pseudo code might help to explain a bit:
// input[x] refers to the character at po
Oh, and don't forget to check for the trailing tags i.e. the etc.
"Jeremy Reed" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Well, to do this you'll just have to write a loop that takes in every
> = pair and conver
22 matches
Mail list logo