[PHP] anyone askin for Page Breaks .... !

2002-12-01 Thread phpnew_bocket
there was a post here asking about creating page
breaks...

well ..

this page might be of great help :

http://www.west-wind.com/wckb/creatingpagebreaksinhtmldocuments.htm

=
+--+
|Wana Know what ISLAM is all about ? |
+--+

visit :   http://www.sultan.org/#int

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] XTemplate

2002-12-01 Thread phpnew_bocket
try FastTemplate...

http://www.thewebmasters.net/php/FastTemplate.phtml

I use it alot...

--- Henry <[EMAIL PROTECTED]> wrote:
> Hi All,
> 
> I'm looking for a way to seperate my HTML from my
> PHP and database access
> code, I pointed in the direction of XTemplate. After
> having had a look at
> XTemplate I'm not sure if it is current and stable
> under PHP 4 Is it and
> if it isn't is there something better to use?
> 
> Henry
> 
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


=
+--+
|Wana Know what ISLAM is all about ? |
+--+

visit :   http://www.sultan.org/#int

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Disable refresh?

2002-12-02 Thread phpnew_bocket
you can use a session :

- start the session when the form is first sent
- destroy the session upon the first valid insert
- subsequent upadates will be prevented since the
session is destroyed..

usually multiple updates happens when the user hits
the submit button several times or upon refreshing the
page ... hence the session method should work fine

good luck !

--- Larry Brown <[EMAIL PROTECTED]>
wrote:
> Anyone know of a method of preventing a user from
> refreshing a page.  I get
> multiple updates with the same information in my
> database...
> 
> Larry S. Brown
> Dimension Networks, Inc.
> (727) 723-8388
> 
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


=
+--+
|Wana Know what ISLAM is all about ? |
+--+

visit :   http://www.sultan.org/#int

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] header() and target page

2002-12-02 Thread phpnew_bocket
--- "John W. Holmes" <[EMAIL PROTECTED]> wrote:
> > I am just full of them this weekend. Is it
> possible to direct a header
> > like a html link (i.e. target="_top") ? I have a
> page that is in a
> frame,
> > and I want the new page that is called to break
> the frame and load in
> the
> > entire frame.

I do not see why not have the request initially opened
in the parent frame since both  and  tags
support the "target" propery... which will be set in
this case to "parent"

I hope this makes your life easier !
good luck !

=
+--+
|Wana Know what ISLAM is all about ? |
+--+

visit :   http://www.sultan.org/#int

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php