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 8 of 8
Search took
0.17
seconds.
Search:
Posts Made By:
ioan1k
Forum:
Absolute Beginners
11-06-2009, 02:24 PM
Replies:
3
<a href...> question
Views:
753
Posted By
ioan1k
$new = $new['username']; echo "Our newest member...
$new = $new['username'];
echo "Our newest member is <a href='$news/'>$new</a><br />';
It's very simple, the variable $new becomes the username from the SQL Query :)
And as far as using the same...
Forum:
Absolute Beginners
10-29-2009, 11:52 AM
Replies:
3
Nested Ternary = Fail
Views:
1,127
Posted By
ioan1k
You need to enclose each level isset(...
You need to enclose each level
isset( $one[$i]['timestamp'] ) ? $one[$i]['timestamp'] : ( isset( $two[$i]['timestamp'] ) ? $two[$i]['timestamp'] : ( isset( $three[$i]['timestamp'] ) ?...
Forum:
The Lounge
10-06-2009, 02:33 PM
Replies:
13
A totally non-OOP PHP CMS?
Views:
1,144
Posted By
ioan1k
Wordpress?
Wordpress?
Forum:
Advanced PHP Programming
10-05-2009, 02:33 PM
Replies:
6
Calendar help
Views:
679
Posted By
ioan1k
You can use the following function ...
You can use the following function http://us.php.net/date_parse and http://us.php.net/mktime To convert those dates into a timestamp instead of doing the math calculations :)
Forum:
Absolute Beginners
09-30-2009, 12:45 AM
Replies:
3
copy(upload/100_0376.JPG) [function.copy]: failed to open
Views:
1,468
Posted By
ioan1k
Couple of things here $HTTP_POST_FILES has been...
Couple of things here
$HTTP_POST_FILES has been deprecated since about 4.1 I believe you need to use instead $_FILES
For uploaded files you want to use move_uploaded_file...
Forum:
General
09-24-2009, 09:15 PM
Replies:
6
Screenresolution
Views:
703
Posted By
ioan1k
Javascript width = screen.width height =...
Javascript
width = screen.width
height = screen.height
If you wanted to track it just send them to a URL with the WxH in some GET parameters and store them :)
Forum:
Absolute Beginners
09-16-2009, 06:31 PM
Replies:
12
Any thoughts on PHP_ED (IDE) from Nusphere?
Views:
1,065
Posted By
ioan1k
PHPED was far to complex and involved for the...
PHPED was far to complex and involved for the tasks you wanted to complete, unfortunately as with a lot of editors out there this one is more focused on developing hard core features and packing the...
Forum:
Advanced PHP Programming
09-02-2009, 02:16 PM
Replies:
23
Access Control List(s)?
Views:
1,281
Posted By
ioan1k
ACL lists can be quite simple to use for a basis...
ACL lists can be quite simple to use for a basis such as this,
Here is a breakdown of how it works
All pages, widgets, features etc etc .. that you want to limit access would be considered...
Showing results 1 to 8 of 8
All times are GMT. The time now is
05:39 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