-
Stopped Watching query in different cases
Hi, I have a table: user uid status 1 1 2 1 3 1 4 2 5 2 6 1 7 2 8 1 9 3 10 2 I am … -
Began Watching query in different cases
Hi, I have a table: user uid status 1 1 2 1 3 1 4 2 5 2 6 1 7 2 8 1 9 3 10 2 I am … -
Replied To a Post in query in different cases
So. What query did you try? -
Stopped Watching Contact Us
Hello, How to make the contact us works? [Contact Us](http://www.indonusa.net.id/contactus.php) contactus.php <?php // require_once('recaptchalib.php'); $name = strip_tags(@$_POST['name']); $email = str_replace(" ", "", strip_tags(@$_POST['email'])); $subject = str_replace(" ", "", strip_tags(@$_POST['subject'])); $message … -
Began Watching Contact Us
Hello, How to make the contact us works? [Contact Us](http://www.indonusa.net.id/contactus.php) contactus.php <?php // require_once('recaptchalib.php'); $name = strip_tags(@$_POST['name']); $email = str_replace(" ", "", strip_tags(@$_POST['email'])); $subject = str_replace(" ", "", strip_tags(@$_POST['subject'])); $message … -
Replied To a Post in Contact Us
You cannot use Yahoo as SMTP relay without authentication. -
Stopped Watching Health and Safety Advisor
Hello there! My name is Chloe a newbie here. I am currently looking for a health & safety advisor. It was my pleasure to give some information. Thank you! -
Began Watching Health and Safety Advisor
Hello there! My name is Chloe a newbie here. I am currently looking for a health & safety advisor. It was my pleasure to give some information. Thank you! -
Replied To a Post in Health and Safety Advisor
Welcome to DaniWeb. -
Stopped Watching VB6.0 and SQL Database
sir i am using VB6.0 POS software, i want to know the source code of the software. Regards! Khawar -
Began Watching VB6.0 and SQL Database
sir i am using VB6.0 POS software, i want to know the source code of the software. Regards! Khawar -
Replied To a Post in VB6.0 and SQL Database
Source code of what software? Did you contact your vendor? -
Edited Anchoring form
hi everyone, my question would be on how to anchor the child mdi to its parent mdi so that each time the user maximizes or minimizes the parent form the … -
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 … -
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 … -
Replied To a Post in What movie have you seen lately?
I very much liked [The Flu](http://www.imdb.com/title/tt2351310/) -
Stopped Watching Extracting string from webpage
I need to extract a certain string from a webpage and workon it. In the website it is given like this : `Decrypt the following random string: O2tsOGJeLj0saj07ODM1IQ==` I need … -
Began Watching Extracting string from webpage
I need to extract a certain string from a webpage and workon it. In the website it is given like this : `Decrypt the following random string: O2tsOGJeLj0saj07ODM1IQ==` I need … -
Replied To a Post in Extracting string from webpage
I wouldn't use `\b` here as `=` is considered a word boundary and the `==` is part of the crypt. I'd use: ([^ ]*)$ Meaning the last characters of the … -
Stopped Watching query in different cases
Hi, I have a table: user uid status 1 1 2 1 3 1 4 2 5 2 6 1 7 2 8 1 9 3 10 2 I am … -
Began Watching query in different cases
Hi, I have a table: user uid status 1 1 2 1 3 1 4 2 5 2 6 1 7 2 8 1 9 3 10 2 I am … -
Replied To a Post in query in different cases
Use `order by status` and `limit 6` -
Stopped Watching Password Change Script SQL syntax error
I have this project where i have to create an events website using a mysql database and php. I'm having some toruble with some code that will allow users that … -
Began Watching Password Change Script SQL syntax error
I have this project where i have to create an events website using a mysql database and php. I'm having some toruble with some code that will allow users that … -
Replied To a Post in Password Change Script SQL syntax error
`INSERT INTO` does not use a `WHERE` clause like that. Remove it (line 39) or use an `UPDATE` statement. -
Stopped Watching Error in For XML Path
I have following quary example. SELECT t1.TeamID, MemberList = substring((SELECT ( ', ' + FirstName ) FROM TeamInfo t2 WHERE t1.TeamID = t2.TeamID ORDER BY TeamID, FirstName FOR XML PATH( … -
Began Watching Error in For XML Path
I have following quary example. SELECT t1.TeamID, MemberList = substring((SELECT ( ', ' + FirstName ) FROM TeamInfo t2 WHERE t1.TeamID = t2.TeamID ORDER BY TeamID, FirstName FOR XML PATH( … -
Replied To a Post in Error in For XML Path
Am sure you read from the article where you found this example that it is designed for SQL 2005 and up. Earlier versions don't support the FOR XML. -
Stopped Watching image upload and fetch
plz help me to solve it -
Began Watching image upload and fetch
plz help me to solve it -
Replied To a Post in image upload and fetch
What have you tried, and what were the errors? -
Stopped Watching Error in For XML Path
I have following quary example. SELECT t1.TeamID, MemberList = substring((SELECT ( ', ' + FirstName ) FROM TeamInfo t2 WHERE t1.TeamID = t2.TeamID ORDER BY TeamID, FirstName FOR XML PATH( … -
Began Watching Error in For XML Path
I have following quary example. SELECT t1.TeamID, MemberList = substring((SELECT ( ', ' + FirstName ) FROM TeamInfo t2 WHERE t1.TeamID = t2.TeamID ORDER BY TeamID, FirstName FOR XML PATH( … -
Replied To a Post in Error in For XML Path
What version of MSSQL are you using? -
Edited Code Posts
(Off topic? if so, sorry) Why are my posts here not color coding when I use the 'Code' or 'Inline Code' entries? E.g.: var x = 1; function callme(y) { … -
Stopped Watching Contact Us
Hello, How to make the contact us works? [Contact Us](http://www.indonusa.net.id/contactus.php) contactus.php <?php // require_once('recaptchalib.php'); $name = strip_tags(@$_POST['name']); $email = str_replace(" ", "", strip_tags(@$_POST['email'])); $subject = str_replace(" ", "", strip_tags(@$_POST['subject'])); $message … -
Began Watching Contact Us
Hello, How to make the contact us works? [Contact Us](http://www.indonusa.net.id/contactus.php) contactus.php <?php // require_once('recaptchalib.php'); $name = strip_tags(@$_POST['name']); $email = str_replace(" ", "", strip_tags(@$_POST['email'])); $subject = str_replace(" ", "", strip_tags(@$_POST['subject'])); $message … -
Replied To a Post in Contact Us
> Do I need to install mail server or something on the web server On a shared host `mail` would normally work. Check your cPanel or ask your host. If … -
Stopped Watching image upload and fetch
plz help me to solve it -
Began Watching image upload and fetch
plz help me to solve it -
Replied To a Post in image upload and fetch
What do you have so far? Did you search this forum? There are plenty threads on this subject. -
Stopped Watching Help with logic/database flow of a finance app
I'm writing a PHP/MySQL app for myself as both a tool I want to use, and a learning excersie for coding. The app is a very basic finance or budget … -
Began Watching Help with logic/database flow of a finance app
I'm writing a PHP/MySQL app for myself as both a tool I want to use, and a learning excersie for coding. The app is a very basic finance or budget … -
Replied To a Post in Help with logic/database flow of a finance app
> how to store it in the database to handle repeating transactions, as well as "one-off" transactions. Can these exist in the same table? I would store repeating transactions in … -
Stopped Watching Flushing the Host
Receiving this upon run: Warning: mysql_connect(): Host 'srv26.main-hosting.com' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' in /home/u871385583/public_html/ob_re4.php on line 32 NEIN! Host 'srv26.main-hosting.com' is blocked because … -
Began Watching Flushing the Host
Receiving this upon run: Warning: mysql_connect(): Host 'srv26.main-hosting.com' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' in /home/u871385583/public_html/ob_re4.php on line 32 NEIN! Host 'srv26.main-hosting.com' is blocked because … -
Replied To a Post in Flushing the Host
It's good practice to close mysql result sets and close the connection when you no longer need it. Example [here](http://www.daniweb.com/web-development/php/code/434415/using-phpmysql-with-error-checking). -
Stopped Watching Flushing the Host
Receiving this upon run: Warning: mysql_connect(): Host 'srv26.main-hosting.com' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' in /home/u871385583/public_html/ob_re4.php on line 32 NEIN! Host 'srv26.main-hosting.com' is blocked because … -
Began Watching Flushing the Host
Receiving this upon run: Warning: mysql_connect(): Host 'srv26.main-hosting.com' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' in /home/u871385583/public_html/ob_re4.php on line 32 NEIN! Host 'srv26.main-hosting.com' is blocked because … -
Replied To a Post in Flushing the Host
I can't find anything in the code to help you flush. I think you better contact your host and find out what's causing the issue. Perhaps you have an error …
The End.