Tags
Mysql
Çok kolay
Kolayca
Dışarı İşlerim
Zor
Programlama
About sites
ssh
Erkin
temple of hounted content
Programlar'a
drupal
Establishment
Kişisel
Linux
Nerkl
Expert
mysql insert
Php
ffmpeg
Shell
CentOs
Mysqladmin
insert
jquery
rsa
lyrics
rsync
facebook
Photography
askerlik
neden web sitesi yaptı
fotoğraf çekmek
update
askere gitmek
fotoğraf
Javascript
fotoğrafçı
profesyonel fotoğrafçı
change year
maxdate
authentication
date field
libcurl
comply
libpcre
amarok
curl
cclive
server script execution
white space
upgrade
hacking code
birthday
datepicker
jquery datepicker
text selection
select text
select
firefox
Similar
New technique to win olimpics
By nerkn - July 27th, 2010
At the 1968 Olympics, Dick Fosbury took the athletics world by surprise with an unusual high-jump technique.
Printing mysql_error
By nerkn - June 23rd, 2010
Tagged:
This is a code snipped to print mysql error.
If there is no error mysql_error returns null, thus if evaluates false and there is no output.
multiple ON DUPLICATE KEY UPDATE
By nerkn - May 25th, 2010
Tagged:
Here is an example of how to update multiple columns using values supplied in the INSERT statement. This assumes that column 'a' is the unique key.
multiple ON DUPLICATE KEY UPDATE
By nerkn - May 25th, 2010
Tagged:
Here is an example of how to update multiple columns using values supplied in the INSERT statement. This assumes that column 'a' is the unique key.
php unlink recursive
By nerkn - May 19th, 2010
The shortest recursive delete possible.
<?php
/**
* Delete a file or recursively delete a directory
*
* @param string $str Path to file or directory
*/
