Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~695 People Reached
Favorite Forums
Favorite Tags
Member Avatar for naraza

hello! i use this command and run it on localhost in my pc <?php exec('mspaint "C:\path\to\image.jpg"'); ?> and this $cme='notepad.exe'; passthru($cme);

Member Avatar for naraza
0
98
Member Avatar for naraza

i want to run my php process on back hand so i use scheduler task to run my php file in window i use this in run on scheduler task C:\Xampp\php\php.exe -f C:\Xampp\htdocs\my_script.php now i want that i want to stop my php.exe with php page locally or live page …

Member Avatar for HITMANOF44th
0
110
Member Avatar for naraza

i want to auto select first list box vale how [CODE]private void check_Click(object sender, EventArgs e) { for (int x = 0; x < listBox1.Items.Count; x++) { // Determine if the item is selected. if(listBox1.GetSelected(x) == true) { // Deselect all items that are selected. listBox2.SetSelected(x,true); } SqlDataAdapter adap = …

Member Avatar for dnanetwork
0
65
Member Avatar for naraza

i want to search name form table but problem is tha when some one write query it also give value by this any one can delete my data to pls tell me a way to remove sql injetcion [CODE]protected void Button2_Click1(object sender, EventArgs e) { //SqlCommand cmd = new SqlCommand("DELETE …

Member Avatar for G_Waddell
0
87
Member Avatar for naraza

how can i use to show the selected value from data set i think there is a problem of dataset use to take out value from data set my code is [code] protected void Page_Load(object sender, EventArgs e) { SqlDataAdapter adap = new SqlDataAdapter("SP_selectallbooks", con); adap.SelectCommand.CommandType = CommandType.StoredProcedure; //DataSet ds …

Member Avatar for naraza
0
335