• Member Avatar for pritaeas
    pritaeas

    Edited interface between perl and cgi

    i am writing an automation script in Perl which logs into the server and executes various commands and functions.This Perl script mostly uses "send expect statements and for loops " …
  • Member Avatar for pritaeas
    pritaeas

    Edited JSP

    Hi guys. I have this code disturbing me and I don't know how to sort it out, can somebody help me out?I want to load data from mysql database to …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in XAMPP 1.6.8 vs 1.8.3

    1.8.3 contains the latest versions of the included software. Why use an older one? You'd only need it if you want it to match your webhost.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Getting all days for a month

    IMO the only sure way to do something like this is to generate a table containing a date for each day of the year.
  • Member Avatar for pritaeas
    pritaeas

    Edited XAMPP 1.6.8 vs 1.8.3

    Hi Guys, What are the advantages / disadvantages of both version 1.6.8 and 1.8.3 Thanks
  • Member Avatar for pritaeas
    pritaeas

    Deleted a Post in iOS different from Android for building apps?

    If you would like to develop for cross platfrom, I would recommend visualwebgui for cross platform development and for native-like development. Yo ucan take a look and see if it …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in populate table according to database

    I think the 'no database selected' is caused by your code. Do you have a `mysql_select_db()` somewhere?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Cannot delete a db item in-line

    This small piece of code appears correct. Does the script connect properly? Have you added error checking? Did you run the `event_manage.php` script manually?
  • Member Avatar for pritaeas
    pritaeas

    Edited Warning: Cannot modify header information - headers already sent by (output

    login.php <?php session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="main.css" /> <link rel="stylesheet" type="text/css"href="menu.css" /> <title>iWebTechnik</title> …
  • Member Avatar for pritaeas
    pritaeas

    Edited c programing

    write a program in c who get input from key board and then show the addition of numbers
  • Member Avatar for pritaeas
    pritaeas

    Edited online compiler

    i want to create a online compiler website but how to build a different compiler at one site with eaisy coding ..pls suggest me the proper solution
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in c programing

    Duplicate removed.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in New Member Introduction

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in introduction

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Edited tutorial

    hi pips can i get a good free video tutorial on web development or c++
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in SMS sending

    Check the API documentation.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PHP connect to Database using PDO

    http://www.daniweb.com/web-development/php/code/435142/using-phppdo-with-error-checking
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Meaning of i and g in Oracle 9i & 10g

    12 is the new version, and 'c' stands for cloud.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in String[] types = { "TABLE" };

    This just creates a string array containing the single string "TABLE".
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in paypal encryption

    If you directly post your form to PP, then yes, it may be an issue. Can't you just do the sending with curl?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in paypal encryption

    Isn't your price stored on the server, and submitted there? What you see in your HTML should be a representation of what is stored on the server, so even if …
  • Member Avatar for pritaeas
    pritaeas

    Edited Java Application

    Write a Java application that prompts and reads a value representing the radius, of a circle, then prints the circle's circumference and area. I do not know where to start
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in declaring photo sizes

    > what should be the code inorder to view the image in that very selected format? Back to my first reply. You'll have to choose one of those options.
  • Member Avatar for pritaeas
    pritaeas

    Edited computer architecture

    Design a C program to convert a decimal number to equivalent 8-bit binary number. Include code that will ensure that the input number is valid, i.e. that numbers 0 to …
  • Member Avatar for pritaeas
    pritaeas

    Edited computer architechture

    Design a C program that will convert temperature values from degrees Celsius to degrees Fahrenheit. The user must enter a start and a finish value, together with a step value. …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in computer architechture

    What do you have so far?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in declaring photo sizes

    You'll need something like the `switch` for the filename error: switch ($_POST['group1']) { case 'passport': // here output the image in the requested size break; }
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in declaring photo sizes

    > made some adjustment What's your new code?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in change or reset password

    1. Checking if it's correct can be done with a `SELECT`, almost identical to the `UPDATE` above. 2. That's a simple string comparison `$new === $repeatnew` (`===` for safety, although …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Smooth glide to next section?

    > Demo has no links. Two (arrows), one for up, one for down.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Smooth glide to next section?

    http://bradsknutson.com/blog/smooth-scrolling-to-anchor-with-jquery/
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in declaring photo sizes

    With HTML you can specify the width and height required, but then the downloaded image is still in original size when downloaded. With PHP you can use [imagecopyresized](http://nl3.php.net/imagecopyresized)
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Smooth glide to next section?

    You can use jQuery's `animate` or Javascript's [scrollIntoView](https://developer.mozilla.org/en-US/docs/Web/API/Element.scrollIntoView)
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in change or reset password

    What exactly do you want to happen? The code for `change2.php` is similar to the above, but the query needs to check if the password matches too.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in HTML Compression on .Net

    The above removes whitespace.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in HTML Compression on .Net

    Looking for something like [this](http://omari-o.blogspot.nl/2009/09/aspnet-white-space-cleaning-with-no.html) ?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Sochi Olympic Hockey - Canada Rocks

    I especially enjoyed watching the beating "your friends down south" got against Finland :D
  • Member Avatar for pritaeas
    pritaeas

    Edited if/else statement

    related on the first question...which is getting the commission,,, let me correct it..if you run this code the sample output will be like below; the problem is I dont know …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in if/else statement

    Closed. Continued [here](http://www.daniweb.com/software-development/cpp/threads/473718/ifelse-statement)
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in New User

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Edited I want to develop an inventory of software using asp.net

    I want to develop an inventory of software using asp.net , Then began the promotion, he hopes to sell for money, this idea can be implemented it?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in introduction

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Marked Solved Status for Issues?

    See attached image. If I hover over the last reply link, then the link shows as post/jump/0. Opening the thread, doesn't show a reply. Also, I see two questions "member …
  • Member Avatar for pritaeas
    pritaeas

    Marked Solved Status for API token time-out

    I thought this was discussed somewhere, but I can't find the thread. I've updated my authorization to the one you gave me Dani. If I now start my DwArticleWatch after …
  • Member Avatar for pritaeas
    pritaeas

    Marked Solved Status for PM notification

    I did not receive an email today that I received a new PM. Did something change?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PM notification

    Next one arrived as usual.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PM notification

    Just received it (after 5 hours).
  • Member Avatar for pritaeas
    pritaeas

    Edited Require fresh and easy ideas for information system design

    Hello friends I am just a beginner and I need some easy ideas to get a head start in designing information system. Please suggest me some ideas for a good …
  • Member Avatar for pritaeas
    pritaeas

    Created PM notification

    I did not receive an email today that I received a new PM. Did something change?
  • Member Avatar for pritaeas
    pritaeas

    Edited For ADMIN of daniweb

    This is a suggestion to the admin as an user of daniweb to introduce a live chat option,so that the users dnt have to kip on refreshing and waiting for …

The End.