I need a java to php brige to access php from Java in windows. I know about Plava but it they say that it was not made for windows.
09 June 2010.
I need a java to php brige to access php from Java in windows. I know about Plava but it they say that it was not made for windows.
09 June 2010.
If you come back to Windows will all your PHP & Mysql settings gone? Do you have to reinstall everything again if you decide to use a second time the Linux Live CD?? I don’t want to install Linux permanently o0n my sustem but I would like to work with the Lice CD without losing my work & setings. Is it possible?
Posted in PHP3 Comments
09 June 2010.
Hi PHP Folks,
I wanna make a database of my MP3s by reading files from HDD automatically using PHP. This is not a problem. However, it is very painful to write all MP3 descriptions (Title, Albums, Artists, Genre etc) again. So I would like to ask you guys whether you know how to read tags from MP3 file using PHP or any good sources about this.
I’m looking forward to hearing your answers.
Thanks in advance.
Posted in PHP2 Comments
08 June 2010.
I am having troubles to learn Actionscript 3 so I was wondering if I learn PHP first that will help me understand programming. OOP etc.. I am a newbie. Thx.
Posted in PHP5 Comments
08 June 2010.
i have got a results page which shows results from my database and i put a
echo “
“;
which uses the topic as part of a url
http://ww.url.com/detail.php?topic=becauseidclose/
but the problem is that how do i create detail.php which will show the record with topic “becauseidclose”
What will i include in detail.php to show the record on its respective page
thanks in advance.
if it helps the website is at
http://www.sharewink.com
Posted in PHP3 Comments
08 June 2010.
How to compress a file in to rar with php?
I mean with php (for servers)
07 June 2010.
I wanna develop an interactive website whose requirements are quite complex, especially requirements on sorting/ordering, which programming language should I choose, PHP or Java?
It is composite sorting. In order to sort, several arguments for each item are collected and calculated. I am afraid that database couldn’t do this job, only a program can do this job.
What programming language does Yahoo answers use? Which language is more able to handle concurrent access, PHP or Java?
Posted in PHP2 Comments
07 June 2010.
I have PHP and Apache successfully installed on my computer, and they run, but my PHP files don’t work! I did a test, i made a file called phpinfo.php, you know, that has your PHP information, and that worked, however, even when i save PHP files in that location, it doesn’t work at all!
Posted in PHP2 Comments
07 June 2010.
I am planning to become a professional PHP developer in 6 months. Is it better to learn PHP/Mysql with Linux or Windows? If yes which version &which version plz? Thanks
Posted in PHP6 Comments
06 June 2010.
say you have a php script (x.php), the script can be called either from the command line, or from a web request. how can the script determine which called it?
simple and elegang solution needed.
Posted in PHP2 Comments