Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
PHP ispis trenutnog datuma

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side
View previous topic :: View next topic  
Author Message
sime
Guest





PostPosted: 21.06.2005 14:10    Post subject: PHP ispis trenutnog datuma Reply with quote

Koji je najbolji način da se u php-u ispiše nešto ovako:
"Overview for Monday, 20th of June 2005"

Naravno da se mjenja svaki dan.
Back to top
1ONE



Joined: 13 Mar 2004
Posts: 136
Location: Zagreb

PostPosted: 21.06.2005 14:19    Post subject: Add user to your forum ignore list Reply with quote

Ovako :

Code:


$datum = date("l dS of F Y");
echo "Overview for $datum";



Cool

_________________
have fun
Back to top
View user's profile Send private message
budha



Joined: 02 Mar 2004
Posts: 1377
Location: Osijek

PostPosted: 21.06.2005 14:21    Post subject: Add user to your forum ignore list Reply with quote

ili
Code:
<?php
echo 'Overview for ' . date("l, jS") . ' of ' . date("F Y");
?>

_________________
I hate to advocate drugs, alcohol, violence, or insanity to anyone, but they've always worked for me.
Back to top
View user's profile Send private message Visit poster's website
sime
Guest





PostPosted: 21.06.2005 14:50    Post subject: Reply with quote

Tenk juu. Dammit moram skinut onaj php manual za ovakve sitnice
Back to top
budha



Joined: 02 Mar 2004
Posts: 1377
Location: Osijek

PostPosted: 21.06.2005 15:47    Post subject: Add user to your forum ignore list Reply with quote

miniml wrote:
Tenk juu. Dammit moram skinut onaj php manual za ovakve sitnice


bolje ti je gledat ga online, jer ga stalno apdejtaju...
stavis si manual u bookmarke i gotovo Cool

_________________
I hate to advocate drugs, alcohol, violence, or insanity to anyone, but they've always worked for me.
Back to top
View user's profile Send private message Visit poster's website
t3r0



Joined: 08 Jun 2004
Posts: 107

PostPosted: 21.06.2005 16:06    Post subject: Add user to your forum ignore list Reply with quote

budha wrote:
bolje ti je gledat ga online, jer ga stalno apdejtaju...
stavis si manual u bookmarke i gotovo Cool


... ako imas adsl on da Rolling Eyes
ja ga imam offline, al kad nesto zapne onda odem pogledat sta ima novo Smile
Back to top
View user's profile Send private message
budha



Joined: 02 Mar 2004
Posts: 1377
Location: Osijek

PostPosted: 21.06.2005 20:20    Post subject: Add user to your forum ignore list Reply with quote

t3r0 wrote:
... ako imas adsl on da Rolling Eyes

oke... a bas je mala stranica Shocked
a i ne treba ti manual valjda svakih 10sec Mr. Green

_________________
I hate to advocate drugs, alcohol, violence, or insanity to anyone, but they've always worked for me.
Back to top
View user's profile Send private message Visit poster's website
Ilija Studen



Joined: 17 Apr 2005
Posts: 27
Location: 127.0.0.1

PostPosted: 21.06.2005 21:43    Post subject: Add user to your forum ignore list Reply with quote

Ako koristite Firefox možete da dodate niz PHP related Search Enginea:

http://mycroft.mozdev.org/download.html?name=php&submitform=Find+search+plugins

Sve što vam treba za pretraživanje manuela, liste funkcija itd imate tu.

_________________
Blog: Web dizajn, web razvoj, programiranje, random
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
t3r0



Joined: 08 Jun 2004
Posts: 107

PostPosted: 21.06.2005 22:04    Post subject: Add user to your forum ignore list Reply with quote

budha wrote:
t3r0 wrote:
... ako imas adsl on da Rolling Eyes

oke... a bas je mala stranica Shocked


je, ali treba modem cekat da se spoji Smile
a sad ce valjda zavrsit ispitni rokovi pa ode doma na adsl Cool

budha wrote:
a i ne treba ti manual valjda svakih 10sec Mr. Green


ne treba mi bas svakih 10sec (mozda svakih 15sec) Cool, ali nekad se nadje nekakav dobar primjer u User Contributed Notes koji nekad zna pojednostaviti stvari.
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group