Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~10.6K People Reached
PC Specs
64-bit i5-4210U 2.7Ghz 4.00GB NVIDIA GEFORCE 820M
Favorite Tags
Member Avatar for arun_22
Member Avatar for diafol
0
175
Member Avatar for Stefce

i think you missed VALUES in your query Bet, Gain, Odd) VALUES SELECT Username, '".$ticketReceiver."', Date

Member Avatar for cereal
0
439
Member Avatar for old_apache

I'm trying to convert this xml to json or array. first this is what i did: $response = simplexml_load_string($xml_test); and i got error: < not found, anyone can help me? HTTP/1.1 200 OK Date: Wed, 03 Jun 2015 10:19:38 GMT Server: Apache-Coyote/1.1 Pragma: no-cache Cache-Control: no-cache Expires: Thu, 01 Jan …

Member Avatar for bnmng
0
210
Member Avatar for old_apache

hi guys i just found wierd thing, my cookies work in local(Windows) but, after i pushed to server (Ubuntu), the cookies null (empty). this the code to set cookies: set: function(name, value, duration, domain, path, secure) { name = this.prefix + name; if (duration == null) duration = this.duration; if …

0
112
Member Avatar for old_apache

<div class="form-group"> <label for='image' class="col-sm-2 control-label">Leader Board</label> <div class="col-sm-10"> <input id= "txt_lead" type = "text" name="image_lead" class="form-control input-sm" onclick ="javascript:document.getElementById('file_lead').click();"> <input id = "file_lead" type= "file" accept="image/*" name="file_ads_lead" style='visibility: hidden;' onchange="ChangeText(this, 'txt_lead');"/> <?php echo form_error('image_lead', '<small class="pull-right req">', '</small>');?> </div> </div> <script> function ChangeText(oFileInput, sTargetID) { document.getElementById(sTargetID).value = oFileInput.value.replace("C:\\fakepath\\", "");; …

Member Avatar for old_apache
0
764
Member Avatar for old_apache

Hi I once hosted a website, using wordpress framework but after a month, my webstsite hacked and after digging on my website there is so much scripts added to the file (i did not remember exactly how the scripts, but it was so longgg script). I deleted all that scripts, …

Member Avatar for ebutin
0
118
Member Avatar for old_apache

I have Skype installed on my PC, as i knew using port 80 as default. Then, i changed httpd.config to 8080, but my apache not starting After did a little googling, i have to uncheck 443 on Skype setting. My question: is the apache uses 2 ports? And why?

Member Avatar for old_apache
0
277
Member Avatar for old_apache

Hi i'm trying to raise an event when user ticks checkbox in gridview silverlight. so far, i was trying event handler Click , it only handles checkbox in the gridview, while i also wanna raise an event when user ticks checkbox at header of the grid. Any idea how i …

Member Avatar for mwedberg
0
115
Member Avatar for L-D

Make sure your username is correct, since the warning says "Access denied"

Member Avatar for L-D
0
256
Member Avatar for old_apache

hi fellas As I remember, I watched video on YouTube, I couldn't watch directly on the middle of the video without loading from the beginning (am i correct?), but nowadays we can and it's really great. How that thing works? Maybe i'm wrong, anyone can verify that?

Member Avatar for old_apache
0
231
Member Avatar for old_apache

i have 1000 clients(host) spreadly in my country and for some reasons i want to know their connection speed. how do i can get it? All of my clients are using Windows.

Member Avatar for rch1231
0
219
Member Avatar for olam033

you can read this one, it clarifies why h1 important in the on-page seo: http://blog.woorank.com/2013/04/how-to-use-heading-tags-for-seo/

Member Avatar for andrewgill
0
177
Member Avatar for davy_yg

Do you use your own CMS? if yes, then you should make your own function that can handle that. Maybe you could follow the suggestions from @Dani. But if you use a CMS such as Joomla, feature like that is already available. In Joomla you can download Mini FrontPage extensions. …

Member Avatar for davy_yg
0
140
Member Avatar for albedini

try to replace this: // TODO Auto-generated method stub Table3 t = new Table3(); Table3.table('A', 5, 5); with this one: // TODO Auto-generated method stub Table3 t = new Table3(); t.table('A', 5, 5);

Member Avatar for JamesCherrill
0
258
Member Avatar for <M/>

i'm not sure, is it legal to refer SO or not, however try this: http://stackoverflow.com/questions/8486878/how-to-cut-off-decimal-in-java-without-rounding

Member Avatar for old_apache
0
4K
Member Avatar for erminasrcutp

By using Notepad, you have to remember all tags of HTML also their attributes, because Notepad is general editor and there is no autocomplete or syntax checking . While Dream Weaver is is a **web design and development** application that provides a visual WYSIWYG(What You See is What You Get) …

Member Avatar for diafol
0
182
Member Avatar for old_apache

for example: current url : localhost/website becoming : localhost/website/product without refreshing. Thanks in advance

Member Avatar for harsh9
0
330
Member Avatar for old_apache

Hi I have a partial view, where my partial view will be called from Menu. When i call it, do server send only the partial view, or send all view (header, menus, footer)?

Member Avatar for pitic
0
163
Member Avatar for old_apache

i have database with tables like these: t_09_students t_10_students t_11_students where 09, 10, 11 show year and this table will increase over the year. how do i select all the data from the tables (using union) with flexible table name? ask me, if it is not clear yet

Member Avatar for pritaeas
0
87
Member Avatar for old_apache

hello fellas i'm stuck in this function: function getDataForPagination() { $sql = "select * from t_book limit 1, 15; $result = mysql_query($sql); if (!$result) return false; $num_rows = mysql_num_rows($result); if ($num_rows == 0) return false; $result = dbResultToArray2($result); return $result; } i want to make the above function more flexible …

Member Avatar for old_apache
0
205
Member Avatar for old_apache

i developed a system in xampp 1.7.2, and now i run it in xampp 1.8.2 (lastest version) i got this error Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\ hint: in xampp 1.7.2 no error anybody can tell me why?

Member Avatar for old_apache
0
243
Member Avatar for old_apache
Member Avatar for sushants
Re: PHP

for instance: <?php echo "<b>Hello world</b>"; ?> for your reference: http://www.w3schools.com/php/

Member Avatar for old_apache
-2
137
Member Avatar for saleem.mukhtiar
Member Avatar for saleem.mukhtiar
0
196
Member Avatar for visweswaran28

I assume you know how to get the pixel values of the image 1. change the pixel values to binary 2. change the data to be saved to a binary 3. insert binary data into binary images in a sequence examples of binary images: 01000110 00101010 11100011 10011011 10110011 01100001 …

Member Avatar for tinstaafl
0
205
Member Avatar for LEAN.HEART.YOU
Member Avatar for LEAN.HEART.YOU
0
166
Member Avatar for ganges
Member Avatar for old_apache

this is my code: switch(a){ case 1: case 2: case 3: case 4: printf("4\n"); break; default: break; } i need the nodes to make control flow graph for testing purposes.

Member Avatar for old_apache
0
190
Member Avatar for old_apache

i have 2 files, one file created on Windows and another was made on Ubuntu, i want to use this command: comm -12 file1 file2 how do i do that?

Member Avatar for old_apache
0
183
Member Avatar for maham saba

try this code: #include <stdio.h> int main(){ int i=0; int j=0; int value=0; for (i=0; i<5; i++){ for (j=0; j<i; j++){ value = value + 3; printf("%d\t",value); } printf("\n"); } }

Member Avatar for old_apache
0
137