• Member Avatar for pritaeas
    pritaeas

    Began Watching Single Store CRM application to Multi Store CRM

    My company has Desktop application developed in vb.net using devexpress controls. Back End database is MySQL. Company is in retailing and have 2 retail stores in in same city. Both …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Single Store CRM application to Multi Store CRM

    > There is an option of cluster server, but company cannot afford licensing cost. How do these costs weigh against the licensing costs of a SQL Server?
  • Member Avatar for pritaeas
    pritaeas

    Edited PHP socket programming issue

    Hey guys! I'm working on an open-source video game and things are going well enough, except for the part where I'm trying to work around my n00bish socket-programming background to …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching UPDATE TABLE

    Hi! Anyone can help me about my problem on HOW TO UPDATE TABLE USING THE CONTENTS FROM ANOTHER TABLE? Thank you in advance for those who can help me. Anyway, …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching UPDATE TABLE

    Hi! Anyone can help me about my problem on HOW TO UPDATE TABLE USING THE CONTENTS FROM ANOTHER TABLE? Thank you in advance for those who can help me. Anyway, …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in UPDATE TABLE

    Can you give an example of what you are trying to achieve?
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching How equi Join works internally

    Hi, I have 5 tables..a.b,c,d,e While doing equi join : 1)a.id=b.id, b.id=c.id, c.id=d.id, d.id=e.id a.id=c.id, a.id=d.id b.id=d.id How internally equi join works.should i need all PK to Join Could you …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching How equi Join works internally

    Hi, I have 5 tables..a.b,c,d,e While doing equi join : 1)a.id=b.id, b.id=c.id, c.id=d.id, d.id=e.id a.id=c.id, a.id=d.id b.id=d.id How internally equi join works.should i need all PK to Join Could you …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How equi Join works internally

    Isn't there anything about this in the MySQL manual?
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching  symbol appears with Font Awesome

    On my site, I've been tweaking the remember me checkbox so that it looks like a button, whilst still being a checkbox, my html is: <span class="button-checkbox"><button type="button" class="btn" data-color="info">Remember …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching  symbol appears with Font Awesome

    On my site, I've been tweaking the remember me checkbox so that it looks like a button, whilst still being a checkbox, my html is: <span class="button-checkbox"><button type="button" class="btn" data-color="info">Remember …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in  symbol appears with Font Awesome

    What is the charset for your HTML? Are you using UTF-8?
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching remove user page access

    here is a code that would delete a page access from each user level but i have an error which is Notice: Undefined index: checkbox here is the code <?php …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching remove user page access

    here is a code that would delete a page access from each user level but i have an error which is Notice: Undefined index: checkbox here is the code <?php …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in remove user page access

    On line 45 you use `$_POST['checkbox']`, but this may not necessarily have a value. I assume if nothing is checked, then no updates are needed, so you can probably do …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching API CV Data Error

    Running Dani's profile as an example I get the JSON back containing: "education":[ { "key":"education", "value":"B.S. Computer Science", "organization":"Hofstra University", "start":"September 2000", "end":"December 2005", "description":"I majored in Computer Science and …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching API CV Data Error

    Running Dani's profile as an example I get the JSON back containing: "education":[ { "key":"education", "value":"B.S. Computer Science", "organization":"Hofstra University", "start":"September 2000", "end":"December 2005", "description":"I majored in Computer Science and …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in API CV Data Error

    > thought that by leaving them the way we store them in our own back-end Your back-end implementation shouldn't be exposed. Let app developers make up their own mind. I …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Random (pascal)

    Help make 2 pascal programs 1.Ar random function to get two numbers from 1-6 and 1.no 2.10-20 and to display numbers from the first to 2 and the number of …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Random (pascal)

    Help make 2 pascal programs 1.Ar random function to get two numbers from 1-6 and 1.no 2.10-20 and to display numbers from the first to 2 and the number of …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Random (pascal)

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

    Stopped Watching Convert string to specific type

    `The Red Fox jumped over the Lazy Dog` Could be translated to: `The%20Red%20Fox%20jumped%20over%20the%20Lazy%Dog` How to translate it to: `The_Red_Fox_jumped_over_the_Lazy_Dog`? To make it more eye friendly.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Convert string to specific type

    `The Red Fox jumped over the Lazy Dog` Could be translated to: `The%20Red%20Fox%20jumped%20over%20the%20Lazy%Dog` How to translate it to: `The_Red_Fox_jumped_over_the_Lazy_Dog`? To make it more eye friendly.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Convert string to specific type

    http://php.net/str_replace
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Compare Strings

    Hello, i have 2 textbox. and i need to compare those 2 strings to get the number of same letters/characters. Example: Hack Cake Total same letters/characters = 3 [ C.K.A …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Compare Strings

    Hello, i have 2 textbox. and i need to compare those 2 strings to get the number of same letters/characters. Example: Hack Cake Total same letters/characters = 3 [ C.K.A …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Compare Strings

    > I need an int result so i could, make a select statement. That comes after the intersect, by using `Count()` on the resulting list.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Compare Strings

    Hello, i have 2 textbox. and i need to compare those 2 strings to get the number of same letters/characters. Example: Hack Cake Total same letters/characters = 3 [ C.K.A …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Compare Strings

    Hello, i have 2 textbox. and i need to compare those 2 strings to get the number of same letters/characters. Example: Hack Cake Total same letters/characters = 3 [ C.K.A …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Compare Strings

    You should be comparing chars, not ints.
  • 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?

    Saw "Her" yesterday. Pretty interesting movie.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching URL Shortening API for my Website

    I have a website and i need to make a feature that when a user post a link(s) it will become short, by means of a url shortening service API. …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching URL Shortening API for my Website

    I have a website and i need to make a feature that when a user post a link(s) it will become short, by means of a url shortening service API. …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in URL Shortening API for my Website

    Do you mean when `$message` is a link?
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Compare Strings

    Hello, i have 2 textbox. and i need to compare those 2 strings to get the number of same letters/characters. Example: Hack Cake Total same letters/characters = 3 [ C.K.A …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Compare Strings

    Hello, i have 2 textbox. and i need to compare those 2 strings to get the number of same letters/characters. Example: Hack Cake Total same letters/characters = 3 [ C.K.A …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Compare Strings

    If you turn your string into a list/array, then you can use [Linq to intersect](http://msdn.microsoft.com/en-us/library/bb460136(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1).
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching URL Shortening API for my Website

    I have a website and i need to make a feature that when a user post a link(s) it will become short, by means of a url shortening service API. …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching URL Shortening API for my Website

    I have a website and i need to make a feature that when a user post a link(s) it will become short, by means of a url shortening service API. …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in URL Shortening API for my Website

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

    Stopped Watching Normal MySql Code vs PDO Code

    Hello Community, I have recently been having a big of a look into connecting to a database using PDO but I'm not too sure what I should stick with, the …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Normal MySql Code vs PDO Code

    Hello Community, I have recently been having a big of a look into connecting to a database using PDO but I'm not too sure what I should stick with, the …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Normal MySql Code vs PDO Code

    The MySQL extension is deprecated, so will die off soon. Left is MySQLi versus PDO basically. There are some minor differences, but overall they do the same. The advantage of …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Store Posts in Database

    I am creating a site and I am trying to put all the posts within a mysql database (phpmyadmin). How do i put articles/posts in the DB?
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Store Posts in Database

    I am creating a site and I am trying to put all the posts within a mysql database (phpmyadmin). How do i put articles/posts in the DB?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Store Posts in Database

    `INSERT` queries. If you can be a little more specific about what exactly you're looking for, I can give a more specific answer.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Twitter-like system - Following other users

    How to follow and unfollow users? With following code, list of users appears. containing link to action.php If not following anyone goto action.php to follow that user from list or …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Twitter-like system - Following other users

    How to follow and unfollow users? With following code, list of users appears. containing link to action.php If not following anyone goto action.php to follow that user from list or …

The End.