DrupalBin
Submit Code
About
Recent Posts
Code
56 min 17 sec
ago
Code
4 hours 8 min
ago
Fix for Code
4 hours 18 min
ago
d5, hook_comment, trying to force an input filter format
7 hours 36 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
Code
Fix for php code
September 5, 2008 - 6:55am — Anonymous
<?php
//connection to the database
$conn
=
mysql_pconnect
(
"localhost"
,
"user"
,
"pass"
)
;
mysql_select_db
(
"twdata"
,
$conn
)
;
date_default_timezone_set
(
"Europe/Zagreb"
)
;
Code
Read more
Fix for php code
September 5, 2008 - 3:15am — Anonymous
<?php
//connection to the database
$conn
=
mysql_pconnect
(
"localhost"
,
"user"
,
"pass"
)
;
mysql_select_db
(
"twdata"
,
$conn
)
;
date_default_timezone_set
(
"Europe/Zagreb"
)
;
Code
Read more
Fix for php code
September 3, 2008 - 6:07pm — Anonymous
<?php
//connection to the database
$conn
=
mysql_pconnect
(
"localhost"
,
"user"
,
"pass"
)
;
mysql_select_db
(
"twdata"
,
$conn
)
;
date_default_timezone_set
(
"Europe/Zagreb"
)
;
Code
Read more
Fix for php code
September 3, 2008 - 6:00pm — Anonymous
<?php
//connection to the database
$conn
=
mysql_pconnect
(
"localhost"
,
"user"
,
"pass"
)
;
mysql_select_db
(
"twdata"
,
$conn
)
;
date_default_timezone_set
(
"Europe/Zagreb"
)
;
$update
=
date
(
"Y.m.d H:i:s"
)
;
Code
Read more
php code
September 3, 2008 - 11:34am — Anonymous
<?php
//connection to the database
$conn
=
mysql_pconnect
(
"localhost"
,
"user"
,
"pass"
)
;
mysql_select_db
(
"twdata"
,
$conn
)
;
date_default_timezone_set
(
"Europe/Zagreb"
)
;
Code
Read more
JavaScript Convert the Temperature Code
July 29, 2008 - 12:18am — Anonymous
<html>
<head>
<title>Convert the Temperature</title>
<script type=
"text/javascript"
>
//This Code was created by David A. and Matt I. on July 28, 2008
//You may use this code freely
celcius
celsius
centigrade
Code
convert
converting
fahrenheit
java
javascript
temperature
the
to
Read more