How you want to get a value from client side to php on the same page?
Joseph
"Orv î?÷inklÏ ²ørÏkîskî" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Frederik
>
> Run this code. It does what you want it to.
> In your or
Try
$MyArray = array('DATETIME' => $DateTime);
$MyArray["BUYVAL" ] = "1.23";
"Sharat Hegde" <[EMAIL PROTECTED]> wrote in message
30402B4CB8C7D311A3C600C04F1513BC7E8976@bg2ipmail">news:30402B4CB8C7D311A3C600C04F1513BC7E8976@bg2ipmail...
> Hello,
>
> I have a requirement to add elements to an assoc
ons (which i've been trained to do), how much of a time
improvement would we be talking about?
please send me your input!
i am at a growing stage and need direction here.
because any of those steps will require considerable time.
thank you.
joseph.
--
PHP General Mailing List (htt
hThis_general,$debug_matchThis_dbArray,
$debug_array_of_possibles,$debug_matchThis_great_detail);
58 if ($debug_matchThis_general) { echo "after
matchThis#2**match_count***".$match_count.""; }
59 }
60
61 }
62
63 // un
many points given to my esteemed and humble correspondant for:
1)
> psychics-php is a seperate mailing lists, please channel/mindmeld the correct
> subscription procedure from John Nichel ;-)
>
points to me for a quick comeback ( word is indexed, wordsize is not)
1) per mysql website
...
>
sorry, i made a mistake before.
> >9795 Query select
> > word,def,wordid,pos,posn,wordsize,syn from korean_english where word
> > like '운전할' order by wordsize desc
>
> in cases when you are not using the wildcard tokens (percentage signs)
> try changing the query to u
this is what gnuboard4 uses to process logins
$tmp_sql = " insert into $g4[login_table] ( lo_ip, mb_id, lo_datetime,
lo_location, lo_url ) values ( '$_SERVER[REMOTE_ADDR]',
'$member[mb_id]', '$g4[time_ymdhis]', '$lo_location', '$lo_url' ) ";^M
i thought about proxy proxy servers upstream from us
this is what gnuboard4 uses to process logins
$tmp_sql = " insert into $g4[login_table] ( lo_ip, mb_id, lo_datetime,
lo_location, lo_url ) values ( '$_SERVER[REMOTE_ADDR]',
'$member[mb_id]', '$g4[time_ymdhis]', '$lo_location', '$lo_url' ) ";^M
i thought about proxy proxy servers upstream from us
mr. maas,
psychic me you are a man.
i created an index, no change. but i already knew that because one of
the cases where an index is never used is when
> The key used to fetch the rows is not the same as the one used in the
> > ORDER BY:
>
> which is the case here.
(index creation
> >
> > I have got some expensive sql queries (doing lots of LEFT JOINS) that result
> > in anything between 10 to 1 results. I need to do paging on those. So
> > far I have used a LIMIT solution which will not do anymore because you don't
> > get the whole total.
i just decided to issue a cou
something?
>
> [EMAIL PROTECTED] wrote:
> > Blogger could not process your message at this time.
> >
> > Error code: 6.1C18D13
> >
> > Original message:
> > From: [EMAIL PROTECTED]
> > Date: Mon, 13 Mar 2006 14:19:56 +0100
> > Subj
bonjour,
why does my DB object always send INIT DB to mysql server? i am using
PHP 5.0.5 and
* @versionRelease: 1.7.5
* @link http://pear.php.net/package/DB
*/
the problem caused by calls like the following -- very simple code,
really may be caused by my PEAR/DB.php wrapper f
why is this iconv function not working for me?
i am converting $search to euc-kr charset.
my conversion code is not working.
background and motivation
i have to mimic a accept-charset on a form to fake a get request by
disguising it as a hyperlink. (my firefox ref
> why is this iconv function not working for me?
> i am converting $search to euc-kr charset.
> my conversion code is not working.
>
> background and motivation
>
> i have to mimic a accept-charset on a form to fake a get request by
> disguising it as a hyperlink. (
Steve, I may have missed this response, if this is a repeat please
excuse me...
Make sure you have the correct mysql and php versions to run phpBB. I
had 404 errors with a blogging/forum application where the index file
moved to another page. But because there were some errors in setup the
pa
Is there a list which deals with basic certification questions and
anxieties? I got the 'official' Zend study guide and now believe I know
nothing. And the practice book has quests whose subjects are not
mentioned in the relevant chapters. If someone else has completed the
exam, which text did
Jay Blanchard wrote:
[snip]
Hey, Look I made a new database just for this money testing stuff.
This is the table:
CREATE TABLE `money` (
`money` varchar(255) NOT NULL default ''
) TYPE=MyISAM;
Now, I use this code
$sqlUpdate = "UPDATE `myDatabase`.`myTable` SET `myMoney` =
(`myMoney`-10)
Ade Smith wrote:
I am attaching a PDF document to an email, this part works great, however to
get this to work it prevents the text in the body of the message to be
displayed, what am I doing wrong?
Here is the code:
$filename = "confirmation.pdf";
if(!($fp = fopen($filename, "r"))):
sorry, i think i misunderstood his problem. I didn't get the replies to
his original post until after I sent mine
jzf
Joseph wrote:
Ade Smith wrote:
I am attaching a PDF document to an email, this part works great,
however to
get this to work it prevents the text in the body o
it is set before setting it is to:
if (!isset($_SESSION['client_filter'])) {
$_SESSION['client_filter'] = $client_filter;
}
That way it will be set before the rest of the script commences.
Hope this works for you! If not, I'm not sure what the problem is and
someone el
eeing if it matches the stored, encrypted password. There is
no way to decrypt it without brute forcing it.
So just assign a new password and mail it to the user. Hope this helps.
--Joseph Guhlin
http://www.josephguhlin.com/
Was I helpful? Let others know:
http://svcs.affero.net/rm.php?r=
No, for that use a if statement
if($fname == "Select") {
$errormessage = $error;
include( "other.html" );
exit;
} else {
//code
}
A switch works like this
switch($var) {
case 1:
//if $var==1
$thisvar = $something;
break;
case 2:
//if $var==2
$thisvar = $something2;
break;
}
~M
I hear GD is included in 4.3. What does it all
support? Does it support gif?
Joseph
__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubs
Are there any special configuration commands I have to
include at install to use GD?
J.
__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
Can someone tell me what is wrong? I get this error
message when I try to configure
checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=
configure: error: freetype2 not found!
Here is my configure...
./configure
> Do you have freetype2 installed?
No, but I removed the --with-freetype-dir=/usr and it
installed ok. Does this mean I wont be able to create
text on images?
Basiclly, I want to configure php so that I can create
images with text on them, like a graphic counter. I
don't care what font is used,
> Do you have freetype2 installed?
No, but I removed the --with-freetype-dir=/usr and
it installed ok. Does this mean I wont be able to
create text on images?
Here is basically what I want to do if that helps... I
want to configure php so that I can create images with
text on them, like a grap
I'm starting to use sessions for my website and wanted
to know some things before I fully commit to use them.
1) How are sessions different from cookies other than
where the information is stored?
2) Does session data stored on the server
automatically delete after a certain time?
3) Is a sessio
Where can I set the session data size?
Joe.
__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Can PHP tell how many pages there are in a multi-page .TIFF file?
The tif file would be on the local machine.
Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
to
the proper place when clicked. Should I be using
cookies or sessions to do this? I think the problem is
that some people have their browser set to not accept
cookies which is why they get directed to other
places.
Thanks,
Joseph Bannon
RisingMusic.com
I think paypal can be used. I created a script that
gets all their information passed from paypal's server
where it updates their account on mine. Very seemless.
J.
__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.
You need to use exec, system, etc. Here is a script that I recently put together. It
backs up the database, and pushes it as a download to the user.
Hope this helps,
Joseph
"John Taylor-Johnston" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Anyone do
u. that should read:
exec("mysqldump -c -q database -u user -ppassword", $sql);
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Anyone? Reply?
I recently created some scripts to rotate ad banners
on my site. One script is called show.php, which
serves the banner. The other is called click.php,
which redirects the people to the proper site for
the banner they clicked on.
Some people have noticed that when they click on t
> Why don't you just use phpAdsNew?
Because I prefer to write it myself so I can learn
more.
J.
=
RisingMusic.com
450,000 registered users.
14,000 registered bands and artists.
__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips,
> Don't reinvent the wheel :)
>
> http://www.phpadsnew.com/one/
Then how would people learn? Eventually everyone that
knows how to make the wheel will die and the knowledge
to make it will be forgotten.
J.
__
Do you Yahoo!?
Yahoo! Tax Center -
> The other problem is that if I open two browser
> windows to your site, one after the other, and see
> two banners, and then click on the first one, am
> I going to go to the site for the second one?
Yes, that is one of the main problems. Would using
sessions help end this?
J.
> Would this do it for you?
No, that is that the problem. Showing the banner is.
It's when they click on it.
__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
--
PHP General Mailing List (http://www.php.
object to the
other classes.
I.e.:
// Create the db object
$mysql = new mysql();
Now create whatever other objects I need, passing in mysql as an argument.
$job = new job($mysql);
4) Some other idea?
Thanks for any help,
Joseph
--
PHP General Mailing List (http://www.php.net
Regarding file uploads...
1) Do the temp files automatically delete, or do I
need to put something in the code to delete them?
2) If automatically, how long? Where can I set the
length of time until they are deleted?
3) If not, is there a place I can make it be
automatic?
Thanks
Joseph
It works really well.
Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> They do, and I believe it's until the end of the
> currently-running PHP script.
Perfect! Thanks.
Joseph
__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
--
PHP General Mailing
1) How long does session data remain on the server?
2) Is there a place I can set the expiration?
3) Will php automatically delete the old session data
or do I have to do it?
Thanks,
Joseph
=
RisingMusic.com
450,000 registered users.
14,000 registered bands and artists
> * how can i make sure the db-connection is closed
> before the user closes the window?
Doesn't the connection close when the php script
stops?
J.
__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
--
> For instance, most developers uses session_start()
> on top of every page. The problem is that after
> visiting each page, a new session file is created on
> the server.
Correct me if I'm wrong, but I don't think a new
session file is created.
"session_start() creates a session or resumes the
> this is controled by session.gc_maxlifetime
Is the number by second, minutes, etc?
Thanks,
J.
__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
--
PHP General Mailing List (http://www.php.net/)
To un
Jonathan,
Only way I can think of is to display the time using Javascript. This way it will be
displayed according to the users computer clock.
Of course, if the computer clock is wrong...
Joseph
"Jonathan Arnold" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECT
Tom,
This will completely break in AOL. An AOL user's referer changes all the time.
Joseph
"Tom Woody" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> I am working on a simple authentication script, where the user submits a
> login and password, the
How can I have php give me all the data in a table as
I would using the prompt in mysql?
Joseph
__
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com
--
PHP General Mailing List (http://www.php.net
Mark,
Why not call the makepic.php image, passing in an URL parameter that is always
different. This makes the browser think you are always calling a different image, and
won't cache it.
Joseph
"Mark Wilson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED
I read the description on php.net, but what is
session_name really used for?
Thanks,
Joe.
__
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsub
k the two together,
and then map a network path to the files on the other server. I don't know
what advantages this would really give someone, though...
-Dan JOseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
p.
1. Web Server, 2. File Server, 3. DB Server. After we all got done laughing
him off the phone call, we setup 2 servers, 1. Web/Files, 2. DB.
Fortunately he decided to listen that day.
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Searching google.com for 'php user groups' turns up dozens of links.
-Dan Joseph
> -Original Message-
> From: Ray Hunter [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 02, 2003 2:22 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] Re: PHP user grou
No, they actually contact you, and scam you for about 2 trips to Europe, and
$50,000. That's how they make their money. There have been several
documentaries on cable about this stuff.
-Dan Joseph
> -Original Message-
> From: Brian S. Drexler [mailto:[EMAIL PROTECTED]
>
oes two wrongs don't make a right.
There's no such thing. Its SQL servers, some support the full language,
some don't.
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
to make the target dynamic.
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Oh, yeah, that is correct. You'd need to use the tag and put some
javascript in them to target the frames. I'm not up on the javascript
enough though, check javascript.internet.com for more information.
-Dan Joseph
> -Original Message-
> From: Grant Rutherford [mailto:
o download and apply patches (from what I understand). Up2date is a
huge time saver for me.
2. Install RH7.3, and manually install the latest version of PHP (I simply can't use
the version that comes with RH7.3). Of course then I still have the older version of
MySQL, and everything else.
C
gards,
Joseph Blythe
-Original Message-
From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]
Sent: Friday, 4 July 2003 4:18 PM
To: Ow Mun Heng
Cc: Mark Charette; [EMAIL PROTECTED]; Shena Delian O'Brien
Subject: RE: [PHP] Re: Red Hat 9, Apache 2, and PHP
Apache2 has a number of differen
0, needed: 8 in
/usr/local/apache/htdocs-uat-retail/include/nocheck.iostream.class.php on
line 87
I have read into mcrypt, tried a couple things, but nothing will get rid of
that error. Could someone show me what I've done wrong?
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I did one once. It was similar to what you typed out here. Are you having
troubles with this?
-Dan Joseph
> -Original Message-
> From: Micah Montoy [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 09, 2003 1:56 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] n
Hi,
> I use this to set iv to null so I don't need to worry about it :)
>
> $iv = pack("a".mcrypt_enc_get_iv_size($td),$iv);
Ahh ok, I'll give that a try and let you know how it comes out. Thanks!
-Dan Joseph
--
PHP General Mailing List (http://www.ph
e php generated on-the-fly.
> Is this a php problem? Anyone has a clue?
> I really don't want to use a submit button in this case.
Are you using the variable $_SERVER['PHP_SELF'] for your link target?
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ith me and explain.
Yeah, it would be:
If that doesn't work, could you paste in a few lines of code?
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ows based systems. There are also plenty of
good web-based systems. To say that only MS-DOS applications can do POS
properly is kind of niave.
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
PHPEdit has a code beautifier feature too.
Btw, I found all of these on the first two pages of a simple Google search. Might be
worth trying in the future. :-)
Joseph
"Jacob Vennervald Madsen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Hi List
>
> Does
Hey everyone,
Anyone have any tips on books, sites, news groups... anything where I
can get some *good* information on using PHP to process secure
transactions (the real ones, with an RSA Certificate).
Thanks in advance,
~Mike
--
-==-
Mike Joseph
Unix Geek / Code Monkey
"Gripped by fear m
Not exactly sure what you mean.. do you want a php script to make a
secure connection with some external website?
Perhaps... we are just in the planning stages right now.
I have books upon books on writing code for secure transactions
(processing credit card numbers, mostly) in Java and C++, but
yment destinations?
-Dan Joseph
> -Original Message-
> From: Ralph Guzman [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 18, 2003 2:57 PM
> To: 'Edward Peloke'; '[EMAIL PROTECTED] Php. Net'
> Subject: RE: [PHP] paypal and ecommerce
>
>
> Maybe it'
phpBB is pretty good.
-Dan Joseph
> -Original Message-
> From: Denis L. Menezes [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 21, 2003 11:57 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] a good PHP free forum?
>
>
> Hello friends.
>
> Can someone s
I know nothing about using php and COM under windows but a good place to
start would be:
http://www.php.net/manual/en/ref.com.php
regards,
Joseph
> -Original Message-
> From: Diego Fulgueira [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 22 July 2003 1:10 PM
> To: John He
101110
VISA 101998
Keep everything groupped together in their respective ba_type, and put the
numbers in numeric order. I've looked at usort, and many examples of it. I
can see how to use it to sort one column, but how would I sort a second to
achieve this?
-Dan J
;) GROUP BY loan_info.id
ORDER BY loan_info.loan_number ASC
Maybe I'm doing something wrong there?
-Dan Joseph
> -Original Message-
> From: Marek Kilimajer [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 22, 2003 11:25 AM
> To: Dan Joseph
> Cc: [EMAIL PROTECTED]
nything wrong with that? Shouldn't that give me
the sort I'm looking for without having to do a usort?
-Dan Joseph
> -Original Message-
> From: Ford, Mike [LSS] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 22, 2003 11:39 AM
> To: 'Dan Joseph'; [EMAIL PROTECTE
:00' AND transactions.approved_date <= '2003-07-22
23:59:59') AND (loan_info.loan_number LIKE '101%' OR loan_info.loan_number
LIKE '136%' OR loan_info.loan_number LIKE '707%') GROUP BY loan_info.id
ORDER BY payment_methods.ba_type ASC, loan_info.loan_number ASC
Any
Hi,
You know, this worked just fine, as did my order by. Its my brain that is
completely wacked. I am going about this all wrong
Thanks for all your help.. Take care.. I'll let you know how it goes.
-Dan Joseph
> -Original Message-
> From: Marek Kilimajer [ma
Aww heck, just go AWOL? :)
-Dan Joseph
> -Original Message-
> From: CPT John W. Holmes [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 23, 2003 5:51 PM
> To: Richard Gabriel; [EMAIL PROTECTED]
> Subject: Re: [PHP] Software Application Engineer WANTED (PHP/MySQL Guru)
&g
ould leave 1924, and everything else on the beginning would
be gone.
How would you setup your logic for this?
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks John,
You and 4 others (3 private direct replies) all gave me the same
suggestion. I have no idea why I never think to use a regex... Appreciate
the thought!
-Dan Joseph
> -Original Message-
> From: CPT John W. Holmes [mailto:[EMAIL PROTECTED]
> Sent: Thursday
number processing, but I don't want to sit here all day and keep posting
them as I come along, so I'm want to RTM...
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
> make me wonder why people are on the list if they all post answers
> only back to the user.
Probably just a case of hitting reply and not paying attention to it, or
not realizing that it replies to the direct user.
-Dan Joseph
--
PHP General Mailing List (http://www.p
See if this helps:
http://www.evolt.org/article/Incoming_Mail_and_PHP/18/27914/
Joseph
"Donald Tyler" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Anyone know of a place to get some good tutorials on how to forward email
> from SendMail to PHP for proc
Hi Chris,
its always more fun to write your own, however, check php project our
(might be spelled projekt, I can't remember). Should be on freshmeat or
sourceforge. It might do what you want.
-Dan Joseph
> -Original Message-
> From: Chris W. Parker [mailto:[EMAI
ave a
public news server if you don't.
-Dan Joseph
> -Original Message-
> From: Jay Paulson [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 31, 2003 1:36 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Opinions on Micro$oft .NET
>
>
> I know this is a little off
. Windows Server runs fine on the
same types of hardware that Linux does.
-Dan Joseph
> -Original Message-
> From: Chris W. Parker [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 31, 2003 1:50 PM
> To: Jay Paulson; [EMAIL PROTECTED]
> Subject: RE: [PHP] Opinions on Micro$o
Hi,
Yeah, the framework does. The free editor is for web apps, the Visual
Studio is for normal apps.
-Dan Joseph
> -Original Message-
> From: Chris W. Parker [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 31, 2003 2:04 PM
> To: Dan Joseph; Jay Paulson; [EMA
Hi,
Take the quotes off around the $page variable.
-Dan Joseph
> -Original Message-
> From: LoonySalmon [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 31, 2003 4:07 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] include help please
>
>
> i am looking to
Sathiyabama,
Is always a good idea to read the manual, search google and the list
archives before posting to this list, the below links should help you get
started.
http://www.php.net/manual/en/function.mail.php
and:
http://www.php.net/manual/en/function.rmdir.php
Regards,
Joseph
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
This page is useless, you can't remove yourself.
J.
__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo
> It's not usless if you read the page.
> [EMAIL PROTECTED]
As I said, the page is useless. This doesn't work either.
J.
> On Sun, 2003-08-03 at 13:45, Joseph Bannon wrote:
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe
amic.
I guess I just found it easier to go over it with a couple regular
expressions, then got to thinking maybe I could combine it into one. What
suggestion would you have?
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
it into
one regular express, instead of two. Can someone give me an example of
matching the beginning and end at the same time?
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ce, and something for me to think about. I
have a habbit of learning something new, and then overusing it to death...
I'm sure I'm guitly of making spaghetti.
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ganized, but then
again, if its sloppy in the performance area, I'll probably change my ways.
So, I guess we're all right, depending on the situation, it could or hinder
performance. As for more information right now, don't really have anything
specific I could toss out there.
Hi,
Are there any performance differences that are noticable in a 300-400 line
PHP script if you overuse classes rather than straight functions?
-Dan Joseph
> -Original Message-
> From: Chris W. Parker [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 06, 2003 1:0
my results in a day or two when I get it situated.
Thanks to you both!
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
's will work if it
can match the beginning and the end successfully. I should probably explain
myself further.
Sometimes there won't be anything to replace at the front, and sometimes
nothing at the end. So it'd still need to do the front and/or end wether or
not they both exist.
Is there a way to tweak these to do that?
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ve any ideas
> on this?? BTW: at the time I am trying to display a message I have
> already started output to the browser.
Try looking up the flush() function on php.net. That _might_ do what you
want.
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubs
1 - 100 of 882 matches
Mail list logo