in the meantime you could may be use my PHP forum at :
http://www.cyberdistributeur.com/yabbse/index.php
as the gathering place for php job posting, just an offer...
up to you to use it or not, i still have some bandwith left
Roger Garin-Michaud
from Saint-Priest near Lyon, France
http
this was enough to be able to
upload files greater than the default 2mb.
Even though php.ini has been changed, when I check phpinfo.php, I see that
upload_max_filesize is still 2mb and my file is not being uploaded.
Can anyone tell me what I am missing here.
Thanks,
Roger Lewis
--
PHP Ge
Yep,
Mine is in /etc/httpd/php.ini and that's what phpinfo gives me
Roger
-Original Message-
From: Marco Tabini [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 04, 2002 3:19 PM
To: Roger Lewis
Cc: PHP-General
Subject: Re: [PHP] Max File Size
Are you sure you're look
ssing here.
Thanks,
Roger Lewis
Further to my original post, to check if my php.ini was being recognized I
temporarily changed some other configuration options, i.e. register_globals
and include_path, and reloaded phpinfo.php. All options, except for
upload_max_filesize, were changed per my
ave access to this setting.
Roger
-Original Message-
From: David Banks [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 04, 2002 5:22 PM
To: 'Roger Lewis'
Subject: RE: [PHP] Max File Size
Don't forget to increase post_max_size as well
See also http://www.php.net/manual
ectory for HTTP
uploaded
RL> files (will use system default if not specified)
RL> upload_max_filesize = 750 ; 2 Meg default limit on file
uploads
RL> extension_dir = /usr/lib/apache/php
; directory in which the loadable
RL> extensions (modules) reside
RL> Thanks for any help
as wrong before - I do have a directive for memory_limit. It is 8M
Regardless, this doesn't explain why I can't upload a file that exceeds 2M,
except that I don't seem to be able to reset upload_max_filesize to greater
than 2M.
If you have any other thoughts, they are much appr
Tom Rogers responded on Wednesday, December 04, 2002 6:11 PM
Hi,
Thursday, December 5, 2002, 11:54:08 AM, you wrote:
RL> Tom,
RL> Thanks for your response. If this is so, can you tell me how I check it
out
RL> and fix things.
RL> Roger
TR> Unless you have set it y
Jason Wong responded Wednesday, December 04, 2002 10:24 PM
< On Thursday 05 December 2002 10:14, Roger Lewis wrote:
< > Thanks for the suggestion. I'll try ini_set although I'm not yet
certain
< > of how to use it.
< As has already been pointed out, the uploads tak
Hi,
Thursday, December 5, 2002, 5:11:16 PM, you wrote:
RL> Jason Wong responded Wednesday, December 04, 2002 10:24 PM
RL> < On Thursday 05 December 2002 10:14, Roger Lewis wrote:
RL> < > Thanks for the suggestion. I'll try ini_set although I'm not yet
RL> certai
Hi,
Thursday, December 5, 2002, 5:11:16 PM, you wrote:
RL> Jason Wong responded Wednesday, December 04, 2002 10:24 PM
RL> < On Thursday 05 December 2002 10:14, Roger Lewis wrote:
RL> < > Thanks for the suggestion. I'll try ini_set although I'm not yet
RL> certai
t_max_size = 8M.
Furthermore, I tried resetting it using ini_set("post_max_size", "16M"), and
ini_set("post_max_size", "1600"), but neither of these had any effect.
Any suggestion for how I might reset post_max_size. I'm using PHP 4.0.6.
Thanks in advance.
Nilaab,
This sounds similar to what I was trying to do recently, i.e creating
dependent dropdown boxes. Here's a link to a demo of the code that might be
of interest to you.
http://www.onlinetools.org/tools/easyselectdata/index.html
Cheers.
Roger
-Original Message-
From: @ N
I want to use mm for session handling and as I haven't enabled it before
my first action was to try to enable mm in php.
apache configure:
LD_SHLIB=ld ./configure --with-layout=OpenBSD --enable-module=rewrite
--enable-module=so --enable-module=info --server-uid=www --server-g
id=www
php configur
I found the problem! It was a space before $ in ' $name' in line two of the
query.
Sorry for the trouble.
Roger
-Original Message-----
From: Roger Lewis [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 17, 2002 4:00 PM
To: Php-General
Subject: mysql_num_rows
Would someone be k
ws, the query returns only 12 rows.
$sql = "SELECT * FROM users";
$result = mysql_query($sql) or die ("Cannot verify the member");
$rows = mysql_num_rows($result);
echo "rows = $rows";
Conclusion: mysql_num_rows seems to be returning one less row than exists.
Is this c
This is a test.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
From: Martin Towell [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 17, 2002 10:02 PM
To: Php-General
Subject: RE: [PHP] test
na! didn't work :)
-Original Message-----
From: Roger Lewis [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 18, 2002 4:59 PM
To: Php-General
Subject:
John,
I'm emailing. And it looks like each time I send something, I get the same
message in return.
Roger
John Taylor wrote:
Roger,
Are you emailing or posting to the news group?
John
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsu
So what the h... is going on?
Roger
< Lookee there, I'm getting it now and I'm sending to the newsgroup.
< Subject:
<NDN: [PHP] Re: mysql_num_rows
< Date:
<Wed, 18 Dec 2002 14:18:28 +0800
< From:
<"Mailer-Daemon" <
Martin,
I'm sending too [EMAIL PROTECTED] also. Never seen anything like
this before
Roger
Martin Towell wrote:
< actually, I get the same error. I've been putting it down to someone
< subscribing and now their email is invalid. <<
< BTW: I'm emailing to [EM
an excerpt from php man pages says that:
"This function requires the imap_stream to have been opened as the mail
administrator account. It will not work if opened as any other user.
...
...
$mbox = imap_open ("{your.imap.host:143}", "mailadmin", "password");
"
my question is, where do i set this
servers to achieve a balance and fast response. can i go like
this:
server A
ldap
courier-imap
server B
apache
php
qmail
for mysql, i have an existing server that i will use for database queries.
appreciate your kind advice.
best rgds.
roger
age level is: " . $storage['usage'];
print "STORAGE limit level is: " . $storage['limit'];
$message = $quota_values['MESSAGE'];
print "MESSAGE usage level is: " . $message['usage'];
print "MESSAGE usage level is: " . $
php-4.3
libmcal-0.5 (i intend to use Horde's Kronolith and the README said it cannot
work with libmcal-0.6)
configure gave this error:
checking for MCAL support... yes
configure: error: Unable to locate your libmcal header files - cal_misc.h
should be in the directory you specify or in the include
is it possible to retrieve a bunch of records from an ldap tree and do a
next-prev navigation on those records ? example script pls.
--
__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
--
PHP General
is it possible to retrieve a bunch of records from an ldap tree and do a
next-prev navigation on those records ? example script pls.
--
roger
__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
--
PHP
());
i am really confused as to how to setup the mailadmin account.
i am running php-4.3, courier-imap and qmail-ldap
appreciate any help.
--
roger
__
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.
test, please delete
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
for an application, i would like to have the temporary upload file directory
under the webroot of this application.
how can i override the php.ini directive of upload_tmp_dir ?
--
roger
__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA
ith Apache 1.3.20
Here is the script:
User Name
Can anyone see what I am doing wrong? Thanks.
Roger Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Wednesday 24 July 2002 11:12, Roger Lewis wrote:
> I'm trying to learn to create a directory in php, and from everything I've
> read I created this simple test that I put into the file add_user_dir.php.
> Unfortunately I can't get it to work. I am getting the er
this
but my javascript knowledge is too shallow. after submitting a form with
errors, the 2 select boxes will default back when the script starts. which is
NOT what i want. if nebody have done this, appreciate your help.
--
roger
--- Nathan Cook <[EMAIL PROTECTED]> wrote:
> You may already
e warnings:
Warning: First argument to array_keys() should be an array in
/home/httpd/vhost/home/fruits.php on line 14
Warning: Argument to array_values() should be an array in
/home/httpd/vhost/home/ureg/fruits.php on line 15
how do i script around that ?
--
roger
__
i presented my visitor to fill up some description about themselves via HTML's
textarea FORM element.
how do i block them from entering unwanted HTML tags into the textarea field?
--
roger
__
Do You Yahoo!?
HotJobs - Search Thousands of New
a file being written to my ecard
directory.
this file is named futuresend.php.1
the next day there will be another file called futuresend.php.2
so on and so forth.
how do i stop Solaris/Linux from spitting this file out ?
--
roger
__
Do You Yaho
yes, you are rite. and i know that.
it could have *accidently happened* due my haste in between pulling my hair
trying to figure out / solve my scripting.
my apology to Jean-Christian and the list.
rgds.
roger
--- Jean-Christian Imbeault <[EMAIL PROTECTED]> wrote:
> Hey Roger, when yo
cated bind
$r=ldap_bind($ds,"cn=admin,o=Administrators,dc=mydomain,dc=net", "secret");
if (!$r) {
echo "LDAP bind failed";
exit();
}
// we want to transfer user roger from Civil Engineering to Credit section in
Finance
$r=ldap_rename($ds,
"uid=roger,ou=People
e this:
>
> $r=ldap_rename($ds,
> "uid=roger,ou=People,ou=Civil,o=Engineering,dc=mydomain,dc=net",
> "uid=roger",
> "ou=People,ou=Credit,o=Finance,dc=mydomain,dc=net", TRUE);
>
> Stig
wonder if anyone has developed a wrapper around captcha.
or is there an alternative way ?
--
roger
__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
dresses separated by commas.
Thanks for your help,
Roger Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks for the quick responses from Chris, Daren, and Kevin. I didn't know
so many would be up Sat night.
This looks like it might do the trick since I only have 20 to 30 recipients
and I have a dedicated server. I'll check it out and let you know.
Thanks again,
Roger
-Origin
On Sat, 17 Aug 2002 20:10:02 -0700
"Roger Lewis" <[EMAIL PROTECTED]> wrote:
> My problem is how do you create the variable, $to, from the MySQL table so
> that it contains all of the addresses separated by commas.
Daren Cotter [mailto:[EMAIL PROTECTED]] responded
Saturday
o view the page that the
link is on. However, if he somehow knows the full path to the file, he can
get to it directly, bypassing the link and overriding the authentication
system.
Thanks for any help on this question.
Roger Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscr
On Wednesday 21 August 2002 08:59, Roger Lewis wrote:
> I haven't been able to find much on this subject in the archives.
>
> Using sessions I have been able to have the server validate the user's
> access level before serving him a page. I put include files on e
On Wednesday 21 August 2002 10:54, Roger Lewis wrote:
> I did, but like I said, I couldn't find much. Maybe I wasn't using the
> correct key words. There is a lot about protecting php and html files but
> not much on other, non-php files in external directories. There i
, and
upload them to a directory all at one time. Can it be done?
Roger Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Wednesday, August 21, 2002 6:41 PM
Peter Goggin wrote
< 2. I need to set up credit card payments. Has anyone any experience with
< PayPal? Are there any other providers I should consider.
Nothing but good to say about PayPal
Roger
--
PHP General Mailing List
the
database to authenticate the users.
Roger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
TO MAKE MSIE
WORK
AT ALL
header("Content-transfer-encoding: binary\n");
header("Content-length: " . filesize($path) . "\n");
//send file contents
$fp=fopen($path, "r");
fpassthru($fp);
The Cache-Control header came from comments by [EMAIL PROTECTED], 04-Apr-2002
12:25, in http://www.php.net/manual/en/function.fpassthru.php
I'm not sure why these additions fixed the problem, but they did. Maybe
someone out there with a better understanding than I can explain. Hope this
helps.
Roger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Richard Lynch responded
Monday, August 26, 2002 3:28 PM
to Roger Lewis
>I'm not certain this is the right place to ask, but here goes. For
security
> >reasons I have placed certain document files in a directory outside my
web
> >root. There are many types of files included
h *me* ?
--
roger
__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ctrl r worked for me
-Original Message-
From: Peter Janett [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 03, 2002 10:00 AM
To: Robert Cummings; [EMAIL PROTECTED]
Cc: Dan Ostrowski; [PHP GENERAL]
Subject: Re: [PHP] Any netscape users out there?
Simply hold down the control key and t
Category1_2
datasets[2]="Category1,subCategory1_3
datasets[3]="Category1,subCategory1_4
datasets[4]="Category2,subCategory2_1
datasets[5]="Category2,subCategory2_2
etcÂ…
Can someone explain how to write the php code to output the category and
subcategory names from the mysql table to
Thanks Elias,
I took a look at the code and there are indeed many things to learn;
however, it's all in js.
I'm trying to have php write the js, but I don't know enough about arrays
and manipulating their elements.
Roger
-Original Message-
From: lallous [mailto:[EMAIL P
hat cookie.
Please advise.
--
roger
__
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I know this should be very simple, but I just don't get it.
I want to delete a record from a mysql table, but prior to deleting the
record I want to receive an option to confirm the deletion. On page one
(kb_areas_add.php) I have a form for inputting the field (area_todelete) for
the record I wa
confusing.
< ---John Holmes...
Thanks guys. The intermediate page scheme worked.
I added the hidden field like so because I couldn't get "htmlentities" to
work:
I appreciate the help.
Roger
> -Original Message-
> From: Roger Lewis [mailto:[EMAIL PROTECTED]]
>
try this (noticed that I've changed $foo to $_POST["foo"]. after all we're
livin in globals off rite? )
";
for($i=0;$i";
}
}
else {
?>
" method="post">
One
Two
Three
--
roger
--- "John W. Holmes" <[EMAIL PROTE
I'm having a problem with the is_dir function, or maybe I don't understand
how it supposed to work. I'm using the following code to check whether or
not a directory called $user_dir exists. If it exists, I am returned the
proper message. But if it doesn't exist, I get the following error message
I believe the path is of the correct format.
So for example, if
$user_dir = /home/sites/home/users/demodocs/web/userforum/user
and $user_dir exists, then
is_dir($user_dir) should = 1
however, if $user_dir doesn't exist, then
is_dir($user_dir) should = 0
Isn't this the correct log
> $test = is_dir($user_dir);
> if($test){echo "You have a user directory. It is $user_dir";}
> else{echo "Your user directory doesn't exist";
> return;}
> Thanks a lot.
> Roger Lewis
This is a follow-up to my original posting.
* I did not get an ans
anyone done this? Can it be done other than by separately displaying
and saving each page as an html page, and then manually creating the links?
Roger Lewis
On Wednesday, November 06, 2002 1:51 AM, BigDog replied
To: ROBERT MCPEAK
BD> That is going to be very hard to do...you might want to l
This sounds pretty good, but I know absolutely nothing about xml or xsl.
Any literature, articles, links, or other resources you know of that could
point me in the right direction. This would be worth researching.
Roger
-Original Message-
From: .: B i g D o g :. [mailto:bigdog
of exactly 2 digits; and they
are in the range from emoticon01 to emoticon30.
i have spent the whole day starring at my crt and reading manpages plus
examples. i achieved nothing but sore eyes.
i would GREATLY-GREATLY appreciate if someone could gimme a code snippet on how
to this sorta thin
yeeaHAH ! great. Thanks John.
think i'll never regret joining the list.
--
roger
--- John Legg <[EMAIL PROTECTED]> wrote:
> Hi Roger
>
> Try this:
>
> $str = "sometext sometext [emoticon01] sometext [emoticon23] sometext";
>
> $new_str = preg_replac
ze etc
etc)
please advise.
--
roger
__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ulate the _SESSION variables.
$q = "SELECT * FROM employee";
$r = mysql_query($q);
$row = mysql_fetch_array($r);
while ($row = mysql_fetch_array($r))
{
if ($employee == $row["id"])
{
$_SESSION['dear'] = $row["last_name"];
$_SESSION['to_emai
I'm sorry for the double post. Other then letting both lists know this
was solved, it won't happen again. Sorry.
Thank you for the solution!
I new it was simple. I've been staring at it too long. Fresh eyes
always helps!
Thanks again,
Roger
You are making the fetch twice
and please, could we turn off the "email receipt requested" before
sending messages to this list??? I find them most annoying and time
consuming for a list this large.
Thanks,
R
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
use their back button to
change a variables value in step 2, the new value is never saved by the
session and their original entry is used in the email. How can I adjust
for people using their "back" buttons during the individual steps of the
script?
3) Should the header calls appear
Sorry Didier, your suggestion did not solve the problem. I appreciate
the information though!
I'm still having the "back" button problem in the middle of using the
script.
Thanks,
Roger
Didier McGillis wrote:
http://www.php.net/manual/en/function.header.php
// always modifi
h my
version of PHP?.?.?.? I'm currently running PHP Version 4.3.3
Thanks,
Roger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
right side of the pdf document.
Thanks,
Roger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Tried that. Unless I overlooked something, the PDFlib.com docs were of
no help.
Thanks,
Roger
Curt Zirzow wrote:
* Thus wrote Roger Spears ([EMAIL PROTECTED]):
Hello,
I have read the http://us4.php.net/manual/en/ref.pdf.php and am unable
to find a solution for what I'm trying to do.
Sorry if this is a double post or if it's already been talked about.
I just found out a few moments ago that http://www.dotgeek.org/ is
having a php programming contest/marathon in November. Here's the link:
http://www.dotgeek.org/?q=node/view/9
Thanks,
Roger
--
PHP General Ma
WTF does all this mean?
Hi. This is the qmail-send program at pb1.pair.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<[EMAIL PROTECTED]>:
This message is looping: it already has my Delivered-To
That is funny stuff..I often wonder why no one ever cracks jokes or
makes a connection...
John W. Holmes wrote:
John Nichel wrote:
Hey, I beat John Holmes
You mean you're bigger than 14 inc... err, nevermind, you're talking
about something else...
--
PHP General Mailing List (ht
field contains two characters of data it should
still appear 4 characters in length. I was hoping to achieve aa/hi /aa
instead all I get is aa/hi/aa.
Thanks,
Roger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
= str_replace(",", "", $mpt_line);
print "aa/".$no_commas[0]."/aa";
For output all I get is the actual text and no blank space padding.
Meaning that if the field contains two characters of data it should
still appear 4 characters in length. I was ho
-Original Message-
From: Roger Schweppe [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2003 9:55 AM
To: [EMAIL PROTECTED]
Subject: FW: errors using iis,soap,php
Hi,
Arnaud Limbourg suggested that I might find an answer to the question below
from someone at this e-mail address
t;
rename($old_name, $new_name);
I know I can suppress the the warning with @, but I'm more interested in
WHY this warning gets generated. I'm using PHP 4.2.2 on a Linux box.
Any hints or suggestions are greatly appreciated...
Thanks,
Roger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
k you for the suggestion. Unfortunately, it didn't resolve the
issue. Still getting the warning AND the rename function works. Odd
indeed...
Thanks,
Roger
away.
Thanks,
Roger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
on:
You have this:
system("rename('/path/to/new.sh', '/path/to/old.$today')");
Try this:
system(rename('/path/to/new.sh', '/path/to/old.$today'));
HTH,
Roger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
This question may border on OT...
I have a web form where visitors must enter large amounts of text at one
time (text area). Once submitted, the large amount of text is stored as
a CLOB in an Oracle database.
Some of my visitors create their text in Ms-Word and then cut and paste
it i
s returning...
Thanks for the tip(s)!
R
Roger Spears wrote:
Hello,
This question may border on OT...
I have a web form where visitors must enter large amounts of text at
one time (text area). Once submitted, the large amount of text is
stored as a CLOB in an Oracle database.
Some of m
Marek Kilimajer wrote:
> I don't know what the character is but if you paste it into the
> textarea, ord() will tell you.
>
When I run ord(), it returns the value of 19. I'm guessing that is a
hex value. And when I look that up on the ascII table, it says:
19 DC3 (Device Control 3)
For some rea
se,
the ord() (ordinate) value for the left quote was 147 and the right
quote was 148. When being retrieved from the database, the ord()
(ordinate) value for the left quote was 17 and the right quote was 19.
Thanks again to everyone who offered help!
Roger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Here is a real code solution instead of my original posted client
solution
My original problem involved text submitted via the good old fashion
in a web form. If a visitor created their text in MS-Word
and then cut and paste their text over to the web form and submitted,
any place within
Another big one is Jello
It's a brand if I'm not mistakenthe product is gelatin
Jello brand gelatin
but all forms of pudding and gelatin are sometimes referred to as Jello...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Check out Leon Atkinsons Core PHP Programming. He has a couple good
examples on using pie charts and bar charts.
- Original Message -
From: "Mike Mike" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 30, 2001 11:39 AM
Subject: [PHP] Creating Graphs
> Hello,
> I was wond
found";
}
$legalfields = array("foo", "reasonForRepair");
if (array_search("reasonForRepair", $legalfields) == TRUE) {
echo "Found!";
} else {
echo "not found";
}
?>
Thanks in advance,
Roger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
w and refresh or reload
the specified window.
TIA,
Roger
luck.
Roger
On Thu, 5 Jul 2001, Bernie Kruger wrote:
> Hi,
>
> I know this may be a previously discussed topic, but I want to be sure I get
> the right books. I need a good book on intermediate PHP programming. I am
> looking to buy PHP 4 Bible, but is that the best I can get?
>
> I looked through the li
PHP 3,IE6, Windows ME.
Thanks very much in advance,
Roger
__
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
--
PHP General Mailing List (http://www.php.net/)
To un
be happening? Please find attached
downloaded image.
Thanks,
Roger
--- David Otton <[EMAIL PROTECTED]> wrote:
> On Thu, 4 Oct 2001 07:32:17 -0700 (PDT), you wrote:
>
> >I have added a download button to a web-site that
> >enables users to download images to their local
any
ideas I would be most grateful.
Thanks in advance,
Roger
upload.html
==
Upload file :
Image Description :
First Name : Last Name:
Location:
Dagenham
Romford
Other
Age :
Email
What's the most popular/usable captcha library that is currently available. I frequent
PEAR website but couldnt find any. Pls advise.
--
roger
---
Sign Up for free Email at http://ureg.home.n
1 - 100 of 438 matches
Mail list logo