On Thu, 30 Aug 2001 17:06:38 -0500, [EMAIL PROTECTED] (Gary)
wrote:
>Can someone tell me why I am getting an error for the second line below.
>It works locally but not live.
>
> $filename = "www/name/test/free.txt"
missing semicolon there.
tiger
--
PHP General Mailing L
On Tue, 28 Aug 2001 19:41:51 -0400, [EMAIL PROTECTED]
(Glyndower) wrote:
>I have a medium sized db... with about 300 feilds and 15k rows.
>
>I need to create a search that will submit user input to seach the db from
>about 30 different feilds with some of those wildcards.
>
>i.e bedrooms, bathroo
On Tue, 28 Aug 2001 11:19:01 -0500, [EMAIL PROTECTED] (Chris Wilson)
wrote:
>I'm doing a project for which I want to have a C/C++ act as a process proxy
>for which can pass information and retrieve information from a called PHP
>script. I think that can be done in perl however perl I don't take i
On Tue, 28 Aug 2001 16:34:44 +0100, [EMAIL PROTECTED] (Seb Frost)
wrote:
>$string0 = "hello";
>$string1 = "goodbye";
>
>$string2 = $string0 . " and " . $string1;
>
>result:$string2 = "hello and goodbye"
also,
$string2="$string1 and $string2";
i'm not sure if there are subtleties there
On Wed, 25 Jul 2001 07:30:03 -0600, [EMAIL PROTECTED] (Nelson
Goforth) wrote:
>I just want to open another page, sending some parameters, at a point
>in a script - without the user clicking on anything (I can do this in
>a form - I want to do it WITHOUT the form).
>
>Like:if($test) {
>
On Tue, 24 Jul 2001 15:23:10 -0400, [EMAIL PROTECTED]
(Ryan Shrout) wrote:
>WHERE session.Date > DATE_SUB(NOW(), INTERVAL 1 HOUR) is equal to:
>
>WHERE 2001-07-24 15:03:24 > SUBTRACTION( 2001-07-24 15:30:21, 00:01:00) =
>WHERE 2001-07-24 15:03:24 > 2001-07-24 14:30:21
i just tested on my box (d
On Tue, 24 Jul 2001 15:23:10 -0400, [EMAIL PROTECTED]
(Ryan Shrout) wrote:
>Think of it this way:
>
>WHERE session.Date > DATE_SUB(NOW(), INTERVAL 1 HOUR) is equal to:
>
>WHERE 2001-07-24 15:03:24 > SUBTRACTION( 2001-07-24 15:30:21, 00:01:00) =
>WHERE 2001-07-24 15:03:24 > 2001-07-24 14:30:21
>
On Tue, 24 Jul 2001 15:09:14 -0400, [EMAIL PROTECTED]
(Ryan Shrout) wrote:
>I need a MySQL query that will select all the entries in it made within the
>last hour.
>
>I tried this, but it is not working correctly, what am I doing wrong?
>
>SELECT *
On Tue, 24 Jul 2001 19:34:22 -0700, [EMAIL PROTECTED] (Kyle Smith)
wrote:
>i get the error message from this page saying "Warning: Could not =
>deliver email. You are over quota. in =
>/web/sites/197/lk6/www.stupeedstudios.f2s.com/email.php on line 15" in =
>which line 15 is the line under "$me
On Tue, 24 Jul 2001 07:32:37 -0500, [EMAIL PROTECTED] (Robert Covell)
>Debug.log has:
>/usr/local/lib/libsnmp.so: undefined reference to `EVP_DigestInit'
>/usr/local/lib/libsnmp.so: undefined reference to `EVP_DigestFinal'
>/usr/local/lib/libsnmp.so: undefined reference to `EVP_md5'
>/usr/local/li
10 matches
Mail list logo