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 10 of 10
Search took 0.03 seconds.
Search: Posts Made By: Folio
Forum: Absolute Beginners 08-12-2008, 01:51 PM
Replies: 8
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
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
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
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
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
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
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
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
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 '&nbsp'?
Forum: Absolute Beginners 05-30-2008, 07:11 PM
Replies: 23
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.

 
     

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