8 Topics

Member Avatar for fsn812

Who here would prefer Java over PHP, or PHP over JAVA? If you prefer one over the other, for whatever reason or application, why? Specific code comparisons are appreciated

Member Avatar for mama_rock
0
529
Member Avatar for fsn812

A very simple PHP/Javascript snippet to detect the resolution of a user's monitor and create a table using that resolution to best fit within the user's browser (to avoid scrolling). Note: This is a PHP script which includes Javascript

Member Avatar for almostbob
0
541
Member Avatar for fsn812

This is probably a little off from the regular threads, but here goes: How many of you actually like Wine, expensive or cheap (over 21 please, we don't need any incriminating threads)? I have tried wine ranging from cheap to expensive, recently aged to very aged... and it all tasted …

Member Avatar for jbennet
1
280
Member Avatar for fsn812

I've been gone from the forum for a few years now and I have to say, I'm quite impressed with the route this forum has taken. It appears quite a few people have gained knowledge and help from this site. Just curious, how many of you where surprised (in a …

Member Avatar for jbennet
0
48
Member Avatar for fsn812

I just read an interesting oracle article comparing PHP4, PHP5, and ASP. I would suggest anyone questioning the PHP/ASP debate to read the article: [url="http://www.oracle.com/technology/pub/articles/hull_asp.html"]http://www.oracle.com/technology/pub/articles/hull_asp.html[/url]

Member Avatar for vimkar
0
182
Member Avatar for fsn812

When attempting to compile PHP 5.0.4 with MySQL 4.0, I received some strange errors from attempting to use --with-mysql and --with-mysqli. After getting it to configure correctly, where it finds mysql and mysqli support, when I run make I get these odd compile errors: == /usr/src/php-5.0.4/ext/mysqli/php_mysqli.h:48: error: syntax error before …

Member Avatar for fsn812
0
270
Member Avatar for fsn812

I have browsed through various forums in search of an answer to this: I need [url]https://www.domain.com[/url] to redirect to [url]https://domain.com[/url]. Reason being, the cert is only valid for [url]https://domain.com[/url] and not [url]https://www.domain.com[/url] This rewrite rule works fine to redirect: == rewriteEngine on rewriteCond %{HTTP_HOST} !^domain\.com rewriterule (.*) https://domain.com/$1 [R=301,L] == …

Member Avatar for fooumang
0
167
Member Avatar for fsn812

I posted this as a reply to another post, but I figured I would make a new thread just in case it may be usefull to people who are having this issue. I modified it a bit to be generalized, please feel free to add comments/revisions to help those who …

Member Avatar for fsn812
0
363

The End.