Hi,
Does any one know the php function to detect the web server(apache/IIS) that the server using.
Search found 16 matches
- Thu Jun 12, 2008 1:06 pm
- Forum: PHP - Code
- Topic: PHP to detect web server
- Replies: 1
- Views: 120
- Mon Jun 09, 2008 3:52 am
- Forum: PHP - Code
- Topic: The Future Behind PHP Success
- Replies: 1
- Views: 238
The Future Behind PHP Success
Hi,
I have seminar regarding this topic "The Future Behind PHP Success". I already got some information regarding this topic from my friends and internet. I am looking forward some additional information. Please share your ideas regarding how the Future will be for PHP?
I have seminar regarding this topic "The Future Behind PHP Success". I already got some information regarding this topic from my friends and internet. I am looking forward some additional information. Please share your ideas regarding how the Future will be for PHP?
- Wed Jun 04, 2008 2:09 pm
- Forum: Databases
- Topic: Timezones in MySQL
- Replies: 0
- Views: 259
Timezones in MySQL
Hi,
Does any one have any idea on how to implement timezone in mysql using UTC?
Does any one have any idea on how to implement timezone in mysql using UTC?
Firefox 3
Hi,
Does any one have any feedback regarding firefox 3. I like firefox 2 , but i heard Firefox 3 got released. I want to make sure that is there any bugs, buffer overflow, Security risk in Firefox 3 before using them.
Does any one have any feedback regarding firefox 3. I like firefox 2 , but i heard Firefox 3 got released. I want to make sure that is there any bugs, buffer overflow, Security risk in Firefox 3 before using them.
- Wed Jun 04, 2008 2:05 pm
- Forum: PHP - Code
- Topic: PHP6 Release
- Replies: 5
- Views: 669
PHP6 Release
Hi,
Can you know when PHP 6 is getting released?
I am looking to create a universal website with Multi language(Unicode) Support. Any one know?
Can you know when PHP 6 is getting released?
I am looking to create a universal website with Multi language(Unicode) Support. Any one know?
- Fri May 30, 2008 9:56 am
- Forum: General Discussion
- Topic: Specific Book Recommendations
- Replies: 4
- Views: 502
- Sat May 17, 2008 1:16 pm
- Forum: Javascript
- Topic: Ah HELP! Javascript
- Replies: 3
- Views: 662
Re: Ah HELP! Javascript
if you are posting code, please align it and post .
- Sat May 17, 2008 1:08 pm
- Forum: PHP - Code
- Topic: Redirecting URL's using PHP
- Replies: 9
- Views: 657
Re: Redirecting URL's using PHP
You can use PHP header() fn inorder to redirect URL. for Eg :
Code: Select all
<?php
header("Location: http://suresh-mobileweb.blogspot.com");
?>
- Sat May 17, 2008 1:03 pm
- Forum: PHP - Code
- Topic: session works in PHP5 but not on PHP4
- Replies: 3
- Views: 231
Re: session works in PHP5 but not on PHP4
Speak to your web hosting company regarding this issue. the problem is from their side.
- Wed May 14, 2008 11:44 am
- Forum: PHP - Code
- Topic: htmlentities not suddenly not working!
- Replies: 4
- Views: 1677
Re: htmlentities not suddenly not working!
I think it bcz of your hosting company may have upgraded the PHP server from 4 to 5.1 . so some functions won't work as you expect in newer version. plz visit http://php.net for more details
- Wed May 14, 2008 11:40 am
- Forum: PHP - Code
- Topic: call javascript from php code
- Replies: 2
- Views: 256
Re: call javascript from php code
Try Something like this
<?php
echo "<script type=\"text/javascript\">javascript:tog('text');</script>";
?>
<?php
echo "<script type=\"text/javascript\">javascript:tog('text');</script>";
?>
- Wed May 14, 2008 11:36 am
- Forum: PHP - Code
- Topic: Visitors Now Online
- Replies: 8
- Views: 1452
Re: Visitors Now Online
You can add third party software (javascript code) inside your code. there is no need for any DB or txt file. the third party software will store visitor details in their server and result will display in your site. Please visit this URL http://www.google.co.in/search?hl=en&q=website+Hit+Counter...
- Wed May 14, 2008 11:30 am
- Forum: PHP - Code
- Topic: problem with contact us page.
- Replies: 2
- Views: 284
Re: problem with contact us page.
can i know the meaning of optional_param() fn?
- Wed May 14, 2008 11:25 am
- Forum: Miscellaneous
- Topic: Firefox 3 out of beta by summer
- Replies: 0
- Views: 972
Firefox 3 out of beta by summer
Mozilla released Firefox 3 beta 3 on (2/13/08) with 1,300 changes since beta 2. The Firefox 3 development process has been publicly ongoing since 2006, with beta 1 released in November 2007, and beta 2 in December 2007. A beta 4 has been announced for "some time in the next few weeks." No ...
- Wed May 14, 2008 11:23 am
- Forum: Linux
- Topic: Fedora 9 hits the streets
- Replies: 2
- Views: 1953
Fedora 9 hits the streets
The Fedora Project Tuesday said Fedora 9, a free, open source Linux operating system, is ready for download. The software features a unique portable capability that lets it live on a USB stick. Users can boot the operating system from the USB stick and add applications and download and store data to...