Home
Forums
Articles
Glossary
Awards
Register
Rules
Members
Search
Today's Posts
Mark Forums Read
Account Login
User Name
Password
Remember Me?
Latest Articles
The basic usage of PHPTAL, a XML/XHTML template library for PHP
by
awuehr
on
11-10-2008
in
Tips & Tricks
Vulnerable methods and the areas they are commonly trusted in.
by
Village Idiot
on
11-04-2008
in
Classes & Objects
Simple way to protect a form from bot
by
codefreek
on
10-23-2008
in
Basic
The Basics On: How Session Stealing Works
by
wiifanatic
on
09-12-2008
in
Security & Permissions
How to keep your forms from double posting data
by
drewbee
on
07-03-2008
in
Tips & Tricks
IRC Channel
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
Wired Flame
ClientExec
Handy PHP
PHP Kitchen
PHP Tutorials
Insane Visions
Associates
TalkPHP
>
Search Forums
»
Search Results
Page 1 of 2
1
2
>
Page 1 of 2
1
2
>
Showing results 1 to 25 of 40
Search took
0.02
seconds.
Search:
Posts Made By:
Scottymeuk
Forum:
Advanced PHP Programming
10-13-2009, 05:50 PM
Replies:
1
Status updates
Views:
673
Posted By
Scottymeuk
Status updates
Hey, I am using CakePHP to make a website. I have a bit of a problem. I am wanting to get status updates for each of my friends (Stored in a database table) but i only want to get 20 status updates...
Forum:
General
02-18-2009, 02:42 PM
Replies:
5
Domain mapping
Views:
549
Posted By
Scottymeuk
Then you are going to start getting into DNS...
Then you are going to start getting into DNS setting etc. You best bet is just to have an external url box and if thats set and valid then redirect to that. But if you want them to have it hosted on...
Forum:
Absolute Beginners
02-15-2009, 03:05 PM
Replies:
6
domain/user/usename
Views:
841
Posted By
Scottymeuk
You may also want to change the mod_rewrite code...
You may also want to change the mod_rewrite code I gave you a bit for validation as at the moment any characters can be used in the URL but you only want to allow alphanumeric chars.
Forum:
Absolute Beginners
02-14-2009, 01:40 PM
Replies:
6
domain/user/usename
Views:
841
Posted By
Scottymeuk
Its called mod_rewrite. You use a .htaccess file...
Its called mod_rewrite. You use a .htaccess file to rewrite the url. For example:
The raw php URL will look like:
http://example.com/?user=Scottymeuk
But with the following mod_rewrite code in a...
Forum:
General
02-12-2009, 06:32 PM
Replies:
5
Non-MVC framework
Views:
2,213
Posted By
Scottymeuk
Ye, I use cake i was just wondering if there...
Ye, I use cake i was just wondering if there where any out there. MVC annoys me quite a lot some time.
Forum:
General
02-12-2009, 05:26 PM
Replies:
5
Non-MVC framework
Views:
2,213
Posted By
Scottymeuk
Non-MVC framework
Is there such a thing as a Non-MVC framework, If so where can i find one. I cannot find any, Google just returns a load of random things like blogs and stuff.
Forum:
Absolute Beginners
02-08-2009, 01:17 AM
Replies:
11
IDE? Eclipse? Netbeans? Notepad2? What?
Views:
1,178
Posted By
Scottymeuk
Id say phpDesigner 2008. I like it.
Id say phpDesigner 2008. I like it.
Forum:
General
02-07-2009, 12:50 AM
Replies:
5
Is it worth coding through a framework?
Views:
544
Posted By
Scottymeuk
I don't think it will make you a better coder in...
I don't think it will make you a better coder in most ways, nut in some ways it will. Intact, coding things for your self without one may help you more. I just coded my own framework and it helped...
Forum:
General
02-06-2009, 12:05 AM
Replies:
4
Looking for partner(s) for open source framework
Views:
620
Posted By
Scottymeuk
Ok I will try that now. Thanks for all the help....
Ok I will try that now. Thanks for all the help. Any tips for it?
Forum:
General
02-05-2009, 11:54 PM
Replies:
13
Text from Word-document
Views:
658
Posted By
Scottymeuk
You could use a JavaScript editor like TinyMCE....
You could use a JavaScript editor like TinyMCE. That will allow you to keep all of the formatting when copied.
Forum:
General
02-05-2009, 11:53 PM
Replies:
13
Having trouble!!!
Views:
1,005
Posted By
Scottymeuk
Its a joke lol. You said you dont get the goods...
Its a joke lol. You said you dont get the goods when you purchase it. Therefor complain to watchdog lol.
Anyway, back on topic. What 3 items did you add? (Give the vars)
Forum:
General
02-05-2009, 11:51 PM
Replies:
4
Looking for partner(s) for open source framework
Views:
620
Posted By
Scottymeuk
The real answer is that i was bored and i wanted...
The real answer is that i was bored and i wanted something to do and I thought why not do something that will teach me a lot (as it has) and be able to have something that i know everything about to...
Forum:
General
02-05-2009, 07:11 PM
Replies:
4
Looking for partner(s) for open source framework
Views:
620
Posted By
Scottymeuk
Looking for partner(s) for open source framework
I am in the middle of making an open source framework and I was wondering if anyone is willing to help. Its all on Google Code so we wont have to be in contact all of the time so it wont matter what...
Forum:
General
02-05-2009, 07:07 PM
Replies:
13
Having trouble!!!
Views:
1,005
Posted By
Scottymeuk
Wow that amount of coding is scary on one page...
Wow that amount of coding is scary on one page like that.
What does it actually do. Does it give out an error? or what? If it does not post the form it may have something to do with
if($keyboard...
Forum:
General
02-05-2009, 07:02 PM
Replies:
8
php ide suggestion please
Views:
2,163
Posted By
Scottymeuk
PhpDesigner 2008 is very good.
PhpDesigner 2008 is very good.
Forum:
Advanced PHP Programming
02-05-2009, 06:58 PM
Replies:
6
Creating a function?
Views:
828
Posted By
Scottymeuk
Not 100% sure but i think the: %0.1F is the...
Not 100% sure but i think the:
%0.1F
is the format of it and then it just divides it by 10.
Also, sprintf() is used to format strings i think.
Forum:
General
01-13-2009, 07:02 PM
Replies:
10
Need help with a User class
Views:
689
Posted By
Scottymeuk
No point in 2 classes. Just have a login...
No point in 2 classes. Just have a login function
function login($username,$password)
{
//DO LOGIN STUFF
}
Forum:
Advanced PHP Programming
01-13-2009, 06:49 PM
Replies:
0
iPlayer Downloader
Views:
696
Posted By
Scottymeuk
iPlayer Downloader
I really need to work out how to be able to download from bbc iplayer. There is a program to do it but i want to be able to do it with php. First of all i need to pretend to be a iphone which i know...
Forum:
General
01-11-2009, 02:47 PM
Replies:
10
Need help with a User class
Views:
689
Posted By
Scottymeuk
I do as well but I just don't want to send him my...
I do as well but I just don't want to send him my whole class.
Forum:
General
01-10-2009, 06:04 PM
Replies:
10
Need help with a User class
Views:
689
Posted By
Scottymeuk
Well basically it does: Checks to see if the...
Well basically it does:
Checks to see if the user details are ok
Starts A Session with session hash( not just the session id, but a mix of a lot of things), a password hash (for checking each...
Forum:
General
01-10-2009, 01:38 PM
Replies:
10
Need help with a User class
Views:
689
Posted By
Scottymeuk
I wouldnt do that. You need to do things...
I wouldnt do that.
You need to do things like
$user->login($_POST)
That above bit goes in the bit that says, if post etc.
Then on the login bit you need to make sessions etc. I will post my one...
Forum:
Advanced PHP Programming
01-10-2009, 01:28 PM
Replies:
11
How Would I Apply htmlentities() To Every Array Item
Views:
8,926
Posted By
Scottymeuk
Or what you could do is: function...
Or what you could do is:
function get_post($string)
{
return htmlentities($_POST[$string]);
}
Forum:
Advanced PHP Programming
01-09-2009, 05:13 PM
Replies:
11
Search by date range problem
Views:
800
Posted By
Scottymeuk
use: $date = date('Y',$dbRow['date']); To be...
use:
$date = date('Y',$dbRow['date']);
To be able to get the year from the time stamp. Not sure if thats what you need but it should help if you do.
Forum:
Advanced PHP Programming
01-09-2009, 05:12 PM
Replies:
4
background trace database
Views:
941
Posted By
Scottymeuk
Ye, you will have to register as a company for...
Ye, you will have to register as a company for one and will require highly secure server etc. You will also most likely be checked by MI5 etc.
Highly doubt you can get that kinda information.
Forum:
Advanced PHP Programming
01-08-2009, 11:27 PM
Replies:
4
background trace database
Views:
941
Posted By
Scottymeuk
http://www.abika.com/Reports/P2P_Search.htm
http://www.abika.com/Reports/P2P_Search.htm
Showing results 1 to 25 of 40
Page 1 of 2
1
2
>
All times are GMT. The time now is
02:47 PM
.
Contact Us
-
TalkPHP - PHP Community
-
Archive
-
Top
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