• Member Avatar for pritaeas
    pritaeas

    Stopped Watching show the image

    Hi i want show the image in php i connected the database i show the images it is comming this type of code ccccccccccccccccccccccccccccccccccccccccccccccÿÀx "ÿÄ ÿĵ}!1AQa"q2‘¡#B±ÁRÑð$3br‚ %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ ÿĵw!1AQaq"2B‘¡±Á #3RðbrÑ $4á%ñ&'()*5 …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching show the image

    Hi i want show the image in php i connected the database i show the images it is comming this type of code ccccccccccccccccccccccccccccccccccccccccccccccÿÀx "ÿÄ ÿĵ}!1AQa"q2‘¡#B±ÁRÑð$3br‚ %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ ÿĵw!1AQaq"2B‘¡±Á #3RðbrÑ $4á%ñ&'()*5 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in show the image

    In what type of column is your image stored?
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching TextArea storing </ br> in database

    Hi How do I strip the </ br> from the database when a carriage return is entered into the text area by a user? I get something like this: hello<br …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching TextArea storing </ br> in database

    Hi How do I strip the </ br> from the database when a carriage return is entered into the text area by a user? I get something like this: hello<br …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in TextArea storing </ br> in database

    Can't you just remove the line-breaks BEFORE inserting into the database? a `str_replace()` should do the trick.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Htaccess conflicts

    Hi All, I'm trying to hide php extension using **.htaccess** and it works but, I also want to show custom error page when, somebody enters url which is not exist. …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Htaccess conflicts

    Hi All, I'm trying to hide php extension using **.htaccess** and it works but, I also want to show custom error page when, somebody enters url which is not exist. …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Htaccess conflicts

    I use this: <Files ~ "^[^\.]+$"> ForceType application/x-httpd-php5 </Files> It simply tells Apache that it should parse files without an extension as PHP. No longer the need to rewrite.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Problem after Worpdress 3.8 update

    Hi there! First of all Happy New Year to all the community. I just update the wordpress at the 3.8 version and a pair of codeline I wrote don't work …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Problem after Worpdress 3.8 update

    Hi there! First of all Happy New Year to all the community. I just update the wordpress at the 3.8 version and a pair of codeline I wrote don't work …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Problem after Worpdress 3.8 update

    Which line gives the error?
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Parse error: syntax error, unexpected

    hello I a. php that gives me an error can someone help me thank you Error : Parse error: syntax error, unexpected T_STRING in /home/dancr/public_html/movies/variklis.php on line 1 ` <?php …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Parse error: syntax error, unexpected

    hello I a. php that gives me an error can someone help me thank you Error : Parse error: syntax error, unexpected T_STRING in /home/dancr/public_html/movies/variklis.php on line 1 ` <?php …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Parse error: syntax error, unexpected

    Did you try: $duomenubaze = new duomenubaze();
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Problem after Worpdress 3.8 update

    Hi there! First of all Happy New Year to all the community. I just update the wordpress at the 3.8 version and a pair of codeline I wrote don't work …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Problem after Worpdress 3.8 update

    Hi there! First of all Happy New Year to all the community. I just update the wordpress at the 3.8 version and a pair of codeline I wrote don't work …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Problem after Worpdress 3.8 update

    That means some object you are using is not initialized properly. Can you show the line of code that triggers the error?
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching How to use a namespace in asp.net

    Hi! I'm new in Visual Studio/C# and i'm currently working on a project. I come accross this link http://msdn.microsoft.com/en-us/library/bb671200(v=vs.90).aspx and i'm having difficulty figuring out how to use the namespace …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching How to use a namespace in asp.net

    Hi! I'm new in Visual Studio/C# and i'm currently working on a project. I come accross this link http://msdn.microsoft.com/en-us/library/bb671200(v=vs.90).aspx and i'm having difficulty figuring out how to use the namespace …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to use a namespace in asp.net

    Am not sure what your problem is, but if you include those `using` lines, then you can copy the function you need too and use it.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Is it good idea to learn java as server side scripting language?

    I am a computer science graduate and want to learn web application development. I have learned HTML,CSS and JavaScript. I have knowledge of Oracle and medium knowledge of C++. Now …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Is it good idea to learn java as server side scripting language?

    I am a computer science graduate and want to learn web application development. I have learned HTML,CSS and JavaScript. I have knowledge of Oracle and medium knowledge of C++. Now …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Is it good idea to learn java as server side scripting language?

    Why not learn the basics of Java/JSP first, and then decide whether you want to learn something like ASP.NET or PHP.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Need help with Ajax.php

    Good day, I need help with my ajax based dynamic drop down list. Right now, ajax.php pulls up data depending on value at a single column. I need it to …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Need help with Ajax.php

    Good day, I need help with my ajax based dynamic drop down list. Right now, ajax.php pulls up data depending on value at a single column. I need it to …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Need help with Ajax.php

    > What I need, is to pull up value from database-table1-column6 depending on value at database-table1-column2,3,4,5 This is a little vague. Can you explain what you mean with an example?
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Giving space

    using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.IO; using System.Text; using System.Text.RegularExpressions; public partial class _Default : Page { protected void Page_Load(object sender, EventArgs …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Giving space

    using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.IO; using System.Text; using System.Text.RegularExpressions; public partial class _Default : Page { protected void Page_Load(object sender, EventArgs …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Giving space

    > unable to give space automatically after entering text to file Can you explain what you mean by this?
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching listview = textbox

    Im trying to do my roulette game, i already did two tetxbox (number[textbox1],bet[textbox2]) it gives me data from textboxes to listview. But i got stuck at my action button, absolutly …
  • Member Avatar for pritaeas
    pritaeas

    Edited Thoughts, Poetry and Much More...

    Hi All, I am starting this article so that we may share various motivational thoughts (your own creation will be great), poetry, short stories and all. This goes my own …
  • Member Avatar for pritaeas
    pritaeas

    Edited listview = textbox

    Im trying to do my roulette game, i already did two tetxbox (number[textbox1],bet[textbox2]) it gives me data from textboxes to listview. But i got stuck at my action button, absolutly …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching listview = textbox

    Im trying to do my roulette game, i already did two tetxbox (number[textbox1],bet[textbox2]) it gives me data from textboxes to listview. But i got stuck at my action button, absolutly …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in listview = textbox

    Closed. http://www.daniweb.com/software-development/csharp/threads/470743/listview-textbox
  • Member Avatar for pritaeas
    pritaeas

    Marked Solved Status for Link underline

    http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached. ![0ab8e0c6fc92294cb65c942ed5249b0b](/attachments/large/0/0ab8e0c6fc92294cb65c942ed5249b0b.png "0ab8e0c6fc92294cb65c942ed5249b0b")
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Link underline

    http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached. ![0ab8e0c6fc92294cb65c942ed5249b0b](/attachments/large/0/0ab8e0c6fc92294cb65c942ed5249b0b.png "0ab8e0c6fc92294cb65c942ed5249b0b")
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Link underline

    http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached. ![0ab8e0c6fc92294cb65c942ed5249b0b](/attachments/large/0/0ab8e0c6fc92294cb65c942ed5249b0b.png "0ab8e0c6fc92294cb65c942ed5249b0b")
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Link underline

    > which often It was "sometimes" in your previous post. Anyhoo, lose the strikethrough in code snippets then for readability.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Hello all

    I am new here, I am a vb developer for 20 yraes but love to lern more.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Hello all

    I am new here, I am a vb developer for 20 yraes but love to lern more.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello all

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching indian State and its City Database

    Hi All I am developing win app so for that i am looking for database of indian State and Its Cities, tryed on google but failed Please help me if …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching indian State and its City Database

    Hi All I am developing win app so for that i am looking for database of indian State and Its Cities, tryed on google but failed Please help me if …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in indian State and its City Database

    http://www.daniweb.com/web-development/databases/mysql/code/238456/sql-insert-india-state
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Link underline

    http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached. ![0ab8e0c6fc92294cb65c942ed5249b0b](/attachments/large/0/0ab8e0c6fc92294cb65c942ed5249b0b.png "0ab8e0c6fc92294cb65c942ed5249b0b")
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Link underline

    http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached. ![0ab8e0c6fc92294cb65c942ed5249b0b](/attachments/large/0/0ab8e0c6fc92294cb65c942ed5249b0b.png "0ab8e0c6fc92294cb65c942ed5249b0b")
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Link underline

    > many times in the threads we use example links, to request help with rewrites or just to show the structure of an url. That line does not help me …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Link underline

    http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached. ![0ab8e0c6fc92294cb65c942ed5249b0b](/attachments/large/0/0ab8e0c6fc92294cb65c942ed5249b0b.png "0ab8e0c6fc92294cb65c942ed5249b0b")
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Link underline

    > broken links Broken for who? Your server? You get false positives on websites with IP blocks. Is that why they remain clickable?

The End.