TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 25 of 133
Search took 0.07 seconds.
Search: Posts Made By: Hightower
Forum: Absolute Beginners 03-01-2010, 04:46 PM
Replies: 8
Views: 931
Posted By Hightower
As delayedinsanity has said, we are a close knit...

As delayedinsanity has said, we are a close knit bunch and I'm sure we're all chuffed to hear you are trying to rip off somebody's hard work. I wouldn't like to think that it had happened to...
Forum: XHTML, HTML, CSS 03-01-2010, 01:51 PM
Replies: 3
Views: 887
Posted By Hightower
Putting fixed center no-repeat in the background...

Putting fixed center no-repeat in the background CSS tag?
Forum: Absolute Beginners 02-26-2010, 03:31 PM
Replies: 2
Views: 930
Posted By Hightower
Hmmm that's contradicting.....

Hmmm that's contradicting.....
Forum: General 02-26-2010, 09:06 AM
Replies: 7
Views: 732
Posted By Hightower
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...
Forum: Absolute Beginners 02-25-2010, 04:14 PM
Replies: 4
Views: 625
Posted By Hightower
You need to look into Cron Jobs I think.....

You need to look into Cron Jobs I think.....
Forum: Show Off 02-25-2010, 04:13 PM
Replies: 3
Views: 911
Posted By Hightower
One thing I spotted is the link to Safety Tips...

One thing I spotted is the link to Safety Tips is:

id=Safety Tips

Surely it's not a good idea to have spaces in a url? Maybe you should alter this so that it changes space in the url to an...
Forum: Advanced PHP Programming 02-25-2010, 04:11 PM
Replies: 7
Views: 968
Posted By Hightower
Surely it's just a case of creating a random...

Surely it's just a case of creating a random string using the relevant function, and then quickly checking if that string exists in the database. If it does the random function runs again and checks....
Forum: Member Introductions 02-10-2010, 09:09 AM
Replies: 3
Views: 540
Posted By Hightower
Yo Ken. Welcome aboard!

Yo Ken. Welcome aboard!
Forum: Absolute Beginners 01-19-2010, 10:51 AM
Replies: 4
Views: 843
Posted By Hightower
In the WAMP tray (bottom right) click, and find...

In the WAMP tray (bottom right) click, and find PHP extensions. In there find MYSQLi extension and make sure it is ticked (meaning it is enabled).
Forum: Member Introductions 01-13-2010, 10:27 AM
Replies: 5
Views: 574
Posted By Hightower
Hey Jessica - welcome to the community!

Hey Jessica - welcome to the community!
Forum: TalkPHP Developer Team 01-13-2010, 10:26 AM
Replies: 2
Views: 1,067
Posted By Hightower
I have a project ongoing and would love to...

I have a project ongoing and would love to complete it, but things are so pressing at the moment - it's such a shame.
Forum: General 01-07-2010, 09:27 AM
Replies: 5
Views: 685
Posted By Hightower
Yes, I'm setting the variable before I call for...

Yes, I'm setting the variable before I call for it. But I'm setting the variable in the middle of some HTML, so this is the problem?

Is there a way to force a refresh of this variable after I set...
Forum: General 01-06-2010, 09:05 PM
Replies: 5
Views: 685
Posted By Hightower
$_SESSION not refreshing

Hi,

On my homepage I have say:


$_SESSION['breadcrumb'] = 'Home';


Then on another page I might have:
Forum: Show Off 10-29-2009, 11:07 AM
Replies: 8
Views: 990
Posted By Hightower
Makes sense to me too :)

Makes sense to me too :)
Forum: Member Introductions 10-29-2009, 11:03 AM
Replies: 1
Views: 591
Posted By Hightower
I'm back

Hi guys,

It's been a long while since I was on here (a few months). The story is I just passed my HNC in programming in the summer, and it had been a long two years so I needed a break.

Anyhow,...
Forum: General 08-25-2009, 04:28 PM
Replies: 1
Views: 572
Posted By Hightower
Array Help

I have another thread ongoing about sorting an array, but I have a couple of other things I would like to achieve if anybody can help me:

1) Lets say I have an array of 10 items. I only want to show...
Forum: General 08-25-2009, 04:19 PM
Replies: 5
Views: 637
Posted By Hightower
Ah, in fact that's no good come to think of it. I...

Ah, in fact that's no good come to think of it. I have a database which I retrieve data from, I then work on it (calculations and stuff) and store it in an array so I can easily pass it. Therefore I...
Forum: General 08-25-2009, 02:33 PM
Replies: 5
Views: 637
Posted By Hightower
I didn't even think! The data has come from a...

I didn't even think! The data has come from a database, and it should be sorted in the query - duh and thanks!
Forum: General 08-25-2009, 10:24 AM
Replies: 5
Views: 637
Posted By Hightower
Sorting an Array

Hey folks,

I have an array like this:

Array (
[1] => Array (
[team_name] => Steelers FC
[played] => 2
[points] => 4
[won] => 1
Forum: General 08-21-2009, 11:30 AM
Replies: 9
Views: 3,168
Posted By Hightower
Posted on CI in the end, was a complete school...

Posted on CI in the end, was a complete school boy error.

Was echoing $sql which doesn't change. Just needed to echo $this->db->last_query() which worked spot on.

Thanks for all the assistance :-)
Forum: Show Off 08-21-2009, 08:13 AM
Replies: 6
Views: 880
Posted By Hightower
It looks nice enough, and seems to work good -...

It looks nice enough, and seems to work good - but I'll stick with Google for now :-)
Forum: General 08-21-2009, 07:45 AM
Replies: 9
Views: 3,168
Posted By Hightower
I'm not exactly sure - all I know is my code is...

I'm not exactly sure - all I know is my code is the exact syntax as their example.
Forum: General 08-20-2009, 02:53 PM
Replies: 9
Views: 3,168
Posted By Hightower
Query...

Query Bindings:

http://codeigniter.com/user_guide/database/queries.html

Bottom of this page
Forum: General 08-20-2009, 02:18 PM
Replies: 9
Views: 3,168
Posted By Hightower
CodeIgniter Query Bindings

Ok, so I should maybe post this on CI forums, but I like this place too much.

I have the following in my CI script:


$sql = "SELECT articles.body, articles.user_id, users.username FROM articles,...
Forum: The Lounge 08-18-2009, 11:45 AM
Replies: 1
Views: 588
Posted By Hightower
Especially for maZtah

Cheers maZtah :-)
Showing results 1 to 25 of 133

 

All times are GMT. The time now is 04:34 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design