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 8 of 8
Search took 0.17 seconds.
Search: Posts Made By: ioan1k
Forum: Absolute Beginners 11-06-2009, 02:24 PM
Replies: 3
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
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
Views: 1,144
Posted By ioan1k
Wordpress?

Wordpress?
Forum: Advanced PHP Programming 10-05-2009, 02:33 PM
Replies: 6
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
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
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
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
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.

 
     

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