Bring.Up.My.Post
Anyone with ideas on how it can be done ( first post )??
Thanks in advance.
Search found 8 matches
- Sun Jul 29, 2007 8:12 pm
- Forum: PHP - Code
- Topic: Setting URL in html codes to be valid
- Replies: 3
- Views: 521
- Fri Jul 27, 2007 4:22 am
- Forum: PHP - Code
- Topic: call PHP code upon click to <li>List1</li>
- Replies: 16
- Views: 934
Replying to your replies. It's not about why and how. It's about views and what's your application is for. I do see that you don't want to use GET but i don't know the good reason behind it. I can't think of anyway beside a extra form if you wanna use post for now. Why not is because i don't like. I...
- Fri Jul 27, 2007 4:06 am
- Forum: PHP - Code
- Topic: call PHP code upon click to <li>List1</li>
- Replies: 16
- Views: 934
- Fri Jul 27, 2007 3:44 am
- Forum: PHP - Code
- Topic: call PHP code upon click to <li>List1</li>
- Replies: 16
- Views: 934
- Fri Jul 27, 2007 2:51 am
- Forum: Databases
- Topic: Getting date/time according to user time for PostgreSQL
- Replies: 1
- Views: 330
Ok, i just found this
Asumming +1 hour is user timezone and +4 hour is server timezone.
Is this a good way to retrieve user time?
Code: Select all
SELECT (NOW() + justify_interval(interval '+1 hour') - justify_interval(interval '+4 hour')) FROM sometableIs this a good way to retrieve user time?
- Thu Jul 26, 2007 11:29 pm
- Forum: Databases
- Topic: Getting date/time according to user time for PostgreSQL
- Replies: 1
- Views: 330
Getting date/time according to user time for PostgreSQL
Hi, I'm trying to retrieve and displaying date and time of post according to user timezone. Such as this forum showing the date and time of post. I have done this in MySQL before - SELECT CONVERT_TZ(NOW(), sometable.server_time, sometable.user_time) AS user_time_now FROM sometable Is there a way to ...
- Thu Jul 26, 2007 4:18 am
- Forum: PHP - Code
- Topic: Setting URL in html codes to be valid
- Replies: 3
- Views: 521
- Wed Jul 25, 2007 10:55 pm
- Forum: PHP - Code
- Topic: Setting URL in html codes to be valid
- Replies: 3
- Views: 521
Setting URL in html codes to be valid
feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hi, I'm t...