You could also use the php date() function.
date('I');
If you need it for a specific date, then
date('I',$timestamp);
Curt Zirzow wrote:
> * Thus wrote Chirag Shukla:
> >
> > This function can be used to know whether it is Daylight Savings time or
>
n the command prompt the command returns
the accents correctly.
Tim
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
n the command prompt the command returns
the accents correctly.
Tim
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm having PHP5 compile problems as well. Here's some shortened output
from commands giving a picture of my problem.
The first thing that troubles me is vi giving this output:
[EMAIL PROTECTED] php-5.0.0RC1]# vi ext/mysql/php_mysql.c
"ext/mysql/php_mysql.c" 2514L, 70348C
iple newlines in there, and I need to place
the entire snippet between and into a
variable array. My largest problem is that not every instance of said code
has the same number of endlines, but they do ALL have endlines in there.
Any help here?
- Jeremy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
iple newlines in there, and I need to place
the entire snippet between and into a
variable array. My largest problem is that not every instance of said code
has the same number of endlines, but they do ALL have endlines in there.
Any help here?
- Jeremy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
mysql_fetch_array($query))
{
$row_color = ($row_count % 2) ? $color1 : $color2;
echo"".
"". $myrow["id"]."".
"". $myrow["JokeText"]. "".
"". $myrow["JokeDate"]."
mysql_fetch_array($query))
{
$row_color = ($row_count % 2) ? $color1 : $color2;
echo"".
"". $myrow["id"]."".
"". $myrow["JokeText"]. "".
"". $myrow["JokeDate"]."
s?
>
> Stephen Craton
> [EMAIL PROTECTED]
> IM: [EMAIL PROTECTED]
> http://www.melchior.us
>
I had the same problem when storing objects in the session, this link will
tell you
how to solve your problem
http://lists.evolt.org/archive/Week-of-Mon-20031027/150721.html
rgs,
Nick
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have a dedicated Red Hat linux boxed leased from Interland and the php
mail function does not work. I have found several articles on things to
try and have tried everything I saw but to no avail. I set up a php
script to mail and then print the return code and I get a 1 (success).
But the
I have a dedicated Red Hat linux boxed leased from Interland and the php
mail function does not work. I have found several articles on things to
try and have tried everything I saw but to no avail. I set up a php
script to mail and then print the return code and I get a 1 (success).
But the
I have a dedicated Red Hat linux boxed leased from Interland and the php
mail function does not work. I have found several articles on things to
try and have tried everything I saw but to no avail. I set up a php
script to mail and then print the return code and I get a 1 (success).
But the
Hi,
I am new to this or any newsgroup in PHP, as well as PHP itself, so this
question is probably rather elementary. I have a form which on clicking
on the "Submit" button calls up a compiled program on the server that is
executed and writes output to a file. This file is then read
Leon Poon wrote:
> Refer to the following line numbers:
> 01 > 02 > // Start of PHP code - Extract values from form.
> 03 > /* Other values read */
> 04 > $n=$_POST['n'];
> 05 >
> 06 > // Pass the data from the form to lightcurve_csharp
> 07
Luke Barker wrote:
> I have made a 404 custom error handler, using .htaccess in a directory
> - it is usppoed to route all unfound pages to error.php, and works as
> expected for .htm and .html pages as well as gifs etc. But ofr .php
> scripts, e.g /path/to/wrongurl.php it doesnt
The following wsdl file was provided to me.
http://64.122.63.81:5454/IfxService.wsdl
I first attempted to genrate the PHP classes using the following code...
http://64.122.63.81:5454/IfxService.wsdl);
// Look at the generated code...
echo ( $wsdl->generateProxyC
As a developer, I would love to use PHP 5+ for applications but I am
afraid to do so because 90% of web hosting companies do not offer it. The
biggest reason that that they do not offer it is because there is little
demand for it. The reason why there is little demand for it is that
developers
2201 - 2217 of 2217 matches
Mail list logo