PHP Important Links
PHP developers are constantly accessing the following web sites. This post has been created to serve simply as a reference for programmers who do not have access to their browser favorite links (let's say: a … Read more
Programming
PHP developers are constantly accessing the following web sites. This post has been created to serve simply as a reference for programmers who do not have access to their browser favorite links (let's say: a … Read more
1. First check to see if phpmyadmin is working. http://localhost/phpmyadmin if its working there is no issue with php the problem is isolated to the php short tags. 2. Just open php.ini and make … Read more
svnserve.conf:13: Option expected svnserve.conf. After removing the "#" to enable a flag chances are, a couple spaces remains at the beginning of a line. Remove any extra space before and After any line.
Look! I just want a PDF reader to open up my PDFs. I want to do the reading not the PDFs to do the reading. Please make these superfluous stuffs optional.
1. Download the mysql connector located here : http://dev.mysql.com/downloads/connector/net/6.0.html 2. Add a reference to the mysql.data.dll (for some reason mysql.data is missing from the .net reference tab). If that is the case for you downlaod the … Read more