-
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"2B‘¡±Á #3RðbrÑ $4á%ñ&'()*5 … -
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"2B‘¡±Á #3RðbrÑ $4á%ñ&'()*5 … -
Replied To a Post in show the image
In what type of column is your image stored? -
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 … -
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 … -
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. -
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. … -
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. … -
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. -
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 … -
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 … -
Replied To a Post in Problem after Worpdress 3.8 update
Which line gives the error? -
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 … -
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 … -
Replied To a Post in Parse error: syntax error, unexpected
Did you try: $duomenubaze = new duomenubaze(); -
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 … -
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 … -
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? -
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 … -
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 … -
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. -
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 … -
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 … -
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. -
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 … -
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 … -
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? -
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 … -
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 … -
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? -
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 … -
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 … -
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 … -
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 … -
Replied To a Post in listview = textbox
Closed. http://www.daniweb.com/software-development/csharp/threads/470743/listview-textbox -
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.  -
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.  -
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.  -
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. -
Stopped Watching Hello all
I am new here, I am a vb developer for 20 yraes but love to lern more. -
Began Watching Hello all
I am new here, I am a vb developer for 20 yraes but love to lern more. -
Replied To a Post in Hello all
Welcome to DaniWeb. -
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 … -
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 … -
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 -
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.  -
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.  -
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 … -
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.  -
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.