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
Showing results 1 to 15 of 15
Search took
0.03
seconds.
Search:
Posts Made By:
EyeDentify
Forum:
General
03-06-2010, 10:41 AM
Replies:
3
Display PHP code in text area help.
Views:
3,824
Posted By
EyeDentify
Perhaps you could get some use out of these PHP...
Perhaps you could get some use out of these PHP...
Forum:
Absolute Beginners
11-12-2008, 10:58 AM
Replies:
4
Uploading problem
Views:
850
Posted By
EyeDentify
@Tanax. Iīm just glad i could help. I know how...
@Tanax.
Iīm just glad i could help.
I know how it is, Sometimes you donīt see your misstakes clearly if you have starred at a code snippet for a while. Then itīs good to have someone else to have...
Forum:
Member Introductions
11-06-2008, 01:00 PM
Replies:
8
Greetings from Norway
Views:
772
Posted By
EyeDentify
Hello Runar. Nice to see a northern brother on...
Hello Runar.
Nice to see a northern brother on the site :)
Iīm from sweden myself :) and i love this site.
I get alot of problems answered here and sometimes i eaven help solve some.
Hope you will...
Forum:
Absolute Beginners
10-24-2008, 08:27 AM
Replies:
13
saving to database after few seconds
Views:
1,634
Posted By
EyeDentify
Yes it may have been saved "automaticly" but not...
Yes it may have been saved "automaticly" but not without the user loading the page.
Cause thats what the user would have to do if your not going with JavaScript.
Cause PHP in itself canīt magicly...
Forum:
Absolute Beginners
10-21-2008, 12:29 PM
Replies:
15
Securing area of site
Views:
1,002
Posted By
EyeDentify
Simple Check for a logged in...
Simple Check for a logged in session:
<?PHP
if(ISSET($_SESSION['user_name']))
{
// Donīt perform any action cause a Logged in session is detected
} else {
// Send the snooping people back that has...
Forum:
MySQL & Databases
09-16-2008, 11:16 AM
Replies:
7
SELECT statement -- list of fields in WHERE clause
Views:
952
Posted By
EyeDentify
And you should remember to use two eaqual "=="...
And you should remember to use two eaqual "==" when comparing variables.... or else it will asign.
i fall for that one myself time to times.
Oh sorry. Didnīt see that it was in the SQL. Then itīs...
Forum:
The Lounge
06-11-2008, 11:51 AM
Replies:
1
PHP Bench
Views:
1,014
Posted By
EyeDentify
PHP Bench
Hello there.
Stumbled upon this site today.
Has anyone else here seen it ?
The PHP Benchmark (http://www.phpbench.com/)
Thought i share with you all.
Forum:
Script Giveaway
06-10-2008, 11:24 PM
Replies:
10
Eyes Random String Generator
Views:
1,092
Posted By
EyeDentify
Eyes Random String Generator
Well i put this little baby together for a project of my im working on, and thought i share it with you all.
Not the moast advanced but does what i wanted.
Thereīs room for alot of improvement i...
Forum:
General
04-23-2008, 08:48 AM
Replies:
7
Warning: fread(): supplied argument is not a valid stream resource
Views:
9,489
Posted By
EyeDentify
You should also use: base64_encode() on the data...
You should also use:
base64_encode() on the data before putting it in the database:
PHP: base64_encode - Manual (http://se2.php.net/manual/en/function.base64-encode.php)
And when you want to take it...
Forum:
General
01-28-2008, 10:05 AM
Replies:
14
Php.net Down???
Views:
790
Posted By
EyeDentify
Couldent they link comments to a flatbed file ?...
Couldent they link comments to a flatbed file ?
Assumptions is the mother of all screwups...
Forum:
General
01-28-2008, 09:48 AM
Replies:
7
Question with URL Vars
Views:
717
Posted By
EyeDentify
why not just access it by: $_GET['foo']
why not just access it by:
$_GET['foo']
Forum:
Absolute Beginners
01-25-2008, 01:03 PM
Replies:
14
Adding data - more than one piece in a column?
Views:
1,110
Posted By
EyeDentify
Why not use a relations table to hook up actors...
Why not use a relations table to hook up actors with a movie.
Lets say you have your actor table with:
ID | firstname | lastname | info
And your movie table:
ID | title | info
Forum:
General
01-23-2008, 09:40 AM
Replies:
16
Display pages php code?
Views:
1,058
Posted By
EyeDentify
maybe this is what your looking...
maybe this is what your looking for:
highlight_string():
PHP: highlight_string - Manual (http://se2.php.net/manual/sv/function.highlight-string.php)
highlight_file():
PHP: highlight_file - Manual...
Forum:
General
01-16-2008, 09:49 AM
Replies:
17
How to protect hot linking of video downloads?
Views:
1,192
Posted By
EyeDentify
Well.... lets say they do something along these...
Well.... lets say they do something along these lines:
1. You go and click on a download link on the site
2. when a download request is triggerd, a script generates a download link wich links to a...
Forum:
Show Off
01-16-2008, 09:40 AM
Replies:
10
Personal Portfolio Site
Views:
1,247
Posted By
EyeDentify
Really nice site i must say. :) Keep up the good...
Really nice site i must say. :)
Keep up the good work.
/EyeDentify
Showing results 1 to 15 of 15
All times are GMT. The time now is
10:19 AM
.
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