Forum: MySQL Jan 18th, 2006 |
| Replies: 0 Views: 2,997 Configuring PHP with MySQL
Intro
To use PHP with MySQL, of course you need to install MySQL server on you system first. On my local system, I have MySQL server installed in \mysql directory.... |
Forum: PHP Dec 5th, 2005 |
| Replies: 4 Views: 1,785 You can try this one. I like it:
http://www.herongyang.com/php |
Forum: PHP Dec 5th, 2005 |
| Replies: 5 Views: 1,963 |
Forum: PHP Dec 4th, 2005 |
| Replies: 5 Views: 1,963 Thank you Sarah, for the good exlanation. Now I know array key should be single quoted all the time. If it's inside a double quoted string, put the array reference in {}.
One more question on:... |
Forum: PHP Dec 3rd, 2005 |
| Replies: 4 Views: 12,335 The above code will not work. Try this:
setcookie($cookieName, $cookieValue, NULL, $path, $domain);
You can read more tutorials on Cookies at: http://www.herongyang.com/php/cookie.html
--Mark |
Forum: PHP Dec 3rd, 2005 |
| Replies: 5 Views: 1,963 Hi,
I have the following simple test script:
<?php
$links = array('URL'=>'www.google.com');
print("$links['URL']"); // compilation error
print("$links[URL]");
... |
Forum: PHP Dec 3rd, 2005 |
| Replies: 0 Views: 2,778 Introduction and Installation of PHP
Intro
This tutorial describes:
What is PHP.
Download PHP binary version for Windows.
Writing the first PHP script.
Installing PHP on IIS as CGI. |
Forum: IT Professionals' Lounge Jul 29th, 2005 |
| Replies: 14 Views: 3,750 Have you noticed that there are way more C++ developers than Java developers here in this community. See the comparison of the two primary forums:
Forum On-line members Threads ... |
Forum: Java Jul 29th, 2005 |
| Replies: 8 Views: 1,535 Agree. ResourceBundle is designed for localization purpose. It is commonly used to localize text messages in an application, where a key name is assigned to a set of localized version of a specific... |
Forum: Java Jul 29th, 2005 |
| Replies: 16 Views: 4,600 Personally, I would recommend "Ivor Horton's Beginning Java2, JDK 5 Edition" - Very tutorial based. I've used many Ivor's language books. They are all easy to read. Tutorials are easy to follow.... |
Forum: Community Introductions Jul 26th, 2005 |
| Replies: 2 Views: 1,556 Good point. But:
1. We need to find a better and free Web host. Any suggestions?
2. Or waiting for Google's first check to move to a paid host. That could be a couple of months away. :sad:
... |
Forum: Community Introductions Jul 26th, 2005 |
| Replies: 2 Views: 1,556 Hello,
Just joined this site today. Want to say hi to everyone. My goal is to promote this programming tutorial site:
http://www.geocities.com/herong_yang
Any suggestions? :D
Thanks, ... |