Freelancers Forum Messages on Sunday January 28th 2007
Re: FN-FORUM: Mod-Rewrite
date posted 28th January 2007 23:40
Hi,
Have a look at this link. This should help you understand url rewriting.
mod_rewrite is actually a module in apache, via which you can do url
rewriting and benefit from it.
If you have a dynamic...
Re: FN-FORUM: urgent Acccess problem
date posted 28th January 2007 22:42
I asked this question the other day - @@Identity is your answer!
http://www.kamath.com/tutorials/tut007_identity.asp
[EMAIL REMOVED] wrote:
> I just needed to get the Id of the last record that wa...
Re: FN-FORUM: Small PHP Problem
date posted 28th January 2007 17:24
Thanks David....
Totally Forgot that function... maybe i need to brush up on my basic PHP...
:-)
----- Original Message -----
From: [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Sunday, January 28, 20...
Re: FN-FORUM: Small PHP Problem
date posted 28th January 2007 17:21
On Sunday 28 January 2007 18:06, Peter Scoins wrote:
> have a small problem with the following,
>
> (to replace new lines '\n' with 's)
>
>
> $message=ereg_replace( "\n", "", $message );
>
>
> The...
RE: FN-FORUM: Small PHP Problem
date posted 28th January 2007 17:18
Hi Peter
Use nl2br() !
David.
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Peter
Scoins
Sent: 28 January 2007 18:06
To: FN-FORUM / [EMAIL REMOVED]
Subject: FN-FORU...
FN-FORUM: Small PHP Problem
date posted 28th January 2007 17:14
have a small problem with the following,
(to replace new lines '\n' with 's)
$message=ereg_replace( "\n", "", $message );
The message is saved into in text file and is producing the <br>...
Re: FN-FORUM: Not CSS again!
date posted 28th January 2007 16:49
----- Original Message -----
From: "Ian Piper" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Sunday, January 28, 2007 5:31 PM
Subject: Re: FN-FORUM: Not CSS again!
>
> On 28 Jan 2007, at 11:46 am, Pun...
Re: FN-FORUM: Not CSS again!
date posted 28th January 2007 16:39
On 28 Jan 2007, at 11:46 am, Punters Power wrote:
>
> I'm looking to place 2 images side by side in a header surely
> shouldn't be so problematic yet it is. align left for image 1 and
> align
> r...
Re: FN-FORUM: Not CSS again!
date posted 28th January 2007 14:02
I would of thought as long as your div is the right width and height to
house both images that:...
RE: FN-FORUM: Project Timer
date posted 28th January 2007 13:08
Many thanks Rob :)
Allan Young
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Rob Allen
Sent: 28 January 2007 10:26
To: FN-FORUM / [EMAIL REMOVED]
Subject: Re: FN-FORU...
Re: FN-FORUM: Not CSS again!
date posted 28th January 2007 11:48
Punters Power wrote:
> I'm looking to place 2 images side by side in a header surely
> shouldn't be so problematic yet it is.
If you find that taxing, have you considered gardening or plumbing?
M...
Re: FN-FORUM: Not CSS again!
date posted 28th January 2007 11:26
Can you not also setup two seperate styles for each image? one that has
text-align:left; and the other that has text-align:right;.
you can the set the class attribute of the image to the new style,...
RE: FN-FORUM: Not CSS again!
date posted 28th January 2007 11:14
A div will by default (without formatting) always add a new line before and
after itself.
One way to do what you want is...
FN-FORUM: Not CSS again!
date posted 28th January 2007 10:54
I'm looking to place 2 images side by side in a header surely
shouldn't be so problematic yet it is. align left for image 1 and align
right for image 2 used to be the way that kept the two images...
Re: FN-FORUM: Project Timer
date posted 28th January 2007 09:45
Lists@ wrote:
> Some time ago there was a thread which I think I contributed too, concerning
> a project timer, it was an installable (free) application which you could
> add projects to and time each...
Re: FN-FORUM: Project Timer
date posted 28th January 2007 09:39
Lists@ wrote:
> Some time ago there was a thread which I think I contributed too, concerning
> a project timer, it was an installable (free) application which you could
> add projects to and time each...
Re: FN-FORUM: Project Timer
date posted 28th January 2007 09:33
Lists@ wrote:
> I thought it was called Self-Timer but since having to format my laptop I
> have lost all track of it! I remember I had to install "bubbles" or
> something to make it all work.
>
S...
FN-FORUM: Project Timer
date posted 28th January 2007 00:40
Some time ago there was a thread which I think I contributed too, concerning
a project timer, it was an installable (free) application which you could
add projects to and time each individually.
I th...