• Member Avatar for hericles
    hericles

    Began Watching I want to download "Bhavcopy.cvs" file form "Bseindia.com" on everyday

    I want to download "Bhavcopy.cvs" file form "bseindia.com" on everyday at 5 pm. automatically. So, I want php code that automatic download this file from "nse" website... Please help.. The …
  • Member Avatar for hericles
    hericles

    Replied To a Post in I want to download "Bhavcopy.cvs" file form "Bseindia.com" on everyday

    I assume the last part of the URL, the file name, is just the date with 'EQ' in front? If not, especially if there is no logic to file name, …
  • Member Avatar for hericles
    hericles

    Began Watching php - url is dealt with just a comment for //

    I want to draw trace of car and mark and infowindow by using googlemap api and php. when I write url like "http://maps.google.com/maps/api/js?v=3&sensor=false", after "//", it's just comment not url …
  • Member Avatar for hericles
    hericles

    Replied To a Post in php - url is dealt with just a comment for //

    If I understand you correctly, are you saying that: `$ulr = "http://someurl.com";` is getting presented as a comment? You must have something wrong in your code. You should be able …
  • Member Avatar for hericles
    hericles

    Replied To a Post in jQuery waypoint won't count newly added content

    In that case I would say is almost certainly because waypoint scans the DOM at page load only. Items added after that don't get found. Finding out how you can …
  • Member Avatar for hericles
    hericles

    Began Watching NEWBIE, NEED HELP CREATING A DATABASE (Please consider)

    I need help creating a database for my website. I want the user to be able to sign into their personal account and add comments, have their own profile page, …
  • Member Avatar for hericles
    hericles

    Replied To a Post in NEWBIE, NEED HELP CREATING A DATABASE (Please consider)

    It sounds like you would want to install some existing open source software to manage user login, profile pages, forums, etc. You really don't need to be doing this yourself …
  • Member Avatar for hericles
    hericles

    Began Watching invalid attempt to call read when reader is closed

    this is the code of the from which i trying to open form the login form it is say invalid attempt to call read when reader is closed Imports System.Data.SqlClient …
  • Member Avatar for hericles
    hericles

    Replied To a Post in invalid attempt to call read when reader is closed

    Generally you get into that error if you've closed the db connection before you've finished using the reader but you're not doing that here. Try including the CommandBehavior.CloseConnection to the …
  • Member Avatar for hericles
    hericles

    Began Watching help me to find correct oracle database connectionstring

    heY guys, I just step to oracle database system. so I'm new to this. I'm trying to make connection oracle db with vb.net. I saw below connection string on web. …
  • Member Avatar for hericles
    hericles

    Replied To a Post in help me to find correct oracle database connectionstring

    Firstly, if you didn't go there already, connectionstrings.com has all the info you will need on connections strings to the various databases. Thats the connection string for omitting tnsnames, is …
  • Member Avatar for hericles
    hericles

    Began Watching undefined index in php file

    I've been working on some IG API and when I try to get the IG username I get this error I just don't see anything wrong with my code did …
  • Member Avatar for hericles
    hericles

    Replied To a Post in undefined index in php file

    var_dump out the contents of $results and see what it contains. It is clear from the error that $results['user'] isn't an existing item. It maybe as simple as the 'user' …
  • Member Avatar for hericles
    hericles

    Began Watching Get number of Rows populated in SQL Server from within Vb.net

    Hi, I am trying to get the the number of rows that are populated in a SQL Server table. I am using the code below but it only counts one …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Get number of Rows populated in SQL Server from within Vb.net

    `lbltotalAssetsinDatabase.Text = ds.Tables(0).Rows.Count` That is giving you the number of rows in the dataTable. There is only one row but it holds the value 47. You want: `lbltotalAssetsinDatabase.Text = ds.Tables(0).Rows[0][0].ToString()` …
  • Member Avatar for hericles
    hericles

    Began Watching jQuery waypoint won't count newly added content

    So I am using jQuery waypoint to get the image id that is viewed on the screen. But I am having problem with content added by AJAX. When I get …
  • Member Avatar for hericles
    hericles

    Replied To a Post in jQuery waypoint won't count newly added content

    I haven't heard of waypoint til now but my first thought would be that elements added after waypoint is initialised don't get included because they weren't part of the DOM …
  • Member Avatar for hericles
    hericles

    Began Watching How to remove database connection

    Hi Dw. I have a timer that in every 600 interval access the database and the database I'm using is MS Access database. The problem I have is that with …
  • Member Avatar for hericles
    hericles

    Replied To a Post in How to remove database connection

    Simply dispose of the connection when you're done with it. conn.Close() conn.Dispose() That's just good practise anyway for db connections.
  • Member Avatar for hericles
    hericles

    Began Watching Which software is good for small businesses, Bespoke or Off the shelf?

    I want to know which software is beneficial for small or starting businesses? I researched online and found some blogs saying bespoke is best option. But it is much expensive …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Which software is good for small businesses, Bespoke or Off the shelf?

    Firstly, this completely depends on what you are trying to do. It maybe that an off-the-shelf solution won't match what you need to do. But for the vast majority of …
  • Member Avatar for hericles
    hericles

    Began Watching Using INTO OUTFILE in MySQL

    I have a MySQL database which contains a text field which contains well formed xml. I want to export this data as an xml file named result_new.xml on the fly. …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Using INTO OUTFILE in MySQL

    Your SQL looks right so there must be so external factor happening, some form of permissions being the ikely problem (yes, I now you said the directory was 777). Are …
  • Member Avatar for hericles
    hericles

    Began Watching Anarchism / Voluntarism

    Hey fellas, Do you think it's possible to live in a organized society that doesn't have a government? And why? I can't remeber when I lost faith in our current …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Anarchism / Voluntarism

    Unfortunately, I think the answer is no. Humans are incapable of functioning in sufficiently large groups with leadership/authority in place. You state the government is the worst organised crime but …
  • Member Avatar for hericles
    hericles

    Began Watching Dynamic Dropdown with Dynamic Textbox

    Hello everyone, I am learning PHP with mySQL and I want to know if it's possible for me to do a dynamic dropdown box(which I have) that will automatically fill …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Dynamic Dropdown with Dynamic Textbox

    It is possible. What you will want to do is use jQuery and monitor the onchange event of the drop down so your code knows when an option has been …
  • Member Avatar for hericles
    hericles

    Began Watching How to send data using HTML table Format by Email using asp.net

    HI I need to send data from my mssql table to my client by email... Currently I can send one by one items.(more than 200 items) Private Sub SendEmail() Dim …
  • Member Avatar for hericles
    hericles

    Replied To a Post in How to send data using HTML table Format by Email using asp.net

    Are you trying to send an email that has all of the items in it? If yes, alter your query to return all rows (i.e. all relevant items) and run …
  • Member Avatar for hericles
    hericles

    Began Watching Converting XML data to FILENAME.xml

    I have a mysql database that has previously stored the text of an xml file including tags. I want to select that data from the database and return it as …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Converting XML data to FILENAME.xml

    > The file check.php selects the xml data from the database, but the display does not show any xml tags. I'm not sure why you expect to see XML tags …
  • Member Avatar for hericles
    hericles

    Began Watching Passing Parameters From WebInvoke POST to Another Computer To Display

    Good morning all, i have a somewhat complicated question; which i am trying to learn to answer myself. I have a couple of questions about what it is that i …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Passing Parameters From WebInvoke POST to Another Computer To Display

    A web service is a piece of software, running on the server (computer B) and listening on a particular port (optional). Computer A would post data to the URL and …
  • Member Avatar for hericles
    hericles

    Began Watching need some help with netbean java programming

    I am new to java and trying out a question but I have no idea why it can't calculate my commission public static void main(String[] args) { Scanner keyboard= new …
  • Member Avatar for hericles
    hericles

    Replied To a Post in need some help with netbean java programming

    I'm assuming that the entered trans_code is to be either 'a' or 'b'. The problem is that you are then comparing transcode (which is either the character 'a' or 'b') …
  • Member Avatar for hericles
    hericles

    Began Watching android

    Wanting to learn android, have a Pragmatic Programmers "Hello, Android" book third edition android 2 copyright 2010 book. Is this to outdated?
  • Member Avatar for hericles
    hericles

    Replied To a Post in android

    Yes, Android 6 is now out and I'd say (without looking) that most devices are Android 4.2 and up. For better reasons try out Packt Publishing (if you want to …
  • Member Avatar for hericles
    hericles

    Began Watching error:Warning: mysqli_select_db() expects exactly 2 parameters, on line 9

    <?php session_start(); $username=$_POST['username']; $password=$_POST['password']; if($username&&$password) { mysqli_select_db("user",$myconnection) or die("couldn't find db"); $sqlcommand="SELECT * FROM users where username='$username'"; $query= mysqli_query($myconnection,$sqlcommand); $numrows= mysqli_num_rows($query); if($numrows!==0) { while($row= mysqli_fetch_assoc($query)) { $dbusername=$row['username']; $dbpassword=$row['password']; } if($username==$dbusername&&md5($password)==$dbpassword) …
  • Member Avatar for hericles
    hericles

    Replied To a Post in error:Warning: mysqli_select_db() expects exactly 2 parameters, on line 9

    This example is from the PHP docs page for msqli_select: [Click Here](http://php.net/manual/en/mysqli.select-db.php) <?php $link = mysqli_connect("localhost", "my_user", "my_password", "test"); /* check connection */ if (mysqli_connect_errno()) { printf("Connect failed: %s\n", mysqli_connect_error()); …
  • Member Avatar for hericles
    hericles

    Began Watching Two compact mobile phone menus, I need to remove one.

    When our template goes mobile it has two compacted menus. Any idea how I can get rid of the top one? The one under the logo is correct, the one …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Two compact mobile phone menus, I need to remove one.

    There must be some reference to slicknav in your code somewhere, you need to fnd and remove it, but in the meantime you can always hide it by editing your …
  • Member Avatar for hericles
    hericles

    Began Watching Should I go for own domain or free blogger domain will be fine?

    Hi All, Hope you are all doing well. I am having a new blog in blogger and post near about 4-5 post as of now. I had come across a …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Should I go for own domain or free blogger domain will be fine?

    If you want to build a brand around your blog, and be seen as more professional, then I would say your own domain is a must. If you have a …
  • Member Avatar for hericles
    hericles

    Began Watching automatic calculation fields in database

    Hi. I want to auto calculate some fields in database without any button submit but i'm only know how to calculate using button submit. I want that user enter the …
  • Member Avatar for hericles
    hericles

    Replied To a Post in automatic calculation fields in database

    You can do AJAX calls on every key up event if you want it to be that responsive, that'll send a request to the server for partial amounts as well …
  • Member Avatar for hericles
    hericles

    Began Watching Json from my server not working

    Hi I m developing a mobile apps which will fetch json data from my server. My server address is http://need4engineer.com/api.php this is not working. But same data from another server …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Json from my server not working

    Need more information about what is 'not working' to help you. All I can tell from the URL is that the JSON is valid.
  • Member Avatar for hericles
    hericles

    Began Watching Question on some JavaScript

    I am trying to make a page that displays an image, and then utilizes a group of radio buttons and an apply button to perform effects on the image in …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Question on some JavaScript

    Your code is a little confusing. Each of your javascript functions expects a parameter yet none of the onclick="" supply one. Ignoring the fact you never supply divNum, your jQuery …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Need Help understanding where I am making mistakes

    in that case you'll need to check that a) the file you're reading has that attribute in it b) that attribute is getting read correctly from the file c) it …

The End.