Search Results

Showing results 1 to 38 of 38
Search took 0.01 seconds.
Search: Posts Made By: Venom Rush ; Forum: MySQL and child forums
Forum: MySQL 21 Days Ago
Replies: 6
Views: 535
Posted By Venom Rush
Ok, so it seems it's the server setup. I've tested the same pages on one of our own servers and it's working fine with special characters.

Thanks again to all of you that posted.
Forum: MySQL 21 Days Ago
Replies: 6
Views: 535
Posted By Venom Rush
Hi guys

Thanks for all the input. My suspicions lie with the hosting company. We've had numerous issues before and the problem was always something that they hadn't setup correctly.

I'm going...
Forum: MySQL 24 Days Ago
Replies: 6
Views: 535
Posted By Venom Rush
Am I the first person in MySQL's entire life to need this sort of thing? o.O
Surely someone before me has run into this problem. I thought utf8_unicode_ci would do the trick or utf8_general_ci but...
Forum: MySQL 24 Days Ago
Replies: 6
Views: 535
Posted By Venom Rush
I have a database that needs to hold names of people from all around the world. Some names have special characters in them such as é and ¢

Is there a character set I can use that will accept any...
Forum: MySQL Oct 21st, 2009
Replies: 1
Views: 308
Posted By Venom Rush
I solved my problem by using the following:

WHERE ref BETWEEN 1 AND 50
Forum: MySQL Oct 21st, 2009
Replies: 1
Views: 308
Posted By Venom Rush
As the title says, I'd like to select a certain number of rows from a table starting from a specified row.

So for example, I have a table with 250 rows and the rows are numbered incrementally...
Forum: MySQL Oct 8th, 2009
Replies: 2
Views: 381
Posted By Venom Rush
Hi cgyrob

Thanks for the response. My original statement is actually correct. I was being blonde and didn't change a class variable on my display page which was causing the issues.
Forum: MySQL Oct 8th, 2009
Replies: 2
Views: 381
Posted By Venom Rush
As the title suggests, I'm having trouble sorting the results of a union statement. I'm trying to sort the results by date descending and it's coming out ascending.


(SELECT a, b, c, d, e, f,...
Forum: MySQL Jul 3rd, 2009
Replies: 1
Views: 624
Posted By Venom Rush
Ok, seems I've managed to sort my problem.

Adding "DESC LIMIT 1,1" to the end of my MySQL query selects the second last row in the table.

I did some fiddling with this and it seems that adding...
Forum: MySQL Jul 3rd, 2009
Replies: 1
Views: 624
Posted By Venom Rush
Hi all

I've been trying to find a way of doing this and have come up dry. Is this possible? If so could someone tell me how to go about this?

Much appreciated
Venom Rush
Forum: MySQL Jun 25th, 2009
Replies: 6
Views: 866
Posted By Venom Rush
Thanks davidn. I managed to sort out my problem with a join though. But I'll definitely keep your method in mind the next time I run into something similar. ;)

@ cwarn23
Thanks for the help. Much...
Forum: MySQL Jun 24th, 2009
Replies: 6
Views: 866
Posted By Venom Rush
Hmmm, I've tried joining the two tables with a normal join, left join and a right join but they all come back with the error of "Column 'code' in field list is ambiguous"

I think this may be...
Forum: MySQL Jun 24th, 2009
Replies: 6
Views: 866
Posted By Venom Rush
Hi cwarn

I've never gone further than doing simple select, update and delete requests but if I understand this correctly JOINS join two tables together, so when I do the while loop for the initial...
Forum: MySQL Jun 24th, 2009
Replies: 6
Views: 866
Posted By Venom Rush
EDIT: I just realized I should have posted this in the MySQL section. If a mod can move it there I'd appreciate it. Thanks :)

Hi all

I have two tables. The first one has the details of each...
Forum: MySQL Jul 7th, 2008
Replies: 2
Views: 1,288
Posted By Venom Rush
Hi all

Is it at all possible to do this? I have a number of records that I need to recover.

Any help would be greatly appreciated
Forum: MySQL Feb 12th, 2008
Replies: 2
Views: 973
Posted By Venom Rush
Yes I did, and the I spoke with my hosting company and they assure me the user I'm using has full privileges.
Forum: MySQL Feb 11th, 2008
Replies: 2
Views: 973
Posted By Venom Rush
Hi there

I posted this problem in the php forum thinking the issue was something I had done wrong with my PHP but is now looking like a MySQL or possibly a technical computer error altogether:
...
Forum: MySQL Feb 6th, 2008
Replies: 4
Views: 3,958
Posted By Venom Rush
Once again nav33n saves the day...thanks ;)
Forum: MySQL Feb 6th, 2008
Replies: 4
Views: 3,958
Posted By Venom Rush
Hi there

I'd like to know if it's possible to combine an update and insert query into one query. What I'd like to do is insert new data into one table and update a colum in another table at the...
Forum: MySQL Jan 16th, 2008
Replies: 5
Views: 7,682
Posted By Venom Rush
Can't give u more rep nav33n. As much as I'd like to it's telling me I can't give you more rep today :|

I'll make a point of doing it tomorrow ;)
Forum: MySQL Jan 16th, 2008
Replies: 5
Views: 7,682
Posted By Venom Rush
*Venom Rush gives nav33n a virtual high five* ;)
Thanks a lot nav33n. Another rep point for you :cool:
Forum: MySQL Jan 16th, 2008
Replies: 5
Views: 7,682
Posted By Venom Rush
I have a standard SELECT query as follows:
SELECT eid, title, content, thumb_image FROM diary ORDER BY eid DESC LIMIT 3
...and a SELECT SUBTRING query as follows:
SELECT SUBSTRING(content, 1, 200)...
Forum: MySQL Jan 15th, 2008
Replies: 2
Views: 812
Posted By Venom Rush
Thanks hollystyles. That worked perfectly ;)
Forum: MySQL Jan 15th, 2008
Replies: 2
Views: 812
Posted By Venom Rush
Hi guys and gals

Just curious to know if it's possible to select the 3 latest entries in a table. Would be an added bonus to my project.

;)
Forum: MySQL Jan 15th, 2008
Replies: 7
Views: 1,746
Posted By Venom Rush
This one worked perfectly for me. Haven't tried the rest though. Thanks so much for the help.
Forum: MySQL Jan 15th, 2008
Replies: 7
Views: 1,746
Posted By Venom Rush
Hmmm, I was also a bit perplexed by Xsimulator.net's post.

Hi Sulley, thanks for your post. Going to give it a try a little later. ;)

P.S. Love the avatar sulley ;)
Forum: MySQL Jan 14th, 2008
Replies: 7
Views: 1,746
Posted By Venom Rush
Hi there

What I'd like to do is store a paragraph in a column and pull roughly the first 200 characters of the paragraph and display them on a page as a snippet. Is this possible? If so could...
Forum: MySQL Dec 13th, 2007
Replies: 3
Views: 1,098
Posted By Venom Rush
Thanks so much trudge. That info is of GREAT help. ;)
Forum: MySQL Dec 12th, 2007
Replies: 3
Views: 1,098
Posted By Venom Rush
Hi everyone

I'm looking for advice on building up a database. Any sort of general do's and don't s. The one and only thing that I realize is that putting ALL my info into one table is not a good...
Forum: MySQL Nov 15th, 2007
Replies: 7
Views: 1,406
Posted By Venom Rush
Used this for putting the date back into the db so I didn't actually need to pull it out with the zero.

if ($_GET['startDay'] = $row[0]) {
$day = $_GET['startDay'];
if ($day < 10) {
...
Forum: MySQL Nov 15th, 2007
Replies: 7
Views: 1,406
Posted By Venom Rush
Didn't try it out, managed to sort my problem out with some php code.
Forum: MySQL Nov 14th, 2007
Replies: 7
Views: 1,406
Posted By Venom Rush
Forum: MySQL Nov 13th, 2007
Replies: 7
Views: 1,406
Posted By Venom Rush
Is it possible to select day from the DATE field in a db so that it includes a zero in front of it if the day is less than 10?

If so could you post the code please.

Struggling and...
Forum: MySQL Oct 18th, 2007
Replies: 7
Views: 1,697
Posted By Venom Rush
Hi sulley

Thanks for your help. I managed to solve it with the following code with help from ryan_vietnow:

$query = "SELECT heading, day(date), monthname(date), year(date), description FROM...
Forum: MySQL Oct 18th, 2007
Replies: 7
Views: 1,697
Posted By Venom Rush
Hi Sulley

I've tried what you gave me and the only date I get is today's date. Here is my code:

$query = "SELECT heading, date, description FROM event ORDER BY date";
$result =...
Forum: MySQL Oct 17th, 2007
Replies: 7
Views: 1,697
Posted By Venom Rush
No, because I want the month to be shown as a word and not a number which is why I made the date column VARCHAR.

05 June 2007

I was told a little while ago that there might be a way through php...
Forum: MySQL Oct 17th, 2007
Replies: 7
Views: 1,697
Posted By Venom Rush
I've tried that but what happens is it gets sorted by the days eg:

5 June 2007

7 April 2008

29 January 2006
Forum: MySQL Oct 17th, 2007
Replies: 7
Views: 1,697
Posted By Venom Rush
Hi there

I"m building a page that displays events for example:

Event heading
05 June 2007
Event Description

Another Event
19 June 2008
Showing results 1 to 38 of 38

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC