Small Codes etc - preCharge Forums
It shows that you are unregistered. Please register with us by clicking Here
preCharge Forums


Nav Green LeftNav Right
preCharge Forums > Website Design & Development > Programming » Small Codes etc


Reply
Tcat Right
 
LinkBack Thread Tools Display Modes Tcat Right
Old 07-23-2006   #1 (permalink)
abhisar
Junior Member
 
Join Date: Jul 2006
Posts: 27
Send a message via Yahoo to abhisar
Default Small Codes etc

Post small codes of wap scripts here. ::)
__________________
SIMPLY THE BEST
abhisar is offline   Reply With Quote


Old 07-23-2006   #2 (permalink)
abhisar
Junior Member
 
Join Date: Jul 2006
Posts: 27
Send a message via Yahoo to abhisar
Default Re: Small Codes etc

This will give days left in the year.

Code:
<?php
$diena=date("z");
$liko=365-$diena;
echo "<b>DAYS LEFT:</b><small> $liko</small>";
?>
__________________
SIMPLY THE BEST
abhisar is offline   Reply With Quote

Old 07-24-2006   #3 (permalink)
abhisar
Junior Member
 
Join Date: Jul 2006
Posts: 27
Send a message via Yahoo to abhisar
Default Re: Small Codes etc

Script Timer

Code:
<?php


function
get_microtime()
{
list($usec, $sec) = explode(" ", microtime());

return ((double)$usec+(double)$sec);
}
$start = get_microtime();

//Toliau failo turinys

$end = get_microtime();
$native = round((float)(($end - $start) * 1000), 2);

echo "<b>SCRIPT LOAD:</b> <small>$native ms</small>";

?>
__________________
SIMPLY THE BEST
abhisar is offline   Reply With Quote

Old 10-12-2006   #4 (permalink)
ScottHughes
Senior Member
 
Join Date: Sep 2006
Age: 22
Posts: 460
Default Re: Small Codes etc

What's a "wap" code? I've never heard the term "wap" before.

It's funny, sometimes I feel like such a geek; other times I feel like such a newbie.
__________________
ScottHughes is offline   Reply With Quote

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
What quick codes do you have? GuyKels PHP 4 12-23-2006 07:39 AM
Hex Codes TizBiz Forum Management 1 03-10-2006 10:11 PM
IBF Codes Grudge Forum Management 0 03-05-2006 08:47 AM
Codes, Hacks, and Modifications G Unit Man Forum Management 1 02-11-2006 12:42 AM


footer left
All times are GMT. The time now is 01:54 PM.

DISCLAIMER: preCharge Risk Management is not responsible for any opinions, advice or comments expressed on the preCharge Community Forums.
preCharge® is a registered trademark of preCharge Risk Management | chargeback protection | Merchant Account Blog

Powered by vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC6

Loans | Student Credit Cards | Halo Wallpapers | Free Advertising | Overtime Laws

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49