DZone Snippets


// Simple PHP Math Image Captcha



// captcha width
$captcha_w = 150;
// captcha height
$captcha_h = 50;
// minimum font size; each operation element changes size
$min_font_size = 12;
// maximum font size
$max_font_size = 18;
// rotation angle
$angle = 20;
// background grid size
$bg_size = 13;
// path to font - needed to display the operation elements
$font_path = 'fonts/courbd.ttf';
// array of possible operators
$operators=array('+','-','*');
// first number random value; keep it lower than $second_num
$first_num = rand(1,5);
// second number random value
$second_num = rand(6,11);

?>



Credits: 4Dlink Weblists and web4link.com dir

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/J46UpHTOEk0/14621

i want some sample code.....pls help me

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/2VKlqqf_Iy4/14619

DRAGONVALE HACK TOOL V 1.2


http://www.crackserialkeys.com/dragonvale-hacks-unlimited-gemsgoldtreats/


Dragonvale hack,Dragonvale hacks,Dragonvale hack/cheat,Dragonvale hacks/cheat,Dragonvale hacks/cheats,Dragonvale hack/cheats,Dragonvale hack gold,Dragonvale hack gems,Dragonvale hack money,Dragonvale hack Treats,Dragonvale hack tool,Dragonvale hacks tool,Dragonvale hack tool V 1.2,Dragonvale hackS tool V 1.2,DRAGONVALE,dragonvale,DRAGONVALE CHEAT,DRAGON VALE,DRAGONVALE CHEAT AND HACK,DRAGONVALE CHEAT AND HACKS,Dragonvale hacks Unlimited Gems/Gold/Treats,

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/W2IV8bggHIk/14617

Dragonvale cheat and hack

http://www.crackserialkeys.com/dragonvale-hacks-unlimited-gemsgoldtreats/


Dragonvale hack,Dragonvale hacks,Dragonvale hack/cheat,Dragonvale hacks/cheat,Dragonvale hacks/cheats,Dragonvale hack/cheats,Dragonvale hack gold,Dragonvale hack gems,Dragonvale hack money,Dragonvale hack Treats,Dragonvale hack tool,Dragonvale hacks tool,Dragonvale hack tool V 1.2,Dragonvale hackS tool V 1.2,DRAGONVALE,dragonvale,DRAGONVALE CHEAT,DRAGON VALE,DRAGONVALE CHEAT AND HACK,DRAGONVALE CHEAT AND HACKS,Dragonvale hacks Unlimited Gems/Gold/Treats,

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/yuuL7HdgHe4/14611

Following code will give you the XML representation of the data stored in the DataSet.



DataSet mydataSet = new DataSet();
DataTable table = dataSet.Tables.Add("Items");
mytable.Columns.Add("studentid", typeof(int));
mytable.Columns.Add("name", typeof(string));
mytable.Rows.Add(1,'mac');
mytable.Rows.Add(2,'jac');
mydataSet.GetXml()

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/o9SwMh34waI/14609

More Articles...

Page 1 of 358

Start
Prev
1