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 10 of 10
Search took
0.03
seconds.
Search:
Posts Made By:
Folio
Forum:
Absolute Beginners
08-12-2008, 01:51 PM
Replies:
8
One index.php
Views:
1,108
Posted By
Folio
you should look into bootstrapping with the MVC...
you should look into bootstrapping with the MVC pattern.
all traffic is redirected to index.php and depending upon the appended string depends on what is loaded.
Forum:
XHTML, HTML, CSS
06-19-2008, 08:25 AM
Replies:
8
in css how to place divs hotizontally next to each other?
Views:
27,865
Posted By
Folio
i'd start with floating them all left then...
i'd start with floating them all left then clearing them
div#id{ float: left;}
remember to clear once you are done with the arrangement by using
div#id{ clear: both;}
where 'id' is the id of the...
Forum:
Absolute Beginners
06-16-2008, 09:05 AM
Replies:
13
Define optional argument for function
Views:
1,289
Posted By
Folio
remember, you could set the arg to NULL - then if...
remember, you could set the arg to NULL - then if it exists when the function is called, the value will be set - if not, it will be NULL
function myFunction($arg = NULL) {}
Forum:
XHTML, HTML, CSS
06-12-2008, 10:29 AM
Replies:
5
Why i dislike Internet Explorer!
Views:
922
Posted By
Folio
start developing on top of a reset stylesheet i...
start developing on top of a reset stylesheet
i use yahoo's at: Yahoo! UI Library: Reset CSS (http://developer.yahoo.com/yui/reset/)
when i come to hacking so it works in old browsers, i find i have...
Forum:
Absolute Beginners
06-10-2008, 10:59 AM
Replies:
3
search form
Views:
972
Posted By
Folio
what you may want to do is search for a pattern...
what you may want to do is search for a pattern via SQL
can read more about the LIKE clause at SQL WHERE Clause (http://www.w3schools.com/SQL/sql_where.asp)
Forum:
Absolute Beginners
06-08-2008, 10:36 AM
Replies:
5
Variables, need some help
Views:
937
Posted By
Folio
"()" usually indicates a function and "[]" an...
"()" usually indicates a function and "[]" an array
you were almost there :)
Forum:
General
06-04-2008, 08:17 AM
Replies:
6
Importing text
Views:
679
Posted By
Folio
I often encounter this problem when clients post...
I often encounter this problem when clients post a chunk of text from Word.
If you do a find and replace in word, often it will re-replace them with what was originally there.
What i've started doing...
Forum:
General
06-02-2008, 06:15 PM
Replies:
3
Statistics script I can build into my CMS
Views:
729
Posted By
Folio
You should check out Mint. Can find it at Mint: A...
You should check out Mint. Can find it at Mint: A Fresh Look at your Site (http://www.haveamint.com/)
Was built by Shaun Inman and is pretty good.
It's built on modules so can be as simple or complex...
Forum:
General
05-30-2008, 08:26 PM
Replies:
7
$_GET and spaces
Views:
1,645
Posted By
Folio
urlencode() may help you here for decoding what...
urlencode() may help you here for decoding what is passed in the url or what you are adding to the url
did you try replacing the spaces with ' '?
Forum:
Absolute Beginners
05-30-2008, 07:11 PM
Replies:
23
header() function wont work
Views:
1,533
Posted By
Folio
maybe a prepend? is this file being included by...
maybe a prepend?
is this file being included by another file?
you could also try redirecting the page via javascript if the problem persists. it is a strange one though
Showing results 1 to 10 of 10
All times are GMT. The time now is
02:00 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