Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #2K
~32.7K People Reached

18 Posted Topics

Member Avatar for markii.borabon
Member Avatar for Roozbeh_1
Member Avatar for happygeek
Member Avatar for eddstyson
Member Avatar for CarterLangley

I THINK U CAN USE SITES IT'S VERY USEFUL..[W3SCHOOLS.COM](http://www.w3schools.com)

Member Avatar for kidmizere
0
3K
Member Avatar for davy_yg
Member Avatar for Borzoi
0
198
Member Avatar for Junaid_2
Member Avatar for mattster
0
162
Member Avatar for 2mhzbrain
Member Avatar for anas.man
Member Avatar for rpv_sen

<?php $server = 'xyz\SQLEXPRESS'; $link = mssql_connect($server, 'ab', 'abc'); if (!$link) { die('Something went wrong while connecting to MSSQL'); } ?> just check it....

Member Avatar for rpv_sen
0
290
Member Avatar for AARTI SHRIVAS

right, php.ini file display_error to "no" so the error are not display but they ask me without changing in php.ini file how can we are not display errors in php file

Member Avatar for matrixdevuk
0
377
Member Avatar for zaxo311

In computer science, a linked list is a data structure consisting of a group of nodes which together represent a sequence. Under the simplest form, each node is composed of a datum and a reference (in other words, a link) to the next node in the sequence; more complex variants …

Member Avatar for zaxo311
0
433
Member Avatar for johnef_sh

check it. $filenamekey = md5(uniqid($_FILES["myfile"]["name"], true)); move_uploaded_file($_FILES["myfile"["tmp_name"],$output_dir.$filenamekey);

Member Avatar for anas.man
0
273
Member Avatar for ngonix

StringBuilder sb = new StringBuilder("<html><body>"); sb.append(readTextFile()); StringBuilder sb = new StringBuilder("<html><body>"); sb.append(readTextFile()); sb.append("</body></html>"); myWebView.loadData(sb.ToString(), "text/html", "UTF-8"); public String readTextFile(String filename) { // Open and read the contents of <filename> into // a single string then return it }

Member Avatar for peter_budo
0
13K
Member Avatar for MikeBah

try this : void bst_char_apply(bst_char *t, void (*fun)(char item)) { if (t->left) bst_char_apply(t->left, fun); fun(t->value); if (t->right) bst_char_apply(t->right, fun); }

Member Avatar for anas.man
0
192
Member Avatar for Julia25
Member Avatar for Airshow
0
565
Member Avatar for thing2
Member Avatar for peter_budo
0
119
Member Avatar for davy_yg

alter table <tablename> rename column <oldname> to <newname> Ex : ALTER TABLE emp RENAME COLUMN emp_name to employee_name;

Member Avatar for ugi.nagesh
0
391

The End.