Suhas wrote:
Hello,
Any suggestions for Dedicated PHP Webhost.
The current service provider is ok but Customer service is
unsatisfactory. Very bad experience.
Thanks for your help in advance,
SP
http://www.websulting.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
Hi Tanner,
Here's a completely working piece of code that I got from my hosting
company. This looks like it does exactly what you want to do. I am
also including the output in the bottom of this e-mail.
sunil.
output: one thousand one
** Written By: Websulting (www dot websulting dot com)
Hi Mark,
Actually you can access this variable within Javascript in the following
manner:
function chgablacted() {
box = regs['myselect[]'];
value = box.options[box.selectedIndex].value;
if (value == 'some value') {
...
} else {
...
}
}
The name of the variable will include the br
Hi,
Perl has a function named caller with the following signature and return
values:
($package, $filename, $line, $subroutine,
$hasargs, $wantarray, $evaltext, $is_require) = caller($i);
This function returns information pertaining to the calling routine,
such as the name of the funct
4 matches
Mail list logo