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
~33.0K People Reached
Favorite Tags

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
Member Avatar for kidmizere
0
3K
Member Avatar for davy_yg
Member Avatar for Borzoi
0
208
Member Avatar for Junaid_2
Member Avatar for mattster
0
167
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
303
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
391
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
442
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
281
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 Member #1097419

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
201
Member Avatar for Julia25
Member Avatar for Airshow
0
580
Member Avatar for thing2
Member Avatar for peter_budo
0
126
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
415

The End.