• Member Avatar for pritaeas
    pritaeas

    Began Watching local area Network monitoring system

    Hi Everybody i hope i find you well.. i am doing my final year in BSC information systems.Basically i am doing a project on network monitoring for a local area …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in local area Network monitoring system

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Daniweb API

    I don't know APIs? but i heard of Daniweb API. what it is ? Now i am playing with basic controls of vb.net but i hope after getting about API …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Daniweb API

    I don't know APIs? but i heard of Daniweb API. what it is ? Now i am playing with basic controls of vb.net but i hope after getting about API …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Daniweb API

    Found this thread after replying to your PM ;) Basically, you can retrieve the (cached, without logging in) solved threads for a forum by building an URL and using that …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching pagination

    How to give pagination to database and retrive the data on same form
  • Member Avatar for pritaeas
    pritaeas

    Began Watching pagination

    How to give pagination to database and retrive the data on same form
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in pagination

    Search this forum for pagination, already several samples available.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Hi

    Hi , i am new here and its my first post. i hope we ll enjoy the time and get information by discussions.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Hi

    Hi , i am new here and its my first post. i hope we ll enjoy the time and get information by discussions.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching What movie have you seen lately?

    Hi I watch a few movies the past weekend, just to relaxed and not think about work. I saw a few movies. I saw: **The Raid Redemption** - The best …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching What movie have you seen lately?

    Hi I watch a few movies the past weekend, just to relaxed and not think about work. I saw a few movies. I saw: **The Raid Redemption** - The best …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What movie have you seen lately?

    Dunno why I've not seen that one yet. Amenabar has some nice movies on his list, yet this one I missed somehow.
  • Member Avatar for pritaeas
    pritaeas

    Edited Phonegap versus Xamarin

    We want to start mobile development (starting with Android). Our two most likely candidate tools at this time are Phonegap and Xamarin. I'd like to hear about any thoughts on …
  • Member Avatar for pritaeas
    pritaeas

    Edited Phonegap versus Xamarin

    We want to start mobile development (starting with Android). Our two most likely candidate tools at this time are Phonegap and Xamarin. I'd like to hear about any thoughts on …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching date query

    hello everyone.. im trying to insert date into mysql..the field is of date type bt when i select a date from datepicker and insert it into database,it takes a random …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching date query

    hello everyone.. im trying to insert date into mysql..the field is of date type bt when i select a date from datepicker and insert it into database,it takes a random …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in date query

    Care to share what solved your problem?
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Login failure

    hi guys! I deleted my scrit and installed a new script and i cant log in but can creat new users and new Global admin. hav checked my login.php, member/index.php …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Login failure

    hi guys! I deleted my scrit and installed a new script and i cant log in but can creat new users and new Global admin. hav checked my login.php, member/index.php …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Login failure

    Remove `ERROR_REPORTING(0);` as this disables all error messages.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching If ifelse problem

    Sir, i am using these codes <?php $myusername=""; $mypassword=""; $myemail=""; $mymobile=""; $mycountry=""; $mycity=""; $myage=""; $mygender=""; $myphoto=""; if(isset($_POST['save'])){ require_once("connect.php"); function clean($str){ $cstr=trim($str); $cstr=addslashes($str); $cstr=htmlspecialchars($str); return $cstr; } $myusername=clean($_POST['username']); $mypassword=clean($_POST['password']); $myemail=clean($_POST['email']); $mymobile=clean($_POST['mobile']); …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching If ifelse problem

    Sir, i am using these codes <?php $myusername=""; $mypassword=""; $myemail=""; $mymobile=""; $mycountry=""; $mycity=""; $myage=""; $mygender=""; $myphoto=""; if(isset($_POST['save'])){ require_once("connect.php"); function clean($str){ $cstr=trim($str); $cstr=addslashes($str); $cstr=htmlspecialchars($str); return $cstr; } $myusername=clean($_POST['username']); $mypassword=clean($_POST['password']); $myemail=clean($_POST['email']); $mymobile=clean($_POST['mobile']); …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in If ifelse problem

    Line 50 is missing an `=` Line 61: single quotes are missing from your query for string data.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Query Glitches

    These are my queries for an assignment. It says that I made a mistake on query 8 and 9... problem is that I don't see any mistakes? Can someone tell …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Query Glitches

    These are my queries for an assignment. It says that I made a mistake on query 8 and 9... problem is that I don't see any mistakes? Can someone tell …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Query Glitches

    From the error messages I conclude you should've aliased your resulting columns. Next to that 8 is missing the dollar sign, 9 is missing a column.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching loop in mysql query

    I have a table EmpList. I want to use loop to bring result as I expected. Example, EmpNo ReportingTo ------------------- 27 14 68 14 104 27 105 27 138 27 …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching loop in mysql query

    I have a table EmpList. I want to use loop to bring result as I expected. Example, EmpNo ReportingTo ------------------- 27 14 68 14 104 27 105 27 138 27 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in loop in mysql query

    This is a recursive tree traversal. You cannot do this in a single query. If you search this topic you find some solutions, but most use a couple of stored …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching EXEC sp_cycle_errorlog

    Hi Everyone, Can anyone guide what is EXEC sp_cycle_errorlog? Is it safe to just manually delete the ERRORLOG in the C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG folder? This ERRORLOG is consuming too …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching EXEC sp_cycle_errorlog

    Hi Everyone, Can anyone guide what is EXEC sp_cycle_errorlog? Is it safe to just manually delete the ERRORLOG in the C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG folder? This ERRORLOG is consuming too …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in EXEC sp_cycle_errorlog

    > what is EXEC sp_cycle_errorlog? http://technet.microsoft.com/en-us/library/ms182512.aspx
  • Member Avatar for pritaeas
    pritaeas

    Created Phonegap versus Xamarin

    We want to start mobile development (starting with Android). Our two most likely candidate tools at this time are Phonegap and Xamarin. I'd like to hear about any thoughts on …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Phonegap versus Xamarin

    We want to start mobile development (starting with Android). Our two most likely candidate tools at this time are Phonegap and Xamarin. I'd like to hear about any thoughts on …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Newbie Question; PHP program executes then calls HTML form

    Ok this is a basic question. I suspect that I do not know the correct terminology to search for the answer. I am playing in a development environment and this …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Newbie Question; PHP program executes then calls HTML form

    Ok this is a basic question. I suspect that I do not know the correct terminology to search for the answer. I am playing in a development environment and this …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Newbie Question; PHP program executes then calls HTML form

    > It seems obvious to me that you do not want that database code inside input.php. because you don't want your web site users able to initialise databases. Yes, it …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching What movie have you seen lately?

    Hi I watch a few movies the past weekend, just to relaxed and not think about work. I saw a few movies. I saw: **The Raid Redemption** - The best …
  • Member Avatar for pritaeas
    pritaeas

    Edited Self destruct (test two)

    This message will self destruct in 5 4 3 2
  • Member Avatar for pritaeas
    pritaeas

    Began Watching What movie have you seen lately?

    Hi I watch a few movies the past weekend, just to relaxed and not think about work. I saw a few movies. I saw: **The Raid Redemption** - The best …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What movie have you seen lately?

    > 'The Vanishing' (Spoorloos) a French/Dutch film 1988 Yes, excellent movie. Really close to the book too.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching (PHP+MYSQL) LOAD DATA LOCAL INFILE with variable

    Hello guys, i have been working on a new script that will import data from a TXT file to mysql. Using this code works ok: $sql = 'LOAD DATA LOCAL …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching (PHP+MYSQL) LOAD DATA LOCAL INFILE with variable

    Hello guys, i have been working on a new script that will import data from a TXT file to mysql. Using this code works ok: $sql = 'LOAD DATA LOCAL …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in (PHP+MYSQL) LOAD DATA LOCAL INFILE with variable

    If you `echo $sql;` do you see the correct query?
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching hide a div from 9PM to 9AM using php/jquery

    Hi, Need Suggestion for hiding a div from 9Pm to 9Am.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching hide a div from 9PM to 9AM using php/jquery

    Hi, Need Suggestion for hiding a div from 9Pm to 9Am.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in hide a div from 9PM to 9AM using php/jquery

    LOL, that's my bad ;)
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching which better to develop e-commerce website?

    hello everyone i want to develop e-commerce website but i don't know what is the best(secure, fastest and easiest) progamming language to do so, also i've no experience at developing …

The End.