What’s the equivalent of passthru and system for python?
Question Actually I’m rookie in python , as you know we have 2 methods in PHP passthru and system What’s the equivalent of passthru and system for python? Asked by Mike Redford Answer the subprocess...
View ArticleHow to hide URL Path in PHP Print Out
Question I’m printing a page of my PHP application with the ( ctrl + P ), at the base of the printout, the url path is shown..i.e http:// localhost:8080/student/result.php how can i hide this or...
View ArticleHow to make CSS and other fonts show on default Chrome Printing
Question I’m printing a page of my PHP application with the ( ctrl + P ) (default printing). How can i make sure that the CSS (tables, padding, cellspacing, background picture with opacity) are printed...
View ArticleCentOS 5.8 Server, manual install PHP 5.2.17
Question I would like manually install PHP 5.2.17. I manage to install httpd and mysql. But when I want to PHP 5.2.17, I could not found a proper guide. These the step I had done with a fresh...
View Articlephp build error: /usr/bin/ld: cannot find -lltdl
Question I am not a build guru and could use a pointer. I’m trying to make php5 on linux. I have successfully run config. I run make and get the following error: /bin/sh libtool --silent...
View ArticleWordPress problem: Your PHP installation appears to be missing the MySQL...
Question Recently I decided to try out wordpress. I am running Ubuntu 9.04. I installed apache 2, MySQL, and PHP 5. When I tried to run the installation: http://localhost/wordpress/wp-admin/install.php...
View ArticleAutocomplete user defined function/variable names in Coda
Question Is it possible natively, or is there a plugin, that will use Coda’s autocomplete function for user defined methods and variables? Asked by anwyatt Answer Coda 2 has been released, and...
View ArticleBest AMP bundle for Windows (WAMPs)? [closed]
Question There’s a list of WAMPs here: http://en.wikipedia.org/wiki/Comparison_of_WAMPs Which one is the best for PHP app development? Do you know which one has the most complete set of PHP extensions?...
View ArticleHow to add PHP in netbeans on Ubuntu?
Question I just downloaded Netbeans for Ubuntu. Now I only have Java, how can I add PHP to it? Asked by D.Vrancken Answer Go to Tools->Plugins On the Installed tab check PHP and click on Activate....
View ArticleWhat’s the minimum requirement to run xdebug developement?
Question I’ve a very inexpensive virtual server but I get regular stuck in my developement with xdebug and Typo3 websites. Currently I’m running sshd, ftp, xdebug, mysql, postfix on my server and it’s...
View Article