[PHP] php4apachi.dll

2001-05-06 Thread Darren
t was there and http.conf was pointing to it. I can only assume that there is another dll somewhere that is missing. Any ideas? Thank you Darren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

Re: [PHP] php4apachi.dll

2001-05-08 Thread Darren
Chris Adams <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On 6 May 2001 05:53:54 -0700, Darren <[EMAIL PROTECTED]> wrote: > > Hi. I just installed a fresh copy a windows 95. I installed winsock 2, > > apache 1.3.19 and php

[PHP] custom libraries for php

2001-05-08 Thread Darren
hello All. I run php 4 for windows on top of apache. how would I write by own bolt on modules for php? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-m

[PHP] stream_socket_accept() on an SSL socket

2008-12-02 Thread Darren
ocket)) { Over the past few days of searching I've found a lot of people asking a similar thing but without any answers. I've tried the latest PHP snapshot too. Can anyone here give any insight to these errors?? Thanks for any help Darren -- PHP General Mailing List (http://w

[PHP] Re: stream_socket_accept() on an SSL socket

2008-12-02 Thread Darren
Darren wrote: I'm trying to connect to an SSL server, but I keep on getting these errors: - PHP Warning: stream_socket_accept(): SSL operation failed with code 1. OpenSSL Error messages: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol in C:\scripts\bouncer.p

Re: [PHP] Two very useful PHP functions

2009-05-01 Thread Darren
This was discussed for PHP6, but eventually decided not to have such a function. Instead, we now have the following:$var = $_GET['var'] ?: 5; Taken from http://www.corephp.co.uk/archives/19-Prepare-for-PHP-6.html 'you'd be able to do something like this: "$foo = $_GET['foo'] ?: 42;" (i.e. if

[PHP] Suppressing X-Return-Path

2002-11-28 Thread Darren Fehrmann
h, and if it can be suppressed? Regards, Darren Fehrmann Storefront.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problems with php.net

2003-01-28 Thread Darren Gamble
ple of weeks now, at least. Thanks, Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Templates

2003-02-13 Thread Darren Young
er time and I'd like to have the basic HTML in the templates, and the real logic in the PHP code. Thanks in advance, Darren Young -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Templates

2003-02-13 Thread Darren Young
rying to catch back up quickly. Any "best practices" assistance would be appreciated. Thanks for the response by the way. /DAY -Original Message- From: Justin French [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 5:22 PM To: Darren Young; [EMAIL PROTECTED] Su

RE: [PHP] Calendar

2003-03-01 Thread Darren Young
Check http://www.cascade.org.uk/software/php/calendar/ I've used that one on several sites. -Original Message- From: Jason D. Williard [mailto:[EMAIL PROTECTED] Sent: Saturday, March 01, 2003 4:28 PM To: [EMAIL PROTECTED] Subject: [PHP] Calendar Is there an easy way to create a calenda

[PHP] RedHat

2003-03-04 Thread Darren Young
Does anyone know if the PHP included in RedHat 8.0 has sockets enabled? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RedHat 8.0 MySQL Problem

2003-03-04 Thread Darren Young
I have an app that runs just fine on RedHat 7.2 with compiled Apache and PHP along with MySQL binaries installed from MySQL's site. I have a new machine running RedHat 8.0 that is completely "generic", i.e only RedHat Apache, PHP and MySQL RPM's installed. The error message I'm getting is: [04-Mar

[PHP] SOAP

2003-03-11 Thread Darren Young
Is there any way to act as a SOAP client with PHP other than with pear? Thx. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] web services

2003-03-21 Thread Darren Young
I seem to remember reading somewhere about compiling PHP pages to 'bytecode' thus removing the need to distribute the source PHP pages. I'm going to have the need down the road to distribute a PHP based app to others and am curious about the same "hiding code" issues. I'm not all that worried about

RE: [PHP] Detailed error message?

2003-03-21 Thread Darren Young
I use the set_error_handler and have a local function that dumps that stuff. I then redirect all of that to a log file on disk so the user doesn't have to see it. Check http://www.php.net/manual/en/function.set-error-handler.php There's a whole section in the manual that deals with error handling

RE: [PHP] Sessions question

2003-03-21 Thread Darren Young
It's a "session" cookie, the browser clears it when it's closed. IIRC you set the time to 0 to turn the cookie into a session one. Not sure how it'll work with sessions though. > -Original Message- > From: Justin French [mailto:[EMAIL PROTECTED] > Sent: Friday, March 21, 2003 9:59 AM > T

RE: [PHP] mcrypt

2002-08-01 Thread Darren Gamble
something stronger, you can use md5(). The examples on php's documentation for this function should help you if you're interested in having other programs use it (to have it the right format and length). Darren Gamble Planner, Regional Services Shaw Cablesy

RE: [PHP] Agh! trim (#$@#@^%!!!)

2002-08-21 Thread Darren Gamble
Good day, Well, for one, you are discarding the results of trim(). Check out the online manual page for trim(). The trim'ed string is returned. It does not say it modifies the string it is passed. Darren Gamble Planner, Regional Services Shaw Cablesystems G

[PHP] new PHP chat room (with Flash interface)

2002-09-17 Thread Darren Gates
here's a chat room that I made in PHP/MySQL with a Flash 5 front-end. All the other PHP chat rooms that I've found have an annoying "click" every few seconds when the webpage is refreshed. http://www.tufat.com/chat/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht

[PHP] PHP socket connections with SSL

2002-10-08 Thread Darren Gamble
anything else. I don't need to supply a client certificate, if that helps any... Thanks in advance, Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -- PHP General Mailing List (htt

[PHP] Images retrieved from MYSQL database using PHP becoming corrupted.

2002-11-03 Thread Darren McPhee
actually using relates to the image_thumbnail sections. Darren. CREATE TABLE master_products ( item_id SMALLINT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, item_code VARCHAR (10) UNIQUE, item_dateadded DATETIME DEFAULT '-00-00 00:00:00', item_datemodified DATETIME DEFAULT 

[PHP] MYSQL and PHP Storing and retrieving images getting corrupted

2002-11-05 Thread Darren McPhee
here, I'll give them a medal !! There is basically some kind of binary corruption going on (it looks like) For added information, below is my database table structure. At the moment, the only part I am actually using relates to the image_thumbnail sections. Darren. CREATE TABLE master_products

[PHP] Query to select every other record

2002-11-17 Thread Darren McPhee
ating horizontally but doesn't tell you how to limit to 2 columns. So both ways are useless to me. Darren. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] File Browser

2002-07-12 Thread Darren Young
ntrol (CVS preferred) that would be wonderful. Anyone have any pointers to existing scripts? What would this type of application be called? A document repository perhaps? Thanks in advance, Darren Young [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Darren Young
I seem to remember some Windows application that will do the conversion for you. I believe it's called mysql2access and the other way is access2mysql. IIRC, it's not open/free though. On Sat, 13 Jul 2002, Alex Shi wrote: > The thing is that, the MySQL table resides on a remote web server, my c

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Darren Young
Tunnel port 3306 over an SSH connection if you can get an SSH session to open to the remote. On Sat, 13 Jul 2002, Alex Shi wrote: > "Jason Wong" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > On Saturday 13 July 2002 13:31, Alex Shi wrote: > > > The thin

RE: [PHP] Is there a way?

2002-07-16 Thread Darren Gamble
Good day, > In Perl you could print a block of information as it was > written like this; > print < > This a whole bunch of HTML code!!! > > HTML_END > > The best part about this, was that you did not have to escape > your " and you > could mix in your variables making it easy to design and

[PHP] Problems with imagecreatefromjpeg ?

2003-09-29 Thread Darren Gamble
sc/magic.mime' '--with-mysql=/usr/local' '--with-ncurses=/usr' '--with-ldap=/usr/local' '--with-openssl=/usr' '--enable-overload' '--with-pcre-regex=yes' '--enable-posix' '--with-pspell=/usr/local' '--with-readl

[PHP] Help with INSERT query

2001-01-24 Thread Darren Evans
t; . addslashes($FileName) . "'," . $DownloadCount . "," . $Categories . ",'" . addslashes($Redirect) ."')"; } Darren Evans Senior Site Coordinator www.bombs-away.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-

Re: [PHP] Help with INSERT query

2001-01-24 Thread Darren Evans
e easier to do the addslashes() beforeyou do the > query so you don't have to break the query up like that. > > So I'd do it like this: Thank you VERY much Thor! It worked like a charm! :o) Darren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [

[PHP] cURL library and auto-loggin to a site

2001-02-21 Thread Christie, Darren
Does anyone know if it is possible to use PHP and cURL to auto-login into a site (which sets a cookie) and then fill in a form to send an sms message? I need to do this to test a site automatically and check response times for sending the SMS. -- PHP General Mailing List (http://www.php.net/) To

[PHP] Newbie: Can't find function error.

2001-03-05 Thread Darren Ward
ver I browse to a test php3 file it says: Fatal error: Call to undefined function: php_info() in test.php3 on line 1 The file looks like: Any ideas on what i should be looking at or for? Darren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

RE: [PHP] Newbie: Can't find function error.

2001-03-06 Thread Darren Ward
Thanks to all who replied, that works fine although only as extenmsion php and not php3 but I'll sort that out. A second follow up question is where I should place the ini file to change environment variables? What I've read doesn't work :( Darren -Original Message---

[PHP] php vs php3 weirdness

2001-03-07 Thread Darren Ward
application/x-httpd-php-source .phps AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 AddType application/x-httpd-php .phtml Darren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] WDDX Deserialisation problem/bug?

2001-04-18 Thread Darren Beale
n my packet, I'm getting a string with the contents "Senior Legal Adviser" i.e. the first value of the first field I was expecting a nice associative array, what am I doing wrong? FWIW the packet is coming through fine regs -- Darren Beale Web Developer Vardus Ltd - www.vardus.com

[PHP] Possible bug: Using "h" and "H" with unpack()

2002-01-10 Thread Darren Gamble
tively, if unpack() isn't supposed to support all of the options of pack() (such as "H" and "h") then the documentation should state which options it can support. Is this a bug, or have I just missed something? Darren Gamble Planner, Regional Serv

RE: [PHP] sql question

2002-01-15 Thread Darren Gamble
se manual for more information. ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: Janet Valade [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002

RE: [PHP] bug in echo function?

2002-01-18 Thread Darren Gamble
e to: "" . (($i*8)+$j) . "" then you'll get the desired result. Rule of thumb: Use parenthesis whenever you have a complex operation to ensure the result is what you want. Darren Gamble Planner, Regional Services Shaw Cablesystems

RE: [PHP] bug in echo function?

2002-01-18 Thread Darren Gamble
ot; operator is evaluated before the "*" operator, which in turn is evaluated before the "+" operator. Perhaps it would be easier to understand if you thought of the "." operator like the exponent operator in math- it is evaluated before "*" or "+"

RE: [PHP] how to send to URL on if statement?

2002-01-18 Thread Darren Gamble
ded, the ONLOAD triggers and does its work. I don't have the code on me, but this should be a good enough push in the right direction. Hope this helps, ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2

RE: [PHP] RTFM

2002-01-18 Thread Darren Gamble
e documentation when appropriate (especially documentation as good as it is with PHP). But I, for one, would much rather have a friendly community such as this one to encourage and support the use of PHP for all. My two cents CND (one cent USD). Darren Gamble

RE: [PHP] break statement usage

2002-01-25 Thread Darren Gamble
site has very good documentation on the usage and appropriateness for "switch", "break" and "continue". I would highly recommend you take a look, if you have not already. Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd A

RE: [PHP] mailing to 19000 users

2002-01-28 Thread Darren Gamble
(you would use whatever program you use) that would add 500 people to the BCC list at a time and pass the text of the e-mail to the program via a pipe. It was about a 15 minute job. I would recommend it, as it's easy to convert if you have to switch MTAs. ==== Darren

RE: [PHP] browser back button - "Page has Expired.. " problem

2002-01-28 Thread Darren Gamble
, or to quickly expire it. You should check the page source for such headers. I know it is tempting to trash-talk IE, but in this situation, regardless of the problem, most likely the browser is just doing what the user or web page has instructed it to do. ==== Darren Gamble P

RE: [PHP] Tables Loading Slow

2002-01-30 Thread Darren Gamble
experience only IE supports the "width" style attribute of these. You will also have to ensure that PHP is flushing the output as it displays it. And, you could also optimize your data structure so that the results are returned quicker. =) ======== Darren Gamble Planner

[PHP] Installing PHP 4.1.1 on Redhat w/ RPMs

2002-02-04 Thread Darren Gamble
r library between an extremely minor version number (is that even supposed to happen?), which is what I think is causing me the problem. I'm not quite sure how to proceed. Has anyone else on the list done this yet? Thanks to all who reply, ==== Darren Gamble Planne

RE: [PHP] PHP and CGI

2002-02-12 Thread Darren Gamble
o, if the extension is .cgi , your web server should understand that it's a cgi program and exec it appropriately. ======== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Origin

RE: [PHP] PHP and CGI

2002-02-12 Thread Darren Gamble
d you try to run the script? What error did you receive? Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: Michael R @ Spy [mailto:[EMAIL PROTECTED]]

RE: [PHP] Re-Importing .CSV file into Database

2002-02-13 Thread Darren Gamble
Good day, The proper syntax is: INTO TABLE and not: INTO Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: Thomas Edison Jr. [mailto:[EMAIL

RE: [PHP] Re-Importing .CSV file into Database

2002-02-13 Thread Darren Gamble
atever the client is (be it PHP or whatever). You should really take this conversation over to a MySQL list, since you need help with MySQL and not PHP. ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2

RE: [PHP] how a function 'return' statement works

2002-02-13 Thread Darren Gamble
lar element out of the array. If that's the case, just use something like: return $current_page_name[-1] to return the last element in the array. ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2

RE: [PHP] Sorting an array of arrays....

2002-02-14 Thread Darren Gamble
Good day, uasort() should do what you need. http://www.php.net/manual/en/function.uasort.php There's an example for the usort function that does something similar to what you want, in fact. Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630

RE: [PHP] argv and argc

2002-02-19 Thread Darren Gamble
Good day, The array $argv contains what you're looking for (I'm not sure if this is deprecated in 4.1.0, though) so you'll have to flip through the manual and release notes. ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Av

RE: [PHP] preg_replace("/^\//".. doesnt work?

2002-02-20 Thread Darren Gamble
Good day, The first argument should just be a normal regular expression, not a replacement regular expression. I'm not at my server right now, but I would guess that it'll work once you get rid of the last / in the first expression. ======== Darren Gamble Planner

RE: [PHP] Nasty DoS in PHP

2002-04-18 Thread Darren Gamble
If I ran the script a few times, all of the memory of the machine would be used up, and I'd have to kill off Apache to get it back. ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948

RE: [PHP] Regex

2002-04-22 Thread Darren Gamble
Good day, Just off the top of my head, try: /.+\@.*([^\.]*\.[^\.]*)$/ Might not have the exact syntax, but, you get the idea. Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948

RE: [PHP] file() and macintosh line break

2002-05-01 Thread Darren Gamble
Good day, Calm down, the excessive !'s are a bit unnecessary. One possible solution is to read the entire thing into one string, and then use the split or preg_split function on the \r against it. This will give you an array with one line per entry. Darren G

[PHP] Web hoster solution?

2002-05-09 Thread Darren Gamble
bit simpler than the average PHP'er on this list. =) Thanks, Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Skinning Problem

2002-05-19 Thread Darren Edwards
Can some one please tell me why this PHP command brings back an Undefined variable: QUERY_STRING on line 1. The script is below, by the way it is PHP on windows not unix. Also can some one please tell me why this is bringing back a problem on a windows server. -- PHP General Mailing Li

[PHP] Cookies

2002-05-20 Thread Darren Edwards
acheave this. (The cookie gets set when the user selects the skin that they want not when they enter the site) Please some one help me out with this. Thanks. Darren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Cookies

2002-05-20 Thread Darren Edwards
acheave this. (The cookie gets set when the user selects the skin that they want not when they enter the site) Please some one help me out with this. Thanks. Darren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Learning PHP

2002-05-22 Thread Darren Edwards
hi ppl i am learning PHP and was wondering if there is a good book or web site that i could learn ALOT from. Not PHP.net coz the documentation is just too complex there for a beginner. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] including functions on every php page in a site

2002-05-24 Thread Darren Gates
with a root-level .htaccess file, but I'm not sure. Can anyone offer a solution? Thanks, Darren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Entering password on a command line

2002-05-27 Thread Darren Gamble
w this might be accomplished? In the meantime I'll just put the password in the program, but, I'd like to learn how this could be done. Thanks in advance, ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Cana

RE: [PHP] Undefined variables

2002-05-30 Thread Darren Gamble
You should use $HTTP_POST_VARS or $_POST, depending on your version. Check the docco for more info on those. If you really have to check variables using this method, use isset() to see if the variables ... have been set. =) Darren Gamble Planner, Regional Services

RE: [PHP] gd project question

2002-05-31 Thread Darren Gamble
upwards. Adjust the sign or switch the functions around if your gauge is different. Note that the functions operate in radians (2*pi radians == 360 degrees). Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P

RE: [PHP] Undefined variables

2002-05-31 Thread Darren Gamble
Hope that helps. ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 > -Original Message- > From: Christopher J. Crane [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 30, 2002 8:06 PM > To: [EMAIL PRO

RE: [PHP] Next and Preview Row

2002-02-22 Thread Darren Gamble
might also be worthwhile to note that this code can be made into one query with the UNION statement. However, MySQL doesn't support that part of SQL either (although the documentation says that it's provided in version 4.X ). ==== Darren Gamble Planner, Regiona

RE: [PHP] using a mysql temporary table.

2002-02-25 Thread Darren Gamble
using user input. I can't immediately find a reference to this, though. As a workaround, you could execute two separate queries and store all of the results in a 2-D array in memory. ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Av

[PHP] Using SSL - slightly OT

2002-02-28 Thread Darren Gamble
nd for someone new to SSL. Thanks, ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: time limit ?

2002-03-04 Thread Darren Gamble
Good day, That won't submit the form, unfortunately. It'll just redirect the user to the page without submitting the contents of the form. If the browser supports it, one can use javascript to submit the form after a certain amount of seconds have elapsed. =====

RE: [PHP] php, text file, and mysql

2002-03-07 Thread Darren Gamble
line feeds and so forth, the "TEXT" field is definately the way to go. ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: Erik Price [mailto:[EMAIL P

RE: [PHP] Netscape vs. IE/Mozilla

2002-03-08 Thread Darren Gamble
yles from other elements. So, if you use a stylesheet and say that you want text to be green, you need to specify that is green, is green, etc. A bigger explanation of the differences would be outside the scope of this list. ==== Darren Gamble Planner, Regional Services Shaw

RE: [PHP] Driving me nuts, need one second of your time

2002-03-15 Thread Darren Gamble
so in PHPs FAQ list. http://www.php.net/manual/en/faq.databases.php . Hope this helps, ======== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: cosmin laslau [mai

RE: [PHP] How to get the IP of a visitor

2002-03-18 Thread Darren Gamble
TE_IP . Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: Ulrik Witschass [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 9:57 AM To: [EMAIL PROTECTED] Subject: [PHP] How to get t

RE: [PHP] Parse Error Suggestions?

2002-03-18 Thread Darren Gamble
Good day, It's not really possible to have an error reporting function on a parse error. If there is a parse error, then the program can not be run, period. Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, C

RE: [PHP] Two easy HTML/CSS questions

2002-03-18 Thread Darren Gamble
Good day, Just to clarify, yes, you can set the size of a text field, as well as its color, text font, border, and so on. This is also done with css and is outside the scope of this mailing list. Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630

RE: [PHP] strlen() gives a wrong count

2002-03-19 Thread Darren Gamble
Good day, Could you post this mystery string so that we could help you? Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: Gil Disatnik [mailto:[EMAIL

RE: [PHP] cron with php as apache module

2002-03-22 Thread Darren Gamble
ructions are on php's site. On a sour note, FreeBSD's package does not include the executable.. >=( ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message

RE: [PHP] what's "undefined index" ?

2002-03-25 Thread Darren Gamble
Good day, The error message refers to the "KundeRemark" in $val["KundeRemark"], not "$KundeRemark" which you are trying to assign the result to. The former is (if it existed) an index, the latter is a variable. ==== Darren Gamble P

RE: [PHP] undefined variable when using if ($var) {}

2002-03-25 Thread Darren Gamble
Good day. What is this message that you get, that you don't want? A cursory glance of the code reveals two "else" statements attached to the same "if" statement. You should address that. ==== Darren Gamble Planner, Regional Services Shaw

RE: [PHP] Regular Expressions? Help!

2002-03-25 Thread Darren Gamble
found about popen() with PHP's documentation. Try that instead. ======== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: Walker, Roy [mailto:[EMAIL PROTEC

RE: [PHP] OT - number of chars in querystring

2002-03-26 Thread Darren Gamble
#x27;t have to worry about the client caching it. ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Ma

RE: [PHP] sorting data from a field

2002-03-26 Thread Darren Gamble
sort() ) to sort the results. ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: Chuck Barnett [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 03, 2002 1:50 PM

RE: [PHP] sorting data from a field

2002-03-26 Thread Darren Gamble
t way would be to have a first name and last name field. This addresses situations where people have their family name first and their given name second. Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4

RE: [PHP] syntax

2002-03-27 Thread Darren Gamble
. Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: John Fishworld [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 10:55 AM To: Php-General-List

RE: [PHP] syntax

2002-03-27 Thread Darren Gamble
Good day, In this situation, you should use an array to store the results. Please check PHP's documentation for more information on how to use arrays. Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2

RE: [PHP] Nevermind I figured it out

2002-03-27 Thread Darren Gamble
Good day. As you may have guessed by now, the .= operator does what you want. Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: David Johansen [mailto

RE: [PHP] preventing "back" button usage?

2002-03-27 Thread Darren Gamble
quot;Pragma: no-cache"); You can also do some fancy redirection with Location headers. As a failsafe, you should have the processing page make sure that the user isn't submitting the same thing more than once. ==== Darren Gamble Planner, Regional Services Shaw

RE: [PHP] How is code in PHP interpreted,from 1st line to last? i do nt think so

2002-03-28 Thread Darren Gamble
ask over there to go get that image." ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: Moschitz Martin [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: [PHP] How is code in PHP interpreted,from 1st line to last? i do nt think so

2002-03-28 Thread Darren Gamble
nerates an image someplace, referenced by your main program. This will cause the image to be generated before the rest of the code is executed. But, then you'll have to worry about cleaning it up later. ==== Darren Gamble Planner, Regional Services Shaw Cablesyste

RE: [PHP] running commands as root from a script

2002-03-28 Thread Darren Gamble
t one would have to write it CGI-like instead of via the server module. ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: Ken Nagorski [mailto:[EMAIL P

RE: [PHP] Loading Images

2002-03-28 Thread Darren Gamble
l request that the user's client not cache it. You can make it more difficult for the user by supplying a Javascript "override" function to be executed when the user uses their right-mouse button over the image. Darren Gamble Planner, Regional Services Shaw

RE: [PHP] XSLT; XML => PHP code

2002-03-28 Thread Darren Gamble
Good day, To have PHP evaluate string contents as an expression, use eval(). The usual disclaimer comes with this function... be careful. Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781

RE: [PHP] XSLT; XML => PHP code

2002-03-28 Thread Darren Gamble
terminate. ======== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 3:20 PM To: Darren Gamble Cc: [EMAIL PROTECTED] Subject

RE: [PHP] Really slow include

2002-04-02 Thread Darren Gamble
cal/www on your filesystem , then you could say: require("/usr/local/www/header/html"). If you don't put in a leading slash, it will look in the current directory. What you were doing in your second example is asking PHP to look in the file under your root directory. ==

RE: [PHP] Exit();

2002-04-04 Thread Darren Gamble
Good day, As the documentation says, exit() will end your script. http://www.php.net/manual/en/function.exit.php Use return() to end a function. Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403

RE: [PHP] chown ..opperation not permitted

2002-04-15 Thread Darren Gamble
nd determine if there is a safer, more secure way of doing what you want. ==== Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: John Weez [mailto:[EMAIL P

[PHP] Displaying content on the fly

2001-11-23 Thread Darren Gamble
rint out statements as it progresses- and if there is a problem, the user will be able to identify where it failed. There doesn't appear to be a php.ini directive that does this, though... Thanks in advance, Darren Gamble Planner, Regional Services Shaw Cablesyst

  1   2   >