Re: [PHP] Splitting up long URLs

2008-07-08 Thread tedd
At 2:07 PM -0400 7/8/08, Robert Cummings wrote: On Tue, 2008-07-08 at 12:42 -0400, tedd wrote: > At 12:05 PM -0400 7/8/08, Andrew Ballard wrote: > >Sounds pretty phishy to me, tedd. :-) > >Andrew Andrew: Yes, but there's nothing wrong with learning -- it's like talking to other women wh

Re: [PHP] Splitting up long URLs

2008-07-08 Thread Robert Cummings
On Tue, 2008-07-08 at 12:42 -0400, tedd wrote: > At 12:05 PM -0400 7/8/08, Andrew Ballard wrote: > > > However, there isn't a way to change what the user see's in the browser's > >> url box, is there? > >> > >> For example, can you send a user to http://example.com/a.php, but they see > >> http

Re: [PHP] Splitting up long URLs

2008-07-08 Thread tedd
At 12:05 PM -0400 7/8/08, Andrew Ballard wrote: > However, there isn't a way to change what the user see's in the browser's url box, is there? For example, can you send a user to http://example.com/a.php, but they see http://example.com/b.php in their browser? Cheers, tedd Sounds pret

Re: [PHP] Splitting up long URLs

2008-07-07 Thread Philip Thompson
t another way to skin the cat. ~Philip On Tue, Jul 1, 2008 at 3:45 PM, Boyd, Todd M. <[EMAIL PROTECTED]> wrote: -Original Message- From: Brian Dunning [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2008 3:27 PM To: php-general@lists.php.net Subject: [PHP] Splitting up long

Re: [PHP] Splitting up long URLs

2008-07-01 Thread Jason Norwood-Young
On Wed, 2008-07-02 at 08:23 +0200, Jason Norwood-Young wrote: > For URLs you can do a tinyurl-type solution. Dur, just realised it's only *display* that you're worried about so shortening the url isn't really an issue. It's too early in the morning... -- PHP General Mailing List (http://www.p

Re: [PHP] Splitting up long URLs

2008-07-01 Thread Jason Norwood-Young
On Tue, 2008-07-01 at 13:26 -0700, Brian Dunning wrote: > I have a web page that lists "most recent comments" in a left margin. > Sometimes people post long URLs, or even just really really long > words, that force that margin to display way too wide, screwing up the > page layout. Is there

Re: [PHP] Splitting up long URLs

2008-07-01 Thread Nate Tallman
M. <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Brian Dunning [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, July 01, 2008 3:27 PM > > To: php-general@lists.php.net > > Subject: [PHP] Splitting up long URLs > > > > I have a web pa

RE: [PHP] Splitting up long URLs

2008-07-01 Thread Boyd, Todd M.
> -Original Message- > From: Brian Dunning [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2008 3:27 PM > To: php-general@lists.php.net > Subject: [PHP] Splitting up long URLs > > I have a web page that lists "most recent comments" in a left margin. &g

Re: [PHP] Splitting up long URLs

2008-07-01 Thread Robert Cummings
On Tue, 2008-07-01 at 13:26 -0700, Brian Dunning wrote: > I have a web page that lists "most recent comments" in a left margin. > Sometimes people post long URLs, or even just really really long > words, that force that margin to display way too wide, screwing up the > page layout. Is there a

[PHP] Splitting up long URLs

2008-07-01 Thread Brian Dunning
I have a web page that lists "most recent comments" in a left margin. Sometimes people post long URLs, or even just really really long words, that force that margin to display way too wide, screwing up the page layout. Is there a way to make sure URLs or other text in a string gets split up