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 example,
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:
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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) retri
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 yo
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
ellow 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]
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.ph
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
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]
250.744
11 matches
Mail list logo