Php Tips

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

Php Tips

Post by devork »

Hi guys!
last night I was browsing a linux mailing list and they had thread in which all the users post the tips of linux,
-me also tired of searching php tips on net with so so luck to read nice ones, so let's ppl coming on this forum while searching the net, geeks I need your support guys.
-so why not start such thing on PDN
-you guys post the php tips that may be useful for some one!

-try not to use short tags in your application!
-register_globals should be set to off in php.ini conf file
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post by Gen-ik »

Code Snippets
Small, short code snippets that other people may find useful. Do you have a good regex that you would like to share? Share it! Even better, the code can be commented on, and improved.

viewforum.php?f=29
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

http://php.net/tips.php

Make your browser the easiest manual lookup (or Quick Reference) tool. Said it before, can't say it enough.
User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

Post by devork »

^^ thanx :)
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

Due to the complete uselessnes of my little USB DSL Modem, It's quite handy having the PHP Manual as a help file on Windows.

http://www.php.net/download-docs.php

@Gen-ik,

Code snippets would be more for 'complete' codes. If we had a nice handy tip to share (Use heredoc!! :D), it might not be very suitable for the code snippets forum.

But I'm sure Jason is working on the site. I think I saw the template a while ago. Or there's always http://phpcomplete.com

-Nay

<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>?
Post Reply