|
Main (PHP)
3rd Party Streams
Resources
Code Snippets
Affiliates
|
|
|
| |
|
| By Cubex ( 2002-04-29
7144 views.
)
|
| Just add this code at the top of the page before any characters are sent, even before a newline.. |
| |
|
| |
|
| By Chad ( 2002-04-26
7260 views.
)
|
| A simple Alert box that you can make popup wherever you want it to! |
| |
|
| |
|
| By Drakxter ( 2002-04-19
7220 views.
)
|
print_time formats time and prints it using a time stamp formating string.
Ex:
echo print_time("YYYY-MM-DD", "HH:MM:SS", "Y D, H:i:s", "+1");
?>
P 1: Is data in YYYY-MM-DD format, the same way "date" fields in mysql work.
p 2: Time in HH:MM:SS format, the same as the "time" fields in mysql.
If you leave one of these empty it will use a time and date like this: 0000-00-00 and 00:00:00.
P 3: Is a string like those date() uses. Default is "F j, Y, g:i:s a".
P 4: Here you can enter a differense to GMT, like +1 or -7.
Remember to use GMT times in P 1 and P 2. |
| |
|
| |
PHP Code Snippets: Echo |
| By echoPhyte ( 2002-04-09
7147 views.
)
|
| Echo out html, text or vars. |
| |
|
| |
|
| By Celeron ( 2002-04-03
7211 views.
)
|
| Stop strings longer that x long being entered into a database, useful for shoutboxes, forms etc. |
| |
|
| |
|
|
| Item(s) 41 to 45 of 57.  Go to page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 |
| |
|
|
|
Top Sponsor
Sponsors
Sponsors
Advertisting
Affiliates
|
|