• Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Cannot post question with code sample

    Can you enter it as plain text (without the code format)? If you can, at least Dani can take a look at it later.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Your Favourite IDE or Editor for PHP

    Haven't found anything yet. I've used Zend Studio many years ago, but that was extremely slow in comparison. Not sure how that performs today.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Your Favourite IDE or Editor for PHP

    PHPStorm here. VERY satisfied with it. Been using it since V1, as at the time there wasn't really anything better.
  • Member Avatar for pritaeas
    pritaeas

    Edited How to make a simple PHP with SQL quiz

    Morning people hope you're all well. I really need some advice from yourselfs. As you might know I'm in the middle of creating my own website. The site will let …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PHP foreach loop skips parts of statement for some array values.

    > $message .= '<a href="'.$link.'/'.$emailfile.'">'.$invoice['filename'].'</a><br/>'; Are all your variables html/url encoded? If they are not, some may break your html.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Don't get mysql behavior

    Show a SQL dump of that row.
  • Member Avatar for pritaeas
    pritaeas

    Edited Raid 1 how to use all hard drive space

    Hi I have a Raid 1 setup which had two drives a 250GB and a 500GB. I have replaced the 250GB drive (which had not failed) with a 500GB drive. …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to sum last two rows with same ID for one column and then sum again

    Can you provide a small SQL dump to test with? Or put it on SQLFiddle.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Relational Database in the cloud

    I agree with Dave. Rolling your own is probably much simpler, because then you only build what you you need, without the additional functionalities of existing packages (if any). Often …
  • Member Avatar for pritaeas
    pritaeas

    Edited how to pass and receive json data through jquery ajax to php page

    why this code give error like "Warning: json_decode() expects parameter 1 to be string, array given in <b>E:\wamp\www\datefun\show_cart_update.php</b> on line". Please help me. I am new in php and json …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Correct my syntax?

    if ($_SESSION['user_name'] == 'john') or $_SESSION['user_name'] == 'mike') or if (in_array($_SESSION['user_name'], array ('john', 'mike'))) http://php.net/manual/en/language.control-structures.php
  • Member Avatar for pritaeas
    pritaeas

    Edited Entity Framework Code First Migrations

    When you issue an update-database command from the package manager console, the migraiton inserts a zipped, base64 encoded representation of the model into the migrations database table in the model …
  • Member Avatar for pritaeas
    pritaeas

    Edited Message Paradox

    There is a bug on the site. I was able to send a message to myself. Should this be allowed? How do I know it was from me? Maybe it …
  • Member Avatar for pritaeas
    pritaeas

    Edited What are activity points?

    What are activity points and what can you do with them? Thanks
  • Member Avatar for pritaeas
    pritaeas

    Edited how pass parameter to light box from form in php

    My code is <script type="text/javascript" language="javascript"> function displayHideBox(boxNumber) { if(document.getElementById("LightBox"+boxNumber).style.display=="none") { document.getElementById("LightBox"+boxNumber).style.display="block"; document.getElementById("grayBG").style.display="block"; document.getElementById('t').value; } else { document.getElementById("LightBox"+boxNumber).style.display="none"; document.getElementById("grayBG").style.display="none"; } } </script> <style> .grayBox{ position: fixed; top: 0%; left: 0%; …
  • Member Avatar for pritaeas
    pritaeas

    Edited Download File from two ftp servers

    i have uploaded one file on one ftp server same file is uploded on another ftp server while downloding i want to downlod that file from both the server can …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Download File from two ftp servers

    That is only possible if your FTP servers support resuming. What programming language will you be using to download the file?
  • Member Avatar for pritaeas
    pritaeas

    Edited Download File from two ftp servers

    i have uploaded one file on one ftp server same file is uploded on another ftp server while downloding i want to downlod that file from both the server can …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in data not been inserted into database

    There is no email2 input in the latest code you posted.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in data not been inserted into database

    mysql_query("INSERT INTO 'users' ('id, 'name', 'lname'; 'email', 'pass',) VALUES (NULL, '@$name', '$lname', '$uname', '$email1', '$pass1',) ") or die(mysql_error()); This is also invalid. It should be with backticks for the column …
  • Member Avatar for pritaeas
    pritaeas

    Edited Object reference not set to instance and I got mad

    I just want to delete if column qty contains value 0 then delete that row but i get error after delte six records it says object refrence not set to …
  • Member Avatar for pritaeas
    pritaeas

    Edited Object reference not set to instance and I got mad

    I just want to delete if column qty contains value 0 then delete that row but i get error after delte six records it says object refrence not set to …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how to start up tp learn Zend

    http://framework.zend.com/manual/current/en/user-guide/overview.html
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in error in quiz php bootstrap

    > I have a problem in this code Can you be more specific? What I notice are the `--` on line 34, that can cause issues.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Login

    What exactly is your problem?
  • Member Avatar for pritaeas
    pritaeas

    Edited how to start up tp learn Zend

    i am currently working CI i like to learn Zend but i look to hard to learn is any easy way ...plz reffer
  • Member Avatar for pritaeas
    pritaeas

    Edited php page remaning blank

    Hi Guys So i have the following code: <?php session_start(); include_once("config.php"); ?> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Shopping Cart</title> <link href="style/style.css" rel="stylesheet" type="text/css"> </head> <body> <br><br> …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Box have colors ?

    https://msdn.microsoft.com/en-us/magazine/cc164113.aspx
  • Member Avatar for pritaeas
    pritaeas

    Edited static Value in Search box

    i have a codes thats calls in my JSP but i want the search button have a value before its loads because of filtering of data heres my code i …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Problem with my login page, facing with a blank page

    Line 18 has a syntax error, an if needs parenthesis.
  • Member Avatar for pritaeas
    pritaeas

    Edited How do you get 15 reputation points in 15 minutes?

    Is it possible to obtain 15 reputation points in your first 15 minutes of registering?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How do you get 15 reputation points in 15 minutes?

    Possible, but unlikely. You'll have to post something good, and the right (amount of) people have to see, agree and up-rep that within that time.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Errors not showing in php

    On line 8 you set $error but do nothing with it.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Silencing Users

    Just ignore his posts.
  • Member Avatar for pritaeas
    pritaeas

    Edited basic game engine in c# without 3rd party software

    recently ive seen video of a man which showed on how A* works, that is some algorhythm for pathfinding in 2d in games, to show this he made a game …
  • Member Avatar for pritaeas
    pritaeas

    Gave Reputation to happygeek in An image is worth thousand words

    ![no.jpg](/attachments/large/0/743bc6396d8402a3f6b17fda3974feda.jpg "align-center")
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Counting lates of employees

    What part of utrivedi's query does not work, or haven't you tried?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to filter data from a MySQL Database Table with PHP

    You're not doing as I asked.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello the world

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Libraries for business process modeling?

    http://www.componentsource.com/features/flow-diagramming/net-components/index4.html
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to filter data from a MySQL Database Table with PHP

    You are running the code, that can't work... $sql = "SELECT * FROM member "; if (isset($_POST['search'])) { $search_term = mysql_real_escape_string($_POST['search_box']); $sql .= "WHERE MB_COUNTY = '{$search_term}' "; } echo …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to solve Angular in Smarty framework?

    You can set the delimiter tags Smarty should use to anything you want, or use `{literal}` to escape a block using the curly braces, but not using tags.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Image Scraper

    So what's the problem?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Libraries for business process modeling?

    Are you looking for diagramming solutions or something like Windows Workflow Foundation.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to filter data from a MySQL Database Table with PHP

    I suggest you echo the query, then run it against your database to see what happens.
  • Member Avatar for pritaeas
    pritaeas

    Marked Solved Status for Find all occurrence of a string in .txt file

    Is it pasible to find all occurrences of strings "North" and "North-East" in some txt file and save number of occurrences in some variable??
  • Member Avatar for pritaeas
    pritaeas

    Edited 1 dimensional string cannot convert to array list

    I need help when i try to save the value of my buttons it says that it cannot convert 1 dimensional array to system.collections.arraylist which is the option i am …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PHP search MySQL table

    > when I click the record the table does not change What exactly do you mean by this? Describe what you expect to happen, but what isn't working.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Exceptions

    What language? Explain the problem, this is vague.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to use NormalizeString function in delphi?

    Are you sure that the function you are calling is stdcall? Usually the default is cdecl.

The End.