I must confess that Is PHP ready for Web 2.0? if yes provide me better source for it
Announcement
Collapse
No announcement yet.
Is PHP ready for Web 2.0?
Collapse
X
-
what do you even mean by that statement?Useful function to retrieve difference in times
The best PHP resource
A good PHP FAQ
PLEASE remember to wrap your code in [PHP] tags.
PHP Code:// Replace this
if(isset($_POST['submitButton']))
// With this
if(!empty($_POST))
// Then check for values/forms. Some IE versions don't send the submit button
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
-
-
Confess? - I think you mean ask.
Web 2 isn't really a server side technology. Web2 is more of an interactive nature on the clients machine - EG ajax powered web pages that get new content from the server without refreshing the page. So in answer to your question, yes PHP is Web2 compliant (Web2 is the same technology as the original web - html, a webserver, a server side language and a database).
What source do you want? - You want a better source for PHP? - Go to php and download it then. IF you're asking for php source code for a project then you need to either request a programmer in the appropriate forum or learn php yourself (it also helps to tell us what the project is rather than just demand we provide the source)."Tango says double quotes with a single ( ' ) quote in the middle"
'$Name says single quotes with a double ( " ) quote in the middle'
"Tango says double quotes ( \" ) must escape a double quote"
'$Name single quotes ( \' ) must escape a single quote'
Comment
-
-
Thats a good point actually.. I didn't even look at the sig.. I'll report it as spam."Tango says double quotes with a single ( ' ) quote in the middle"
'$Name says single quotes with a double ( " ) quote in the middle'
"Tango says double quotes ( \" ) must escape a double quote"
'$Name single quotes ( \' ) must escape a single quote'
Comment
-
-
The OP was reported on this thread yesterday. I looked at it, as well as their other posts - so did a lot of other moderators from the looks of it - and it appears to be legitimate. That said, let's please get this thread back on topic. Thanks.Music Around The World - Collecting tips, trade and want lists, album reviews, & more
Comment
-
Comment