• Member Avatar for hericles
    hericles

    Replied To a Post in TokenInput jquery??

    I just started using the same library for a project too. You haven't mentioned what the parameter matches in the database so I'll assume you want to check for a …
  • Member Avatar for hericles
    hericles

    Began Watching Failed to open the connection

    I got a big problem everytime i deploy my program on another machine error appear when open crystal report and it says Failed to open Connection
  • Member Avatar for hericles
    hericles

    Replied To a Post in Failed to open the connection

    Have you hard coded the connection string in the app but the path doesn't existon the target machine?
  • Member Avatar for hericles
    hericles

    Began Watching How to uniquely identify record in any db table without using primary key

    hi guys, I have a question regarding databases which made me stuck in my recent interview. How we can identify unique records in any table without using any primary key …
  • Member Avatar for hericles
    hericles

    Replied To a Post in How to uniquely identify record in any db table without using primary key

    Where the interviewers referring to natural keys? Or composite keys? Thats a unclear question. If you don't know already, a natural key is a column in a table that uniquely …
  • Member Avatar for hericles
    hericles

    Began Watching using php with html & css

    My head is starting to hurt just thinking about all the possabilities and impossabilities of mixing html and css with php and I'd like to understand how's this works. I …
  • Member Avatar for hericles
    hericles

    Replied To a Post in using php with html & css

    PHP generated HTML arrives at the client's browser the same as any other server generated HTML - that is, it presents itself as nothing but HTML. There are <?php ?> …
  • Member Avatar for hericles
    hericles

    Began Watching Best tool to build E-Commerce

    Hi All, Suggst me which is the Best Tool to start the E-Commerce Site and easy to use. Thank you.
  • Member Avatar for hericles
    hericles

    Replied To a Post in Best tool to build E-Commerce

    Magento - it is free for the community edition, it works pretty well out of the box without customisation, there are many extensions that you can add, there are a …
  • Member Avatar for hericles
    hericles

    Began Watching registration form error

    while executing the below program i am getting the error "Parse error: syntax error, unexpected '<<' (T_SL) in C:\xampp\htdocs\registration.php on line 5" . can i get some help ?? <?php …
  • Member Avatar for hericles
    hericles

    Replied To a Post in registration form error

    That works for me and I can't see anything wrong. But you should check for whitespace on line 7 though. Extra white space can interfere with <<< functionality. Putting a …
  • Member Avatar for hericles
    hericles

    Began Watching Why is this code creating duplicate keys?

    I have a program that creates a unique key for a database. However I get an error that I am trying to write duplicate data to the database. How can …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Why is this code creating duplicate keys?

    That code snippet has nothing to do with the database insertion or how that scanID is being used. Can you post that up?
  • Member Avatar for hericles
    hericles

    Began Watching Textarea Problem

    Hi all :) I'm using visual studio 2008 and vb.net. Basically, I want to create a program where when user choose and click the item on this box, the number …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Textarea Problem

    You could use a literal control with HTML links for the products, or a combo box/drop down list with a set number of lines showing.
  • Member Avatar for hericles
    hericles

    Began Watching Count, store local, then display!

    I found this https://github.com/inorganik/CountUp.js As my knowledge of javascript is very weak, i am asking for your help to store the counter result local, then display it on the user`s …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Count, store local, then display!

    What exactly are you having trouble with? What vaule do you want to store (the start or end value of the counter maybe)? This script really is simple to use: …
  • Member Avatar for hericles
    hericles

    Began Watching General Question regarding the value of Certification

    Hello group, I've decided I want to take some classes in SQL, to better understand how to write queries. In looking online for where to turn to for this kind …
  • Member Avatar for hericles
    hericles

    Replied To a Post in General Question regarding the value of Certification

    I've done a few microsoft certifications and I, personally, found them quite valueable. The topics were new to me, interesting and passing the exams was reasonably difficult due to the …
  • Member Avatar for hericles
    hericles

    Began Watching How can we get top ranking with in a month

    Hi Can any one tell how can I get top ranking with in a month? What SEO technique I should use?
  • Member Avatar for hericles
    hericles

    Replied To a Post in How can we get top ranking with in a month

    Look for articles like these: [google ranking factors](http://positionly.com/blog/seo/google-ranking-factors) these will tell you what factors SEO experts THINK are important. From those you can see where to best spend your time, …
  • Member Avatar for hericles
    hericles

    Began Watching Get estimated birthdate from age

    Hello All, I was wondering if anyone knows how I can get an estimated birthdate (dd/mm/yyyy) if I input in a textbox an age number. More specifically, suppose I had …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Get estimated birthdate from age

    If I understand you correctly, by opting to start a course in a specific month means you know two things: age and birth month. From that you can get ??/mm/yyyy …
  • Member Avatar for hericles
    hericles

    Began Watching need help with javascript question

    /** * Part 4 * * write a function the returns a FizzBuzz string for some number N (counting up from 1). * - for every number that isn't a …
  • Member Avatar for hericles
    hericles

    Replied To a Post in need help with javascript question

    Have a go at it first at least. We're help you if you get stuck. Although I will say all you need is a loop going up to N and …
  • Member Avatar for hericles
    hericles

    Began Watching How to pass ajax response to php variable.

    I am getting response as standard id in my project & i need to pass this value to php variable any body help me. My PHP page <div class="checkbox check-success"> …
  • Member Avatar for hericles
    hericles

    Replied To a Post in How to pass ajax response to php variable.

    PHP scripts run on the server, obviously, so you would need to post the data back once the AJAX request had finished. You could do that either by submitting the …
  • Member Avatar for hericles
    hericles

    Began Watching why is my program looping

    can someone tell why am i getting loopin. trying to build this game and it is only looping * @param args the command line arguments */ public static void main(String[] …
  • Member Avatar for hericles
    hericles

    Replied To a Post in why is my program looping

    You aren't setting age to be a new value so it always stays at its original value of zero. Thats always less than 5 so your loop never ends.
  • Member Avatar for hericles
    hericles

    Began Watching more then 2 search fields

    Hello, I was thinking a way to search more then 3 fields using LIKE my sql query i tried this way but its getting all the products not for the …
  • Member Avatar for hericles
    hericles

    Replied To a Post in more then 2 search fields

    Are each of your search values (brand, model and paper) actual values? If they are empty values then they will return everything as LIKE '%$brand%' is equivalent to LIKE '%%' …
  • Member Avatar for hericles
    hericles

    Began Watching Not sending images to database NEED HELP!!`

    Hell,, I am trying to send images to he databse but not getting any response the images are not sending in the database can any one help me out function …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Not sending images to database NEED HELP!!`

    You say you're moving images to the database but is it the move_upload_file you are having trouble with? If it is, that function returns a warning if something goes wrong …
  • Member Avatar for hericles
    hericles

    Began Watching Help in using inner join to join three tables

    I have three tables namely student, result and subject but whenever i try to join them i get this error message in the browser Database query failed: Unknown column 'student.student_code' …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Help in using inner join to join three tables

    Because you've chosen to name the table in the FROM clause ('FROM student AS s'), you need to use that name in your selection part of the query `SELECT s.student_code...`
  • Member Avatar for hericles
    hericles

    Began Watching Football Fever Code

    Hello, we have to create a football scoreboard in Visual Basic. Purpose: The application calculates the points scored during a football game by one team Requirements: 1. The user clicks …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Football Fever Code

    You aren't setting the decstore variable to be any value so when you try ``If decscore > 0 Then`` it failing because decstore isn't greater than zero. I think that …
  • Member Avatar for hericles
    hericles

    Began Watching building first site for a client: charge and what to do

    Hi peeps, As I'm beginning to build websites for people, well in fact this will be the first one, I was just wondering what's the best approach to take. The …
  • Member Avatar for hericles
    hericles

    Replied To a Post in building first site for a client: charge and what to do

    The biggest mistake freelancers do when starting out is charging too little (generally thinking they can't ask too much for their current skill set). Find out what the average per …
  • Member Avatar for hericles
    hericles

    Began Watching keyword not working?

    I have created a site name of www.gage.co.in.It is eductional magement software site.I have created a new keyword.But it is not working.how to impoment my site ranking.Please help me.
  • Member Avatar for hericles
    hericles

    Replied To a Post in keyword not working?

    What keyword did you pick? You can use the google tools available on the adwords site (I think thats where they are)to see how much competition exists for a key …
  • Member Avatar for hericles
    hericles

    Began Watching don't know Connection string parameter in C#

    Hi, i am developing an application in C#,i have create database1.mdf by right clicking on my project,add item then creating a database. my intial problem was,i was able to execute …
  • Member Avatar for hericles
    hericles

    Replied To a Post in don't know Connection string parameter in C#

    Do you mean you don't know how the connection string looks or you don't know the credentials to the database? Because we don't know them either... If you have SQL …
  • Member Avatar for hericles
    hericles

    Began Watching Alternative to Table tag

    Sir I have these codes <html> </head> <style type="text/css"> #box1{ width:300px; border:1px solid green; overflow:hidden; margin:0 auto; padding:10px; } th { background:#6495ED; padding-bottom:5px; color:white; } td { border-collapse: collapse; text-align:center; …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Alternative to Table tag

    You can use CSS and divs/spans or <ul>/<li> to get a similar effect if the structure isn't too complex but if you intend to display tabular data then a <table> …
  • Member Avatar for hericles
    hericles

    Began Watching What is your current motto?

    What is your current motto? What phrase would you use as motto in this current period ? Mine would be “think, but don't overdo it. Act”
  • Member Avatar for hericles
    hericles

    Replied To a Post in What is your current motto?

    The other day I came across "I came into the world kicking, screaming and covered in somebody else's blood. I have no problem going out the same way." Not your …
  • Member Avatar for hericles
    hericles

    Began Watching i need help with the structure of my website

    Hello everyone i really need some help about my website structure.. i have almost the full website but the structure is too bad and i cannot continue working... is there …
  • Member Avatar for hericles
    hericles

    Replied To a Post in i need help with the structure of my website

    There are quite a few of us on here that would be willing to help. Is there a test site we can view? What is the exact nature of the …
  • Member Avatar for hericles
    hericles

    Began Watching MySQL Select based on drop down value

    I have the following code: <?php session_start(); include_once("config.php"); $query = "SELECT Category FROM books"; $result = mysqli_query ($mysqli, $query); echo '<select name="dropdown" value=""><option value="">Dropdown</option>'; while($row = mysqli_fetch_array($result)) { echo '<option …

The End.