The editors that I usually use are Textpad and Jedit. I usually use Textpad
as it's my favorite editor. Jedit is very similar to Textpad which is why
it's my second favorite editor. The bonus of using Jedit is that it's
written entirely in Java so it also runs in Linux (quite well too). You can
do
Dave,
This guy wrote a class to figure out UPS shipping rates. You might be able
to start with it. Just go to the CODE section. I found it through
Google.com.
http://www.brogdon.net/~darrell/
Toby
- Original Message -
From: "Dave M." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Mo
Here's another story to use as an "I told you so" if you choose to try them
anyway.
CI Host. We have been hosting with them for almost two years now. The only
reason we never left was because we couldn't find anyone else offering the
same redundant connections that we could actually verify. A lot
Hey all,
I'm currently using Perl for one of my applications to make secure (SSL) form
submissions to an outside server. Based on the response I get back from the server my
application does different things. Unfortunately, this app is all in Perl and has
outgrown it's original code and continu
- Original Message -
From: "phpman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 17, 2001 4:55 PM
Subject: [PHP] SSL SSL SSL SSL -- READ THIS!!
> How do I establish an SSL socket connection with PHP?
> I have PHP compiled in an Apache Mod_SSL server. Do I need to
How about actually using distinct?
SELECT DISTINCT(email_addr) FROM myTable WHERE x = 1
--Toby
- Original Message -
From: "Jason Caldwell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 1:47 AM
Subject: [PHP] mySQL Question
> if i perform a SELECT que
Jordan,
Not true. If you make your PHP includes look like this:
include("$DOCUMENT_ROOT/includes/header.inc");
Then you can make your image calls with an absolute URL like this:
Also, it's not a good idea to use the .inc extension unless you've
associated it with PHP. The reason is if I type
e uninstalls the PHP interpreter (which bypasses the situation
because the first condition is no longer being met).
I'm really curious to see how other developers handle these kind of
development situations.
- Original Message -
From: "indrek siitan" <[EMAIL PROTECTED
Your safest bet would probably be to look into RedHat Linux. It's a fairly
straight forward Linux distribution. It also includes the LILO boot loader
which is one way to boot into more than one operating system on the same
machine.
- Original Message -
From: "Chris Cocuzzo" <[EMAIL PROTEC
What I always do would probably fill both needs. My filenames usually look
like this:
URL Files - can be accessed directly through the browser
filename.php -> Normal PHP files
Non-URL Files - are hidden from the browser either by means of .htaccess or
by
I use this code:
header("Content-Type: $filetype");
header("Content-Disposition: atachment; filename=$showfilename");
header("Content-Length: $filesize");
readfile($source);
Note the mispelling of "atachment". This seems wrong but is actually the
correct spelling for IE, Netscape doesn't seem to
You can use javascript with this naming convention, just not the way you're
probably doing it. Here's a working example:
function getValue(field)
{
var form = document.testform;
var temp = form[field].value;
return(temp);
}
function getArrayValue(field, index)
{
var form
Whenever I include files in Apache I always do it like this:
include($DOCUMENT_ROOT."/folder/file.php");
However, now I am doing a site in IIS and I do not have $DOCUMENT_ROOT at my disposal.
What do most of you usually do to workaround this? Aside from installing Apache and
Linux and bypassin
Mark,
The closest way that I know of to accomplish this is to print them more like
you would HTML. So in other words, you can do this:
$title
$content
';
?>
or like this:
The only way around these methods that I've seen are using template wrapper
objects and creating the whole
Yes, and here are others which came from the following URL:
http://www.php.net/manual/en/pcre.pattern.syntax.php
\a = alarm, that is, the BEL character (hex 07)
\cx = "control-x", where x is any character
\e = escape (hex 1B)
\f = formfeed (hex 0C)
\n = newline (hex 0A)
\r = carriage return (hex
Web Developers,
I know this has nothing to do with PHP, but some bright minds out there might have run
across it. It's about Netscape 6 mouseovers.
I've read elsewhere that Netscape 6 has problems with preloading images. I have
confirmed this time and time again, but have not been able to come
Hey all,
I've got this user authentication class that grabs a users profile from the database.
Anyhow, I need to also insert the groups that this user belongs to along with
permission settings. I'm having trouble figuring out how to store and read back the
data. I'm using PHP4. Here's the code
Hey all,
I've got a question about using the MSSQL Functions. The only way I've been able to
use them is to install Microsoft SQL Client on the web server. Is there any way to get
around this to use the MSSQL Functions without installing a copy of Microsoft SQL
Client? Right now I am using the
ODBC
functions.
Thanks a lot,
Toby
- Original Message -
From: "Frank M. Kromann" <[EMAIL PROTECTED]>
To: "Flint Doungchak" <[EMAIL PROTECTED]>
Cc: "'Toby Miller'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTE
Hey all,
New problem. I really hope there's something simple to do to fix it. Check out this
scenario and tell me if there's a step that I'm missing.
Inside my common footer on my site the very first call is to an include called
UserAuth.inc.php.
UserAuth.inc.php checks $REQUEST_URI to see if
Sorry, I meant common header, not footer.
Inside my common "header" on my site ..
(which also includes the same "header") ...
- Original Message -
From: "Toby Miller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, Febr
SessionID < 30min old
> then invalid login vs updateing SessionID to equal current time()
>
> This would prevent anyone from viewing cached pages more then 30min old and
> force them to re-login
>
> --
>
>
> Chris Lee
> Mediawaveonline.com
>
> em. [EMAI
22 matches
Mail list logo