|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: php-general-digest-help
lists.php.netDate: Sun Oct 21 2001 - 03:38:41 CDT
php-general Digest 21 Oct 2001 08:38:41 -0000 Issue 947
Topics (messages 71703 through 71726):
Re: IRC Channel
71703 by: Henrik Hansen
Re: How do i retrieve the records that are NOT linked?
71704 by: Simon Kimber
Re: php hosting
71705 by: Michael A. Peters
71706 by: Chris Bailey
71707 by: Michael J. Seely
71708 by: MINI2
Super newbie question with "Hello world!" statement
71709 by: epanagio.frontiernet.net
71710 by: MINI2
71712 by: Evan Panagiotopoulos
71713 by: MINI2
71714 by: Evan Panagiotopoulos
Re: weird session problem
71711 by: Ross Barefoot
I recently noticed your ad on 1America Mall..
71715 by: Neil Gallagher
Re: Can I have If...Else inside a For Loop???
71716 by: Brad Melendy
cant redeclare class.....
71717 by: Sagar
71719 by: Justin Garrett
cant redeclare class......
71718 by: Sagar N Chand
Using Logical OR operator in IF statement???
71720 by: Brad Melendy
71721 by: Christopher William Wesley
delete html
71722 by: jtjohnston
71723 by: Christopher William Wesley
71724 by: jtjohnston
71725 by: Matthew Loff
Why WAIT??? Refinance Now
71726 by: duckquack.yahoo.com
Administrivia:
To subscribe to the digest, e-mail:
php-general-digest-subscribe
lists.php.net
To unsubscribe from the digest, e-mail:
php-general-digest-unsubscribe
lists.php.net
To post to the list, e-mail:
php-general
lists.php.net
----------------------------------------------------------------------
attached mail follows:
omegachip2000
yahoo.com (Chip Landwehr) wrote:
> Is there a PHP IRC channel?
#php on most networks
-- Henrik Hansen
attached mail follows:
> if i understand you correctly, perhaps this: > > select * from categories a,category_user_rights b where a.name!=b.username; > > jack
When i do something like that I get loads of duplicate records including the ones that should be there! so if i do a group the result just looks like i've selected everything...
here's my query for getting all the (sub)categories that DO have an entry in "category_user_rights"... Somehow i need to reverse it to pull out everything but what it's returning at the moment! :o(
$sql = "SELECT categories.ID, categories.title, categories.code "; $sql .= "FROM categories, category_user_rights "; $sql .= "WHERE categories.parentcat_INC = $cat "; $sql .= "AND categories.ID = category_user_rights.category_id "; $sql .= "AND category_user_rights.username = '$username'";
$result = mysql_query($sql);
Original message:
"categories" contains: ID, parent_ID, name
"users" contains: username, password, name, etc....
"category_user_rights" contains: username, category_ID
How do I pull everything out of "categories" that a given user DOES NOT have rights to? ie. every record from "categories" that does not have a record in "category_user_rights" linking it to a username such as "fred"
Any help on this would be greatly appreciated!
Thanks!
Simon Kimber
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribelists.php.net For additional commands, e-mail: php-general-help
lists.php.net To contact the list administrators, e-mail: php-list-admin
lists.php.net
attached mail follows:
On Sat, 20 Oct 2001 11:29:19 -0700 (PDT)
Heidi Belal <hmbelal
yahoo.com> wrote:
> Anybody know of good reliable hosting that supports > php, and has a control panel to go with it?
Don't know what you mean by a control panel, but http://he.com/ is an excellent host. Very inexpensive, and you get full MySQL database as well as php and cgi-bin.
They have a lot of bandwidth, too.
-- -=-=-=-=-=-=-=-=-=-=-=-=- Michael A. Peters http://24.5.29.77:10080/
attached mail follows:
I was on Hurricane Electric for a very short while. They have great facilities and such, but their pricing can be much higher than others depending on your setup. I'm now using Pro Hosters (www.prohosters.com). The differences I found important were: - HE requires you to have a separate account for each domain name. This means a separate login, a bill for each one, etc. So, if you have 5 domains, it may cost you 5x more. Pro Hosters has a single login, single account setup (if you want), much easier to manage. - Pro Hosters seems to keep their PHP and other software versions more up to date. Last time I checked, HE's PHP version was a fairly early 4.x version, that for example, didn't have a bunch of array functions. - Pro Hosters support is awesome. They are incredibly responsive. Plus, they have IRC chat going all the time, and they are right there to respond, helpful, etc. - Pro Hosters was a lot easier to deal with for setup, configuration, and any other help I needed.
Aside from that, the pricing is pretty similar for a single domain name setup, features are fairly similar, but I've been much happier on Pro Hosters.
Pro Hosters lower end accounts (which I'm using) are run on a big cluster of machines (running FreeBSD and Apache, PHP, MySQL, Perl, etc.). It's slick.
They do have a web application that you use to file service requests and such, and I think it can either, or will be able to show you all your web site statistics and so on.
-----Original Message-----
From: Michael A. Peters [mailto:mpeters
mac.com]
Sent: Saturday, October 20, 2001 2:27 PM
To: Heidi Belal
Cc: php-general
lists.php.net
Subject: Re: [PHP] php hosting
On Sat, 20 Oct 2001 11:29:19 -0700 (PDT)
Heidi Belal <hmbelal
yahoo.com> wrote:
> Anybody know of good reliable hosting that supports > php, and has a control panel to go with it?
Don't know what you mean by a control panel, but http://he.com/ is an excellent host. Very inexpensive, and you get full MySQL database as well as php and cgi-bin.
They have a lot of bandwidth, too.
-- -=-=-=-=-=-=-=-=-=-=-=-=- Michael A. Peters http://24.5.29.77:10080/-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe
lists.php.net For additional commands, e-mail: php-general-help
lists.php.net To contact the list administrators, e-mail: php-list-admin
lists.php.net
attached mail follows:
HI - I've been using http://www.tierranet.com/services/ for several years. Good tech support. Lots of extras.
>Anybody know of good reliable hosting that supports
>php, and has a control panel to go with it?
>thanks,
>Heidi
>
>=====
>Heidi Belal
>ICQ# 32127109
>
>A bus stops at a bus station.
>A train stops at a train station. On my desk
>I have a work station...
>
>__________________________________________________
>Do You Yahoo!?
>Make a great connection at Yahoo! Personals.
>http://personals.yahoo.com
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: php-general-unsubscribe
lists.php.net
>For additional commands, e-mail: php-general-help
lists.php.net
>To contact the list administrators, e-mail: php-list-admin
lists.php.net
--_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Michael Seely 408-777-9949
attached mail follows:
What type of hosting you looking for? Shared? Dedicated? I'm assuming you mean shared. I don't have any particular recommendations, but if you goto www.webhostingtalk.com (forum dedicated to web hosting) you will get A LOT of feedback from different people and their experiences with different hosting companies as well as hosting companies themselves posting on there...really good site that has been a lot of help to me.
Hope this helps
Casey Swenson
Casey
mini2.com
http://www.mini2.com
-----Original Message-----
From: Heidi Belal [mailto:hmbelal
yahoo.com]
Sent: Saturday, October 20, 2001 1:29 PM
To: Php
Subject: [PHP] php hosting
Anybody know of good reliable hosting that supports php, and has a control panel to go with it? thanks, Heidi
===== Heidi Belal ICQ# 32127109
A bus stops at a bus station. A train stops at a train station. On my desk I have a work station...
__________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribelists.php.net For additional commands, e-mail: php-general-help
lists.php.net To contact the list administrators, e-mail: php-list-admin
lists.php.net
attached mail follows:
I have been trying for several hours to get this going but I can't. Any suggestions?
<html> <body> <?php phpinfo(); ?> </body> </html>
Also I have this extremely complex program: <html> <body> <?php phpinfo(); ?> </body> </html>
In both cases the programs are named something.php
Thanks for your help.
Evan P.
attached mail follows:
Dump all the extra html tags and just put <?php phpinfo(); ?>
in the file and see if that works.
Cheers Casey
-----Original Message-----
From: epanagio
frontiernet.net [mailto:epanagio
frontiernet.net]
Sent: Saturday, October 20, 2001 7:00 PM
To: php-general
lists.php.net
Subject: [PHP] Super newbie question with "Hello world!" statement
I have been trying for several hours to get this going but I can't. Any suggestions?
<html> <body> <?php phpinfo(); ?> </body> </html>
Also I have this extremely complex program: <html> <body> <?php phpinfo(); ?> </body> </html>
In both cases the programs are named something.php
Thanks for your help.
Evan P.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribelists.php.net For additional commands, e-mail: php-general-help
lists.php.net To contact the list administrators, e-mail: php-list-admin
lists.php.net
attached mail follows:
Thanks for the quick reply. I tried your suggestion and it shows the three lines with the tags:
<?php phpinfo(); ?> I know php is installed and a few days ago I had the same silly program working!
HELP!!!!!!!!!
Mini2 wrote:
> Dump all the extra html tags and just put
> <?php
> phpinfo();
> ?>
>
> in the file and see if that works.
>
> Cheers
> Casey
>
> -----Original Message-----
> From: epanagio
frontiernet.net [mailto:epanagio
frontiernet.net]
> Sent: Saturday, October 20, 2001 7:00 PM
> To: php-general
lists.php.net
> Subject: [PHP] Super newbie question with "Hello world!" statement
>
> I have been trying for several hours to get this going but I can't. Any
> suggestions?
>
> <html>
> <body>
> <?php
> phpinfo();
> ?>
> </body>
> </html>
>
> Also I have this extremely complex program:
> <html>
> <body>
> <?php
> phpinfo();
> ?>
> </body>
> </html>
>
> In both cases the programs are named something.php
>
> Thanks for your help.
>
> Evan P.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe
lists.php.net
> For additional commands, e-mail: php-general-help
lists.php.net
> To contact the list administrators, e-mail: php-list-admin
lists.php.net
attached mail follows:
Give us some info about the machine running this. OS, PHP version, Apache? Is this your own box? Remote server that you have a shared account on?
Cheers Casey
-----Original Message-----
From: Evan Panagiotopoulos [mailto:epanagio
frontiernet.net]
Sent: Saturday, October 20, 2001 7:19 PM
To: php-general
lists.php.net
Subject: Re: [PHP] Super newbie question with "Hello world!" statement
Thanks for the quick reply. I tried your suggestion and it shows the three lines with the tags:
<?php phpinfo(); ?> I know php is installed and a few days ago I had the same silly program working!
HELP!!!!!!!!!
Mini2 wrote:
> Dump all the extra html tags and just put
> <?php
> phpinfo();
> ?>
>
> in the file and see if that works.
>
> Cheers
> Casey
>
> -----Original Message-----
> From: epanagio
frontiernet.net [mailto:epanagio
frontiernet.net]
> Sent: Saturday, October 20, 2001 7:00 PM
> To: php-general
lists.php.net
> Subject: [PHP] Super newbie question with "Hello world!" statement
>
> I have been trying for several hours to get this going but I can't.
Any
> suggestions?
>
> <html>
> <body>
> <?php
> phpinfo();
> ?>
> </body>
> </html>
>
> Also I have this extremely complex program:
> <html>
> <body>
> <?php
> phpinfo();
> ?>
> </body>
> </html>
>
> In both cases the programs are named something.php
>
> Thanks for your help.
>
> Evan P.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe
lists.php.net
> For additional commands, e-mail: php-general-help
lists.php.net
> To contact the list administrators, e-mail:
php-list-admin
lists.php.net
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribelists.php.net For additional commands, e-mail: php-general-help
lists.php.net To contact the list administrators, e-mail: php-list-admin
lists.php.net
attached mail follows:
Oops, while I was trying to get the version of Apache I tested the httpd.conf file and I got the following messages:
params.c:Parameter() - Ignoring badly formed line in configuration file: <IfDefine HAVE_PHP> params.c:Parameter() - Ignoring badly formed line in configuration file: LoadModule php_module modules/mod_php.so
WHat does this mean? SHould I try to reinstall something?
Thanks.
Mini2 wrote:
> Give us some info about the machine running this. OS, PHP version, > Apache? Is this your own box? Remote server that you have a shared > account on? > > Cheers > Casey > > >
attached mail follows:
Thanks for the suggestion, but this has no effect on the script. And the script runs fine as is on the other host, so I don't think this is the route of the problem.
"Chris Lee" <lee
mediawaveonline.com> wrote in message
news:20011019193920.69041.qmail
pb1.pair.com...
> create the variable then register it, not the other way around.
>
attached mail follows:
Dear fellow marketer
A few months back I joined a program and then...promptly forgot about it. You may have done this yourself sometime...you intend to work the program but then get caught in your day-to-day activities and it's soon forgotten.
The program was free to join so maybe I just didn't take it very seriously.
Anyway, near the end of May I received a letter from my sponsor (Jim Henslin) informing me that I had more than 2000 PAID members in my downline!
As you can imagine, I was very skeptical. After all, how could I have more than 2000 paid members under me in a program that I had never promoted?
I took the time to check out the site...then wrote to Jim asking for confirmation that these were paid members and not just free sign-ups...like me :)
Well, it was true...I had 2365 paid members in my downline. This in a program that I had never worked!
All I had to do was upgrade to a paid membership before the end of the month and I would have my position locked in and a downline of 2365 people.
You can bet I wasted no time in getting my membership upgraded!
I can tell you, if I had known what was happening with this program, I would have become an active paid member months ago!
With this program, you will get a HUGE downline of PAID MEMBERS . My sponsor's check, which is a minimum of $5,000, arrives every month...on time.
How would you like to lock your position in FREE while you check out this opportunity and watch your downline grow?
Just join Post Launch;
To sign up simply reply to: gallagc5
excite.com
Type in Subject: Send My FREE Membership (required)
Type in Letter: Your First and Last Name (required)
Your Email Address (if different from above)
We will confirm your position and send you a special report as soon as possible, also Your Free Member Number.
This is a ONE TIME mailing - your name is already on our exclude list.
I'll get you entered and let you know how you can keep track of your growing downline.
That's all there's to it. No obligation. No risk. Do it Now!
I'll then send you info, and you can make up your own mind.
Warm regards Neil Gallagher
P.S. After having several negative experiences with network marketing companies I had pretty much given up on them. This company is different--it offers value, integrity, and a REAL opportunity to have your own home-based business... and finally make real money on the 'Net.
Their revolutionary Vertical Integration plan is amazing and GUARANTEES that you will have PAID members placed in your downline.
Don't pass this up..you can sign up and test-drive the program for FREE. Just join Post launch now for FREE. Nothing more to it.
You have nothing to lose and potentially a LOT to gain. Just do it!
attached mail follows:
Oops, I spoke too soon. I wasn't getting the results I thought I was until I used "==" instead of "=" at the very end of my IF statement. Thanks very much for pointing that out.
....Brad
"Brad Melendy" <brad
techkno.com> wrote in message
news:20011020180751.17844.qmail
pb1.pair.com...
> Hmmmm..... dunno about that. It's returning the results I'd expect as it
is
> now. If I pass a string with characters that don't match the IF's
criteria,
> I'm getting the ELSE statement's results. Thanks though.
>
> ....Brad
>
> "~~~I Leonid ~~" <nux
auto_no.mailru.com> wrote in message
> news:3bd15547.14743496
localhost...
> > On Fri, 19 Oct 2001 21:46:29 -0700 impersonator of brad
techkno.com
(Brad
> > Melendy) planted &I saw in php.general:
> >
> > >AAAAaaaaarrrrrrgggghhhhh! I don't think I can say much else. Thanks
so
> > >much for pointing that out David. ;-)
> > >
> > >.....Brad
> > >
> > >
> > >"David Pearson" <David
Pearson-Family.org> wrote in message
> > >news:003101c1591a$e00ec290$320110ac
david...
> > >> Could it be the semi colon at the end of the 'if' line, at '...
$nChar
> =
> > >> 45); { ...' ? Looks like the if statement ends there, the ' { print
> > >> "OK."; } ' is a block on it's own and the 'else' is now out of
context.
> > >>
> > >> -----Original Message-----
> > >> From: Brad Melendy [mailto:brad
techkno.com]
> > >> Sent: Friday, October 19, 2001 8:03 PM
> > >> To: php-general
lists.php.net
> > >> Subject: [PHP] Can I have If...Else inside a For Loop???
> > >>
> > >>
> > >> Hi All,
> > >> I'm stumped. I've got the following code:
> > >>
> > >> <?php
> > >> if(isSet($domain))
> > >> {
> > >> for ( $counter=0; $counter <= strlen($domain); $counter++ )
> > >> {
> > >> $nChar = ord(strtolower(substr($domain, $counter, 1)));
> > >> if (($nChar > 47 And $nChar < 58) or ($nChar > 96 And $nChar < 123)
> or
> > >> $nChar = 45);
> > I'd also ^^put == here, or you NEVER get to else{ anyway
>
>
attached mail follows:
Hi all,
I'm using jm_sms class in mysql do....while($myrow=mysql_fetch_array($result)) loop. the class is running fine for the first time. But when it is called for the second time i'm getting an error saying "cant redeclare the class". How to make this class work within a loop.
i'm attaching the files if u want to look inside.
any help is highly appreciated.
thanks,
/sagar
- text/plain attachment: viewresults.php
- text/plain attachment: class.jm_sms.php
_________________________________________________________
Do You Yahoo!?
Get your free
yahoo.com address at http://mail.yahoo.com
attached mail follows:
Move include("class.jm_sms.php") outside of the loop.
-- Justin Garrett"Sagar" <sagarphp
yahoo.com> wrote in message news:4.3.0.20011021070957.00ae36f0
pop.mail.yahoo.com... > Hi all, > > I'm using jm_sms class in mysql > do....while($myrow=mysql_fetch_array($result)) loop. > the class is running fine for the first time. But when it is called for the > second time i'm > getting an error saying "cant redeclare the class". How to make this class > work within > a loop. > > i'm attaching the files if u want to look inside. > > any help is highly appreciated. > > thanks, > > /sagar
attached mail follows:
Hi all,
I'm using jm_sms class in mysql do....while($myrow=mysql_fetch_array($result)) loop. the class is running fine for the first time. But when it is called for the second time i'm getting an error saying "cant redeclare the class". How to make this class work within a loop.
i'm attaching the files if u want to look inside.
any help is highly appreciated.
thanks,
/sagar
- text/plain attachment: viewresults.php
- text/plain attachment: class.jm_sms.php
_________________________________________________________
Do You Yahoo!?
Get your free
yahoo.com address at http://mail.yahoo.com
attached mail follows:
Hello, Ok, this works:
if (substr($sString,(strlen($sString)-1)!="-")) { print "You can't have a dash at the end of your string."; }
and this works: if (substr($sString,0,1)!="-") { print "You can't have a dash at the beginning of your string."; }
But, this doesn't work for any case: if ((substr($sString,(strlen($sString)-1)!="-")) or (substr($sString,0,1)!="-")) { print "you can't have a dash at the beginning or end of your string."; }
What could be wrong? I've used a logical OR operator in the middle of an IF statement like this before, but for some reason, this just isn't working. Anyone got any ideas? I suppose I can just evaluate this with two different IF statements, but it seems like I shoud be able to do it in one and reduce duplicate code. Thanks very much in advance.
.....Brad
attached mail follows:
I'm a bit confused by the logic used (your conditionals are looking for NOT -, but then the printed statement indicates you were looking for the -), but anywho ... try these on for size.
if (substr($sString,-1,1)=="-") { print "You can't have a dash at the end of your string."; }
if (substr($sString,0,1)=="-") { print "You can't have a dash at the beginning of your string."; }
if ((substr($sString,-1,1)=="-") or (substr($sString,0,1)=="-")) { print "you can't have a dash at the beginning or end of your string."; }
(They reflect me thinking that you just had a logic mix-up, and I simplified the call to substr() ... the strlen() was overkill.)
g.luck, ~Chris /"\ \ / September 11, 2001 X We Are All New Yorkers / \ rm -rf /bin/laden
On Sat, 20 Oct 2001, Brad Melendy wrote:
> Hello,
> Ok, this works:
>
> if (substr($sString,(strlen($sString)-1)!="-")) {
> print "You can't have a dash at the end of your string.";
> }
>
> and this works:
> if (substr($sString,0,1)!="-") {
> print "You can't have a dash at the beginning of your string.";
> }
>
> But, this doesn't work for any case:
> if ((substr($sString,(strlen($sString)-1)!="-")) or
> (substr($sString,0,1)!="-")) {
> print "you can't have a dash at the beginning or end of your string.";
> }
>
> What could be wrong? I've used a logical OR operator in the middle of an IF
> statement like this before, but for some reason, this just isn't working.
> Anyone got any ideas? I suppose I can just evaluate this with two different
> IF statements, but it seems like I shoud be able to do it in one and reduce
> duplicate code. Thanks very much in advance.
>
> .....Brad
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe
lists.php.net
> For additional commands, e-mail: php-general-help
lists.php.net
> To contact the list administrators, e-mail: php-list-admin
lists.php.net
>
>
attached mail follows:
How can I delete html from an <input type=text> ?
Signed Perl user converted :) An email post & reply would come in reeeeal handy. John
attached mail follows:
use the strip_tags() function to remove HTML tags from strings.
http://www.zend.com/manual/function.strip-tags.php
~Chris /"\ \ / September 11, 2001 X We Are All New Yorkers / \ rm -rf /bin/laden
On Sun, 21 Oct 2001, jtjohnston wrote:
> How can I delete html from an <input type=text> ?
>
> Signed Perl user converted :)
> An email post & reply would come in reeeeal handy.
> John
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe
lists.php.net
> For additional commands, e-mail: php-general-help
lists.php.net
> To contact the list administrators, e-mail: php-list-admin
lists.php.net
>
>
attached mail follows:
A fella could get converted real quick from Perl. Is there anything else I need to learn :)
Is it that new that I can't find it on the function menu at www.php.net?
Thanks,
John
Christopher William Wesley wrote:
> use the strip_tags() function to remove HTML tags from strings.
>
> http://www.zend.com/manual/function.strip-tags.php
>
> ~Chris /"\
> \ / September 11, 2001
> X We Are All New Yorkers
> / \ rm -rf /bin/laden
>
> On Sun, 21 Oct 2001, jtjohnston wrote:
>
> > How can I delete html from an <input type=text> ?
> >
> > Signed Perl user converted :)
> > An email post & reply would come in reeeeal handy.
> > John
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: php-general-unsubscribe
lists.php.net
> > For additional commands, e-mail: php-general-help
lists.php.net
> > To contact the list administrators, e-mail: php-list-admin
lists.php.net
> >
> >
attached mail follows:
The main manual seems to be down right now, probably being rebuilt... Take a look at:
http://www.php.net/manual/en/html/
strip_tags() is under "String Functions", and has been around for a while.
-----Original Message-----
From: jtjohnston [mailto:jtjohnston
courrier.usherb.ca]
Sent: Sunday, October 21, 2001 3:33 AM
To: php-general
lists.php.net
Subject: Re: [PHP] delete html
A fella could get converted real quick from Perl. Is there anything else I need to learn :)
Is it that new that I can't find it on the function menu at www.php.net?
Thanks,
John
Christopher William Wesley wrote:
> use the strip_tags() function to remove HTML tags from strings.
>
> http://www.zend.com/manual/function.strip-tags.php
>
> ~Chris /"\
> \ / September 11, 2001
> X We Are All New
Yorkers
> / \ rm -rf /bin/laden
>
> On Sun, 21 Oct 2001, jtjohnston wrote:
>
> > How can I delete html from an <input type=text> ?
> >
> > Signed Perl user converted :)
> > An email post & reply would come in reeeeal handy.
> > John
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: php-general-unsubscribe
lists.php.net
> > For additional commands, e-mail: php-general-help
lists.php.net
> > To contact the list administrators, e-mail:
php-list-admin
lists.php.net
> >
> >
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribelists.php.net For additional commands, e-mail: php-general-help
lists.php.net To contact the list administrators, e-mail: php-list-admin
lists.php.net
attached mail follows:
We can help! Mortgage Rates have been slashed again!
*Lower your monthly payment! *Shorten the term of your loan! *Reduce your interest rate!
SAVE MONEY!!!
NOW is the time to refinance... rates have NEVER been lower!
We CAN assist everyone, even if you've been turned down before!
Take just a minute to complete this form and a Loan Consultant will contact you at your convenience.
http://www.firstmortgagedebt.com
Your information is secure, confidential and you are under NO OBLIGATION for this free analysis.
****************************************************************
Since you have received this message you have either responded
to one of our offers in the past or your address has been
registered with us. If you wish to be removed please reply to:
mailto:b6t7s
yahoo.com?subject=remove
**********************************************************
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]