Fwd: Re: Re: [PHP] Re: PHP 4.2

2002-06-25 Thread Dreamriver.com
Rasmus, Yes, thank you, that's the function I wanted and didn't see ... Kind Regards, richard. You mean like php.net/version_compare ? On Mon, 24 Jun 2002, Dreamriver.com wrote: snip -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Re: PHP 4.2

2002-06-24 Thread Dreamriver.com
Hello All, I also have the challenge of distributing php code to unknown php versions. There is a wide discrepancy in the functionality of even various PHP 4.x code. Since at the time of coding I don't know the version, I test for it when I need to, and include code accordingly. For

[PHP] Initializing a db $var and retrieving a required CONSTANT

2002-05-05 Thread Dreamriver.com
Hi Folks, Two questions: 1) Initializing a db $var What's the best way to code $dbvar, which is coming from a database query, given the new superglobals: $data = mysql_fetch_array(); $dbvar = stripslashes($data['someFieldName']); Is there a newer or better way to initialize $dbvar? 2)

[PHP] Check Version - License verification

2002-03-20 Thread Dreamriver.com
Hi All, In appreciation of the fine contributions found on this list I thought I'd post remarks about a new system I'm trying that shows some promise. The system purpose is to enable a third party [an administrator] to check the software version for a php driven software application [which

Re: [PHP] HTTP_Upload with PHP

2002-03-20 Thread Dreamriver.com
Hello, I also have been seeing file upload problems with version 4.1.2. It seems that the (phpinfo()) default settings of: upload_tmp_dir = no value no value ... are not in agreement with [online documentation] the anticipated temporary upload folder named /tmp. $upload_tmp_dir = /tmp

[PHP] a user_auth script.- Anyone see the problem ?

2002-02-12 Thread Richard Creech - DreamRiver.com
In this line: if($row[account_password]==$login_name you are missing a parenthesis character ) to end the condition with. Richard. [EMAIL PROTECTED] http://www.dreamriver.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP in the University and Corporation

2002-01-28 Thread Dreamriver.com
Hello, I teach internet programming part-time and my findings are that the best language to learn for the web - for students - is php because it is more affordable and easier to learn for the students. The instruction the school provides does NOT include php. I added instruction in php as a

[PHP] Using HTTP Post variables with multiple domains and scripts

2002-01-26 Thread Dreamriver.com
Hi Folks, I use the regular form POST method to send variables from Domain A to Domain B. On domain B I run a short script. The script does it's thing and then sends the posted variables back to Domain A with header(Location: http://www.domainA.com/folder/script.php;); The problem is that

[PHP] Re: mysql update query

2001-12-05 Thread Richard Creech - DreamRiver.com
Greg, You must specify the tablename :) Like this: UPDATE myTableName ... or mysql UPDATE persondata SET age=age+1; For the official syntax visit mysql language reference at http://www.mysql.com at http://www.mysql.com/doc/U/P/UPDATE.html Kind Regards, Richard Creech [EMAIL PROTECTED]

[PHP] Volume email handling: I got the email blues

2001-12-04 Thread Richard Creech - DreamRiver.com
Hello All, I want to grab several thousand email addresses from my subscriber list and email them. I wrote a script to do this. The addresses come from an online database. I have completely rewritten the script once, but still it gives me email blues. The script in general is very sluggish and

[PHP] 1. php ISP host wanted, 2. Release of EasySQL

2001-01-23 Thread Richard Creech - DreamRiver.com
Pages for dynamic Website Content http://dreamriver.com/software/index.php3 -- 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-mail: [EMAIL PROTECTED]