$result = mysql_query('SELECT `link` FROM `table`'); while ($row = mysql_fetch_assoc($result)){ echo "<a href=\"{$row['link']}\">{$row['link']}</a>"; }If that's what you meant ?
Search found 3234 matches
- Fri May 06, 2011 12:10 am
- Forum: PHP
- Topic: PHP url from table/database
- Replies: 6
- Views: 3801
Re: PHP url from table/database
You need to output it as a link tag, ie
- Fri May 06, 2011 12:06 am
- Forum: Code
- Topic: Mime Type Compatibility Function
- Replies: 4
- Views: 3221
Mime Type Compatibility Function
Another function from my library that helps with the incompatibilities between systems with different php versions. It returns the mime type of the given file using one of the available methods, if none are available (which would be weird) the file extension is used. function file_get_mime($path){ i...
- Thu May 05, 2011 11:54 pm
- Forum: Introductions
- Topic: Hello (Woo)
- Replies: 11
- Views: 5380
Re: Hello (Woo)
That may be out new tag line 

- Thu May 05, 2011 9:13 pm
- Forum: General Chat
- Topic: There are no rules ?
- Replies: 17
- Views: 6206
Re: There are no rules ?
Exactly, that's what I really mean by common sensewignall6 wrote:I'm sure most people who commonly use forums know the basic rules most forums have.

People only read them if they get told they broke a rule anyway.
- Thu May 05, 2011 9:12 pm
- Forum: Suggestions
- Topic: Forum Description
- Replies: 2
- Views: 2138
Re: Forum Description
Exactly, who ever gives 5/5.
to know where I can improve, people need to point out all the bad things,
saying that, if you want to say how great I am, I won't stop you
to know where I can improve, people need to point out all the bad things,
saying that, if you want to say how great I am, I won't stop you
- Thu May 05, 2011 9:10 pm
- Forum: Introductions
- Topic: Hello (Woo)
- Replies: 11
- Views: 5380
Re: Woo
Only I can do that... *abuses admin power*KnightMaire wrote:(Topic should be renamed to "HELLO") =D
- Thu May 05, 2011 8:59 pm
- Forum: General Chat
- Topic: There are no rules ?
- Replies: 17
- Views: 6206
Re: There are no rules ?
I mean my common sense
I'll get to that at some point.
Probably when there are more than 8 members

I'll get to that at some point.
Probably when there are more than 8 members
- Thu May 05, 2011 8:49 pm
- Forum: General Chat
- Topic: xhcBB
- Replies: 15
- Views: 10717
Re: xhcBB
It's the Linux system that is the problem, I just need some time to work it out 
I would feel like I cheated if I had help

I would feel like I cheated if I had help

- Thu May 05, 2011 8:48 pm
- Forum: Code
- Topic: Three Missing String Functions
- Replies: 1
- Views: 1655
Three Missing String Functions
These are three functions from my standard php library. they tend to be pretty useful as I get sick of having to constantly look up the order of parameters for strpos :) function str_starts_with($needle, $haystack){ $needle_len = strlen($needle); return ($needle_len <= strlen($haystack) && s...
- Thu May 05, 2011 8:48 pm
- Forum: Staff Picks
- Topic: Three Missing String Functions
- Replies: 0
- Views: 1657
Three Missing String Functions
This is an archive post, any discussion should take place here http://betterphp.co.uk/board/viewtopic.php?f=5&t=8 These are three functions from my standard php library. they tend to be pretty useful as I get sick of having to constantly look up the order of parameters for strpos :) function st...
- Thu May 05, 2011 8:46 pm
- Forum: General Chat
- Topic: There are no rules ?
- Replies: 17
- Views: 6206
Re: There are no rules ?
I may just go with "Use common sense." 

- Thu May 05, 2011 8:45 pm
- Forum: General Chat
- Topic: xhcBB
- Replies: 15
- Views: 10717
Re: xhcBB
A little unfortunately.
the installer is written in C, and it has to do some fairly complex system modifications.
and I don't know C that well.
the installer is written in C, and it has to do some fairly complex system modifications.
and I don't know C that well.
- Thu May 05, 2011 8:44 pm
- Forum: General Chat
- Topic: There are no rules ?
- Replies: 17
- Views: 6206
There are no rules ?
Just to draw your attention to the fact that there is no "forum rules" type post...
This does not mean no rules... it means you have to guess what the rules are until I write them.
Use common sense.
This does not mean no rules... it means you have to guess what the rules are until I write them.
Use common sense.
- Thu May 05, 2011 8:38 pm
- Forum: General Chat
- Topic: xhcBB
- Replies: 15
- Views: 10717
Re: xhcBB
Last week I did about an hour on the installer.bowersbros wrote:Well in fairness, it was like a year ago when you last coded anything for it?
to be honest I'm a bit stuck on that

- Thu May 05, 2011 8:37 pm
- Forum: Code
- Topic: Watermark an Image
- Replies: 4
- Views: 2364
Re: Watermark an Image
To be a pain: can you use the syntax buttons when posting code, as that’s what XHBB will eventually use for code.
also, this looks good
also, this looks good

- Thu May 05, 2011 8:30 pm
- Forum: General Chat
- Topic: xhcBB
- Replies: 15
- Views: 10717
Re: xhcBB
Your accounts will be ported, I will be creating the "import phpbb database" as part of the install process. The only problem may be passwords, so you may all get an email saying you need to password reset. I don't see any problems with anything else. And i think i deserve an honorable men...
- Thu May 05, 2011 8:22 pm
- Forum: General Chat
- Topic: xhcBB
- Replies: 15
- Views: 10717
Re: xhcBB
Watch my latest video 
this is a temporary forum until I get time to finish XHBB
porting all the settings and stuff will be FUN
phpBB creates 62 tables, so far I only have 8 in my forum thing

this is a temporary forum until I get time to finish XHBB
porting all the settings and stuff will be FUN
phpBB creates 62 tables, so far I only have 8 in my forum thing

- Thu May 05, 2011 8:21 pm
- Forum: Introductions
- Topic: Hello (Woo)
- Replies: 11
- Views: 5380
Re: Woo
! someone read the video description !Cornbane wrote:Yay! We are all part of a non-existent community!
- Thu May 05, 2011 8:20 pm
- Forum: Suggestions
- Topic: XHTML/HTML/CSS
- Replies: 1
- Views: 1462
Re: XHTML/HTML/CSS
Your right there, added 
I didn't want to add too many categories until the post count was up a bit, but I guess it makes sense

I didn't want to add too many categories until the post count was up a bit, but I guess it makes sense
- Thu May 05, 2011 8:15 pm
- Forum: General Chat
- Topic: Which web browser do you use?
- Replies: 48
- Views: 11943
Re: Which web browser do you use?
Firefox as my main browser, very occasionally chrome, usually to debug some JavaScript.
- Thu May 05, 2011 8:14 pm
- Forum: Introductions
- Topic: Hello (Woo)
- Replies: 11
- Views: 5380
Re: Woo
Hey guys.
More than 0 people registered
More than 0 people registered
