サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ドラクエ3
www.phpbuilder.com
Register A New Site Account * NOTE: This is for logging into the main site only! To login to the forums, click here
I've fallen in love with PEAR's Image_Graph package. More than once I've come up against a requirement, and then found that the developers have implemented a solution in quite an elegant way. They'd be the first to admit there's still lots to do - the package is after all still an alpha release. But it's achieved a lot, so I can't resist taking it on a second date. After last month's introduction,
class DB { function DB() { $this->host = "localhost"; // your host $this->db = "myDatabase"; // your database $this->user = "root"; // your username $this->pass = "mysql"; // your password $this->link = mysql_connect($this->host, $this->user, $this->pass); mysql_select_db($this->db); } } // calls it to action $db = new $DB; Simply edit the variables and include this in your files. This doesn't re
Although the concept isn't entirely new, XMLHttpRequest technology is implemented on more sites now than ever. Compatibility is no longer an issue (IE, Mozilla and Opera all support it), and the benefits to using it are amazing. There are too many PHP programmers avoiding any work with javascript beyond simple form validation, and for good reason. It's difficult to keep several languages proficien
このページを最初にブックマークしてみませんか?
『PHPBuilder.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く