|
A PHP User - 04 Jul 2008
Keep up the good work, Paul.
I really liked your tutorials so far, especially the OOP tutorial. After I read some books on C++ I didn't understand it, but now I do. Thx.
A PHP User - 04 Jul 2008
Keep up the good work, Paul.
I really liked your tutorials so far, especially the OOP tutorial. After I read some books on C++ I didn't understand it, but now I do. Thx.
mastermind - 04 Jul 2008
This is good man .Keep the standard high!
Gus Jones - 04 Jul 2008
The best PHP how-to site IMHO. Working examples - real working examples not just snips is what makes it for me.
165 - 04 Jul 2008
Hey Guys i need ur help i need to make a PHP Member System can u send me the code plz and thank you
165 - 04 Jul 2008
Hey Guys i need ur help i need to make a PHP Member System can u send me the code plz and thank you
165 - 04 Jul 2008
Hey Guys i need ur help i need to make a PHP Member System can u send me the code plz and thank you
A PHP User - 04 Jul 2008
testing your real person verification
A PHP User - 04 Jul 2008
Congratulations to your new book! I'll buy one.
A PHP User - 04 Jul 2008
Access connection - try this:
$conn = new COM("ADODB.Connection") or die("Cannot start ADO");
$conn->Open("Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Jet OLEDB:Database Password=xxxxxx;Data Source=D:\\xxx\\xxx.mdb;");
$rs = $conn->Execute("SELECT blah blah blah");
Great site by the way...
capiCrimm_AT_gmail.com - 04 Jul 2008
Any chance you'll expand this to PDO when php5.1 hits. It would be nice to have a tutorial, I've read the manual and grasped it, but I like your style.
Agoro Adegbenga - 04 Jul 2008
This site is the bomb, it took me from a code scavenger to actually understanding what makes PHP ticks. Keep it up.
Totally awesome work.
A PHP User - 04 Jul 2008
A very interesting site, you can enrich your own skill.
Guna - 04 Jul 2008
we can work with microsoft's Access database through DSN less connection. it is easy on windows server
A PHP User - 04 Jul 2008
Excellent tutorial. I learn a lot on this site.
A PHP User - 04 Jul 2008
Isn't it kind of odd that the comments are all dated as if they were just entered, even if they weren't. I wonder if that is a bug or a feature.
A PHP User - 04 Jul 2008
my arm itches
A PHP User/thompsonedolo@yahoo.com - 04 Jul 2008
how can one work with a database made in microsoft access?
skriyazsk@yahoo.com - 04 Jul 2008
this site is very good!
Add comment
Please note that by posting a comment here you are committing it to the public domain. This is important so that others can make use of your code themselves, and also so that I can incorporate helpful notes directly into the main text. Comments are limited to 2000 characters in length.
If you are reporting an error in the content, please tell me directly.
|