ue) {
echo '' . $value . '';
}
echo "";
closedir($dh);
}
?>
Syntax check is left as an exe3rcise for the student. =)
Regards,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
assume it simply cannot ever be completely
secured. Period. Seeing something like this just shows me a developer
that trusted the client, and it doesn't particularly surprise me when
they get burned.
Regards,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: htt
se? Or is it just a constant
process of testing and checking?
PHP does have an auto-include system called the autoloader. We use this
heavily in Blackbird ESB to load classes on the fly when they're
referenced. It only works for loading classes, but since you say that's
what you have..
r) run
this javascript work, then at the tail end of it redirect the user to
the login page using a GET or POST query to pass in the username. If it
fails to get the username the login page can then just ask for it.
At least, maybe it will give you enough to Google now.
Regards,
Chad
--
PHP
he user pick which they want. Then, for that file, you
get the list of sheets. Once they select those, you get a list of all
rows/columns in the sheet and use it to set up your table, and populate
your grid with cells. With the above data structure, that's a few
minutes' work.
Regards,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
p.net/manual/en/language.function.foreach.php
What you do is assign the items to an array called, say, items. Then you
use "foreach" in the template to iterate the array, just like you would
in PHP itself. Example 7-8 (Contacts) is pretty close to what you're doing.
Regards,
Chad
--
am new to PHP and I am having a problem removing a password restriction
from a simple Text Updater script (below). I have a bunch of files that need
to be protected and I am planning to use .htaccess, but this script calls
for the password to be input before allowing the update (redundant for my
form, which
would require a u/p stored in mysql, preferably in md5 format. I know I'll
have to do a lot of customization to get it to integrate into my site, but
I'm looking for a solid script that I need to tweak the least. Any
suggestions?
Thanks,
Chad Day
--
PHP General Mai
unds like either allow_url_fopen is set to false or php was compiled
with --disable-url-fopen-wrapper. Either way, checking the output of
phpinfo() should give you your answer.
mh.
On Mon, 10 Mar 2003, Chad Henderson wrote:
> Thanks for the reply. If they did upgrade PHP, which I am fairly sure th
your answer.
mh.
On Mon, 10 Mar 2003, Chad Henderson wrote:
> Thanks for the reply. If they did upgrade PHP, which I am fairly sure they
> did, are there changes to the new PHP that would prevent the script from
> working? Or is it a matter of them not setting up the upgrade t
ED]> wrote in message
news:[EMAIL PROTECTED]
You should contact the web hosting system administrator and verify that
they upgraded php. From what i can tell it seems that they did upgrade
php.
--
Ray
On Mon, 2003-03-10 at 10:58, Chad Henderson wrote:
> I have a number of websites that are o
uot;",(file($this->template)));
16 }
What should I look for?
thanks!
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
r.com/fcgi-bin/oap/generate_magnet?loc_id=$_SESSI
ON[ZIP]&code=689861&destination=$_SESSION[ZIP]");
echo $weatherfile;
but of course it just outputs the raw image data .. I tried echoing it out
in a img src tag, same result. Is there some function I'm unaware of that
will help me out h
this userid var to insert them into a variety of other tables
for other things on the site, such as a phpBB account, etc.
if multiple people are signing up for accounts at different places, is there
the possibility that a duplicate userid could be assigned, or anything like
that?
Thanks,
Chad
g that works in all browsers, and a lot of people seem to
have the same question..
Thanks!
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Following up from Friday.. no replies over the weekend.. can anyone help?
Thanks,
Chad
-Original Message-
From: Chad Day [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 07, 2003 3:02 PM
To: php general
Subject: [PHP] setcookie() in various browsers..
This is with PHP 4.2 and
if (!isset($startlimit)) {
$startlimit = 0;
}
$endlimit = $startlimit + 10;
$yourquery = "your query data LIMIT $startlimit, $endlimit"
that should give you enough insight on how to work it.
Chad
-Original Message-
From: Daniel Page [mailto:[EMAIL PROTECTED]]
Se
s, and a lot of people seem to have the same
question..
Thanks!
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
te it.
Thanks,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
m going
to force the files to be stored offsite - they dont get to upload anything
to the server. I'm just a bit paranoid about this, so I'm hoping someone
more security-minded can tell me what to watch out for, what to check, if
I'm missing anything..
Thanks,
Chad
--
PHP G
Is it possible to use array_sum to add up values in multidimensional arrays?
I have an array like:
$array[0]["VALUE"] = 10;
$array[1]["VALUE"] = 8;
$array[2]["VALUE"] = 5;
$array[0]["OTHERVALUE"] = 20;
$array[1]["OTHERVALUE"] = 15;
$array[2][
I'm googling around for template tutorials and such after seeing a link to
the Smarty template engine .. can anyone point me to any particularly good
ones? I've always been going with the 'one-file' approach .. which I think
it's time I changed.
Thanks,
Chad
--
PHP G
processors?
I use PayPal. Does not require a merchant account. PHP payment interface
and interaction is easy
to implement. Via HTML in your webpage, you pass to PayPal the URL of the
PHP script to be executed
when a payment is received.
- Original Message -----
From: "Chad Day" &l
ral&m=102165623600464&w=2
Reading that, it sounds like it's not possible to use Payment Pro, or
possibly other systems, with PHP .. is this correct? Some of the other
posts in the archive sounded like people were using it, so I'm not really
sure what is possible at this point.
Thanks,
, $last_team);
if ($even) {
array_push($teamarray, $last_team_save);
}
Hope this helps anyone else who needs it.
Chad
-Original Message-
From: Chad Day [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 30, 2002 2:03 PM
To: php general
Subject: RE: [PHP] Round robin
array_push($teamarray, $last_team);
}
*/
}
// echo '';
print_r($games);
?>
-Original Message-
From: Chad Day [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 30, 2002 10:57 AM
To: php general
Subject: [PHP] Round robin script revisited..
I was trying to find a scri
you may want to check
that as well..
Chad
-Original Message-
From: Doug Coning [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 30, 2002 12:25 PM
To: php general
Subject: [PHP] Warning?
Hi everyone,
I'm using Dreamweaver to create an insert page and after the record is
inserted
e can help me out or point me in
the right direction, I'd appreciate it.
Thanks,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
y too far in some cases with
ceil).
Perhaps this function I found is just not the right way to go about it, but
if anyone has any more insight, it's greatly appreciated.
Chad
-Original Message-
From: Marek Kilimajer [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 27, 2002 2:48 AM
To
he time stamps to pass to the function, and I've
confirmed the dates I've entered are correct..
echo weekdaysBetween($nowdate, $futuredate, 2);
Returns 4 ..
can anyone assist?
Thanks,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
. Is this possible in any way,
even if I have to go some route like creating it as a MySQL DB, doing a
conversion to mdb (I've seen conversion tools for vice versa), etc? ..
Thanks,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
, and I can continue using Header: calls ..
hmm.
Thanks for all the help, Jaime and Chris, much appreciated.
Chad
-Original Message-
From: Jaime Bozza [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 10, 2002 10:22 AM
To: 'Chad Day'
Cc: 'php general'
Subject: RE: [P
So, basically... cookies aren't going to work in NS 4.x if I specify a
domain and need to do a redirect afterwards. (I tried the dot at the end,
also no go) ... wow, that sucks. :\
Thanks,
Chad
-Original Message-
From: Jaime Bozza [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, Decemb
the NS 4.x
Header problem popped up, and now the domain issue..
In IE, the code I posted below:
setcookie("NSUSERNAME", "cday", time()+2592000, "/", ".domain.com");
echo "";
works fine in regards to setting the cookie still. NS 4.x is a piece of
c
nd of a pain, but
this is what I get for trying to make a site NS 4.x compatible I guess. Is
there any way to specify the domain of a cookie with NS 4.x in this kind of
situation?
Thanks,
Chad
-Original Message-
From: Chris Shiflett [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 09,
ECTED]]
Sent: Monday, December 09, 2002 4:31 PM
To: Chad Day; php general
Subject: Re: [PHP] Cookie handling, NS 4.x?
--- Chad Day <[EMAIL PROTECTED]> wrote:
> I am having a fairly confusing problem with setcookie()
> in NS 4.x.
>
> My script:
>
> nscookie.php:
>
&
AME];
In IE (all versions I have tested), this works fine.
In NS 7, this works fine.
In NS 4.7 and 4.8 .. nothing is returned. No cookie is set in the
cookies.txt file at all.
Can anyone tell me why? I've been poking around the PHP manual pages but
haven't come across anyt
sion that the
superglobals would be available from basically anything.. apparently I was
wrong.
Thanks,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I just wrote a file upload script and all the information that I needed was
here in the manual:
http://www.php.net/manual/en/features.file-upload.php
There were a couple of "common pitfalls" that it points out, which you
should check. Make sure you've defined the various configuration variables
I figured it out...was the single quotes
Disregard
Chad Winger <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Simple question for the newbie...I hope...
>
> The following line is returning an error, and I can't figure o
Simple question for the newbie...I hope...
The following line is returning an error, and I can't figure out what and
how to comment out. I assumed I had to \ the parentheses...but it doesnt
work... any suggestion?
echo ''."\n
";
Thanks
-Tree
--
PHP General Mailing List (http://www.php.net/
Yes, I'm STILL a newbie :) I've gotten pretty far in a few days thanks to
you all. I have a new question for you, maybe this is a bit easier than my
last issue.
Still using my text file example, which has lines such as:
0706010102|01.01.02|16:00|Serie C2|02|Forlì|Florentia Viola|
0610010102|01.0
Hello Rudolf,
Thank you for responding to my post, I really appreciate it.
I ran the script you sent me, and then I tried looking up the syntax to try
to figure out what it means. As it would be pointless for me just to take
suggestions that people send me and then not learn what they mean. The
r
Hello Rudolf,
Thank you for responding to my post, I really appreciate it.
I ran the script you sent me, and then I tried looking up the syntax to try
to figure out what it means. As it would be pointless for me just to take
suggestions that people send me and then not learn what they mean. The
r
gt;
> 0.02 - actual mileage may vary - insert coin to generate more bs
>
> Cheers
> Will
>
> > -Original Message-
> > From: Chad Winger [mailto:[EMAIL PROTECTED]]
> > Sent: 12 September 2002 03:34 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [PHP
a form) I would use the unix command
> cut to do the operations on the file. Use another exec() or system() and
> have it run cut -d | -f 4 yourfile.txt and then return you the output.
>
> Adam
>
> On Thu, 12 Sep 2002, Chad Winger wrote:
>
> > Thanks for the reply :P
>
that operation, you need to
create function_whatever, then run a so_and_so then I could go to the
manual, and then learn how to write it. So this is my problem right now,
basically not knowing WHAT to learn first.
Thoughts?
Thanks again
-Tree
- Original Message -
From: Jay Blanchard <
s, I still
have lingering questions that I havent been able to resolve. So I have been
trying to just have some of my fellow netizens to just point me to the right
door in the HUGE hallway of doors that will get me into the proper room in
which to learn. So thanks again
-Tree
Chad Winger <
I think I can learn
this fairly quickly with just a little bit of guidance. It's tough when you
go to a PHP channel on IRC and all they tell you is "read the F*G
manual!". I just don't want to be fiddling with SSI and text replacers for
the rest of my life, if you know what I mean.
Anyone who has any thoughts, please reply via email or this forum. I
sincerely appreciate it.
Cheers,
Chad in Florence, Italy [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Use the [] along with the type of input you are using.
Example:
This will send php an array of $thing with whatever is selected.
Hope this helps.
Chad.
-Original Message-
From: Lon Lentz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 29, 2002 4:07 PM
To: Php-General@Lists. Php
oundcount++;
}
?>
-Original Message-
From: Bas Jobsen [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 12, 2002 12:19 PM
To: Chad Day
Subject: Re: [PHP] Pairing algorithm?
Hi
Never Seen it in php. There are many variants, mostly depending on your
needs.
Do you have the algorithm you
ions of it.
Thanks,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ites/online-leagues.com/htdocs/ldapform.php on line 31
Chad
-Original Message-
From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 01, 2002 9:41 AM
To: Chad Day
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] ldap_modify parameters?
I think your problem is that you are passing
online-leagues.com
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
objectclass: CommuniGateAccount
cn: rn
hostServer: online-leagues.com
sn:
st: st
street: str
telephoneNumber: tn
uid: testing
mail: [EMAIL PROTECTED]
so I think the dn is right, but I'm not 100% sure now. Any ideas?
Thanks,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ifficult to get working. :\
Chad
-Original Message-
From: Tech Support [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 2:49 PM
To: Chad Day
Subject: Re: [PHP] FreeBSD 4.6 / PHP 4.2.2 / Apache 2.0.39 install
trouble
Without seeing exactly what steps you took in building both apache and
amiss?
Thanks,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Anyone? Can someone at least point me to some web article for
recommendations? I saw some examples where a password variable was stored,
but is that really safe (as long as I MD5 it first?)
Chad
-Original Message-
From: Chad Day [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 16, 2002
t use a user ID, couldn't someone just change that ID value and
'become' another user?
Thanks for any advice,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
meone from spoofing that cookie? I obviously don't want
to put the password in a cookie .. can someone point me in the direction of
an article about this? I've searched around, but I'm not finding stuff
about in a preventing spoofing / security aspect.
Thanks,
Chad
--
PHP Genera
ys in this yet, just been messing with
the HTML form array stuff..
Sorry if this is confusing.. if any part needs clarification, please let me
know.
Thanks,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Annoying doesn't begin to describe it.
I'm going with the HTML/Excel Header bit, since Biffwriter costs way too
much for a for-profit business to use. Thanks anyway.. looks pretty neat,
and I'll probably use it for some other projects I do.
Thanks,
Chad
-Original Message
ake a field
bold, stuff like that?
Thanks,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
and I haven't
really seen anything addressing the virtual domain issue.. I'm sure there's
something out there, ISPs and such have to be using something, I just don't
know what it is..
Thanks,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
reads:
'./configure' '--with-mysql' '--with-apxs'
but I know I did
./configure --with-mysql=/usr/local --with-apxs=/mypathtoapxs etc etc ..
Still really confused..
Chad
-----Original Message-
From: Chad Day [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 02, 2002
php.ini didn't exist before apparently on this server I'm on.. or rather, it
was a 0 byte file.
Thanks, Rasmus.
Chad
-Original Message-
From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 02, 2002 2:58 PM
To: Chad Day
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP
fread($fd, 5024);
fclose($fd);
Header("Content-type: image/gif");
echo $image;
exit();
now, if I comment out the Header and echo $image; lines, the script works
fine, it reads in the file with no problem it seems. But when I turn those
2 lines back on, it totally hangs. does a
???
Cheers
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Does anyone know if I can exec a perl script from a php script even if my isp doesn't
allow me to run perl scripts from the command line?
I've asked a few questions before on Smarty here and I've worked through
them but this one really has me.
I checked the Smarty lists for answers and couldn't find a clear answer.
Here is my problem.
i want to do something to this effect
{section name=loop_index loop=$DATA_ARRAY}
{$DATA_AR
I've asked a few questions before on Smarty here and I've worked through them but this
one really has me.
I checked the Smarty lists for answers and couldn't find a clear answer. Here is my
problem.
i want to do something to this effect
{section name=loop_index loop=$DATA_ARRAY}
{$DATA
I've asked a few questions before on Smarty here and I've worked through them but this
one really has me.
I checked the Smarty lists for answers and couldn't find a clear answer. Here is my
problem.
i want to do something to this effect
{section name=loop_index loop=$DATA_ARRAY}
{$DATA
uot;
Is this a bug? Am I doing something wrong here? This should work...
--
Chad Cunningham
[EMAIL PROTECTED]
"Well, once again my friend, we find that science is a two-headed beast. One
head is nice, it gives us aspirin and other modern conveniences,...but the
other head of science is bad
> I could be way off, but it sounds like a permissions problem. The user
> that your webserver runs as probably no longer has access to the page.
Allright, how did I not think of that :) Seems someone has been messing
around with permissions on the server, thanks!
--
Chad Cunningham
is page, there is no auto-prepend file defined.
Why is it trying to include the page from an Unknown file? Why aren't all
the pages doing this? I have seen this on two different machines, both
Linux, both were running php 4.0.4p1 and updating both to 4.0.6 didn't fix
it...
--
Chad Cunnin
..
Like, this will happen:
You've seen this page 1 times (not gonna repeat the text)
2
3
4
5
1 // lost 1st session here
2
6 // regain 1st session
3 // switch
7
8
9
4 // switch
no matter how many times I reload that page, it seems to generate a max of 2
sessions. wtf is going on?
Chad
-Ori
Still not working. My script is -exactly- as you have it below, and I
believe I've tried that before.
(begins pulling out hair)
Chad
-Original Message-
From: Johnson, Kirk [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 08, 2001 2:31 PM
To: [EMAIL PROTECTED]
Subject: RE:
.com/classified/realtors/count.php
Chad
-Original Message-
From: Bjorn Van Simaeys [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 08, 2001 1:09 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] Session problem
Maybe you have your cookies turned off in your
browser? Something that is easily forgo
Nope. Same problem. I'm seriously thinking there's a bug in the version of
PHP I am running at this point, but I searched php.net and found no mention
of anything ..
Chad
-Original Message-
From: Brian Dunworth [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 08, 2001 1
I wish it did.
Still the same problem.
Hello visitor, you have seen this page times.
http://www.militarycity.com/classified/realtors/count.php
Chad
-Original Message-
From: karthik [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 08, 2001 1:08 AM
To: Chad Day
Subject: Re: [PHP
Done, still not working. I know that usually has to be there, I was just
going to copy the example from the manual directly, since the session should
automatically kickoff when it hits the session_register bit. This truly has
me baffled.
Chad
-Original Message-
From: hassan el
I tried this, I still have the same problem. Is this a bug in the version
of PHP I am running?
Chad
-Original Message-
From: mike cullerton [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 06, 2001 4:58 PM
To: Chad Day; [EMAIL PROTECTED]
Subject: Re: [PHP] Session problem
i would try
ot;);
}
...
Header("Location: menu.php");
menu.php:
session_start();
echo "Welcome, $NAME";
So like, what the hell. Why would it keep losing track of $NAME?
Thanks,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTEC
add yourself to the apache group in the groups file. This will allow you to
do a chmod for the group on the apaceh dir so you are able to write to it.
chmod +775 I think you would want to do on the directory.
C
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent:
Isn't it Personal Home Pages?
Chad
-Original Message-
From: Johnson, Kirk [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 01, 2001 10:55 AM
To: php
Subject: RE: [PHP] Re: FAQ
> Does anyone know what PHP stands for?
PHP => People Hate Perl.
No, that's just a joke,
escape the double quotes around the href... with \"
PHP thinks youe are ending the echo string prematurely.
-Original Message-
From: Steve Wright [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 31, 2001 11:13 AM
To: PHP List
Subject: [PHP] HELP!! What wrong with this code...
Hey, i am g
How about my site.. http://www.bangable.com
Might not be the kind of site you want to put on your list, but we do get a
lot of traffic.. 4 million page views a month. All PHP/mysql.
Chad
-Original Message-
From: Maurice Rickard [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26
}
else {
$o .= '://';
}
}
else {
$o .= $s;
$s = '';
}
} // while
return $o;
}
Hope this helps,
Chad
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 16, 1979 4:01 PM
To: [EMAIL PR
pctrd
";
}
On the page I get a broken image. If I view the source I see the image is
being called with params.
Any help would be appreciated.
Thanks.
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
dated.. how can I go about controlling this?
Thanks,
Chad
--
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]
PONSE]);
$OVERLIBBED = str_replace(chr(13), "", $RESPONSE);
$OVERLIBBED = str_replace(chr(10), "", $OVERLIBBED);
is what worked for me ..
Thanks all,
Chad
-Original Message-
From: Steve Edberg [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 06, 2001 4:2
I've tried replacing the br's with blank spaces or new line characters, but
in the html code it still breaks on those breaks when I echo it back out.
How can I force this string to be all on one line?
Thanks,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-ma
t just kinda merged all the strings together, no
line breaks (or 's) at all.
Thanks,
Chad
--
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]
Yes, it is. I've tried it on a couple different php4 servers, I've never
gotten it to work.
Chad
-Original Message-
From: CC Zona [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 8:00 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] problems with round ..
In artic
cision?
Thanks,
Chad
--
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]
would give me the same warnings for JPG .. No JPG support, no PNG
support, etc.)
What did I do wrong? I thought I built it in correctly, that configure line
appears when I do the phpinfo() stuff ..
Thanks,
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL
erl
httpd -l shows mod_so.c
and apxs is pointing to the current path of my apache bin directory. I am
not sure what else to try.
Can someone help me out please.
Thanks in advance.
Chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additiona
Sweet, thanks! Fixed it .. learn something new every day ..
Chad
-Original Message-
From: Johnson, Kirk [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 17, 2001 12:19 PM
To: Php-General@Lists. Php. Net
Subject: RE: [PHP] help with header/cookies ..
Add an exit(); immediately following
check, fail it, but don't
redirect me, and continue to allow me to search? What is wrong with my
code? Is there something I'm missing about how I'm handling my
headers/cookies? I have the check_cookie function working on several other
parts of the site, but for some reason I can&
running.
Now I want to add gd support and a few other options to PHP. Can I just
recompile PHP and it will continue to function as normal or would I have to
start at the beginning with openssl and recompile everything along with PHP?
Any help is appreciated.
Thanks
Chad
--
PHP General
cript...
I'm really baffled...how can I have a self-submitting form page that has a
display message and a meta redirect but if the user refreshes the page stop
the resumission of data?
Regards,
Chad Guilette
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL
1 - 100 of 134 matches
Mail list logo