Search Results

Showing results 1 to 7 of 7
Search took 0.01 seconds.
Search: Posts Made By: PoA
Forum: PHP Oct 17th, 2008
Replies: 3
Views: 579
Posted By PoA
It's called mod_rewrite, which is an Apache module. It allows you to rewrite the requested urls.

You should read more about it here
http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
Forum: PHP Oct 3rd, 2008
Replies: 6
Views: 720
Posted By PoA
It's not true that JSP is much more secured. It totally depends on the developer of the application.



My preference is PHP for web applications. As for desktop application, I prefer Java or...
Forum: PHP Oct 2nd, 2008
Replies: 9
Views: 715
Posted By PoA
$date = '2008-09-29';
$newDate = date('d-m-Y', strtotime($date));
Forum: PHP Sep 30th, 2008
Replies: 3
Views: 4,971
Posted By PoA
Try using @ in front of function name.
@fopen
@fread
@fclose
Forum: Geeks' Lounge Oct 4th, 2004
Replies: 8
Views: 2,659
Posted By PoA
Can it play midi file? I have midi files format.
Forum: PHP Sep 13th, 2004
Replies: 7
Views: 10,832
Posted By PoA
Post your code or

Try the following code.
<?php

$wave_file = generate_wavfile(); //This is the example one.
//Generate/Get wave file name without .wav extension format.

echo "<EMBED...
Forum: Java Aug 6th, 2004
Replies: 23
Views: 6,505
Posted By PoA
I am currently using Jcreator too. http://www.jcreator.com
Showing results 1 to 7 of 7

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC