Forum: JavaScript / DHTML / AJAX Sep 18th, 2009 |
| Replies: 1 Views: 372 Hi! all,
I want difference between two date which results into HH:MM:SS.
date format: MM/DD/YYYY HH:MM:SS
suppose there are two date 09/14/2009 13:00:00,
09/18/2009 13:00:00
the difference... |
Forum: MySQL Aug 21st, 2009 |
| Replies: 1 Views: 319 Hi! All
I am working with database mysql5.0 on my system.
But when i upload every thing in web it is not recognising
host as http://205.178.146.79/
and giving
Warning: mysql_connect()... |
Forum: PHP Aug 20th, 2009 |
| Replies: 5 Views: 262 It still give the same error. |
Forum: PHP Aug 20th, 2009 |
| Replies: 5 Views: 262 Hi! pritaeas,
Thanx for replying.
For both questions, answer is yes(i think).
If you could tell me how to check both, it will be a graet help for me.
Yeah, i saw the php.ini file,... |
Forum: PHP Aug 20th, 2009 |
| Replies: 5 Views: 262 Fatal error: Call to undefined function mcrypt_module_open()
Please help me to fix it. |
Forum: PHP Aug 18th, 2009 |
| Replies: 5 Views: 298 Coulld you share any idea to do this? |
Forum: PHP Aug 16th, 2009 |
| Replies: 5 Views: 298 Hi! thr,
I am uploading a file in to server. At the time of downloading, it should show "view as html" as google does.
thanx in advance.
Manoj |
Forum: MS SQL Jul 2nd, 2009 |
| Replies: 1 Views: 306 I have a table name Project(id,projectid,date)
-----------------------------------------------------------
id | projectid | date
1 | 9 | 2009-02-03
2 | 9 |... |
Forum: Graphics and Multimedia Jun 25th, 2009 |
| Replies: 1 Views: 617 Hi! All
I am new to this feild. I am no prior knowledge in any flash. But in my company i got this assignment. My deadline is one week.
Please help me out.
Manoj |
Forum: PHP Jun 21st, 2009 |
| Replies: 1 Views: 1,071 Please help me to track it out.
how do i use facebook login information to validate a user in my site and also i want to extract some information from facebook about that user. |
Forum: MS SQL May 24th, 2009 |
| Replies: 2 Views: 488 Hi! all
Let me explain the problem:-
I have two tables A(aid,aname,adesc),B(bid,aid,bdesc).
I want a query which will extract all records of 'aid' in 'B'.
means
aid bid aname bdesc
1 1 ... |
Forum: C++ May 19th, 2009 |
| Replies: 4 Views: 201 Hi!
I think the function that u called do not able fine the return type, You can try this out, May it work.
ListNode* tmp = (ListNode*)validate(pos); |
Forum: MySQL Mar 8th, 2009 |
| Replies: 5 Views: 537 That means u are not getting what i wrote.
I clearly mentioned that go through this query and correct it as needed.
In my sense its the correct way to learn something. |
Forum: MySQL Mar 7th, 2009 |
| Replies: 6 Views: 741 Hi!
Try this..
create table data2 as select rpad(name,10,' ') as name from data
select length(name) from data2
here i am creating a table with the select statement to find out the length on... |
Forum: MySQL Mar 7th, 2009 |
| Replies: 5 Views: 537 Hi!
Try this one but go through the query and apply as you need.
for any problem regarding this bug me.
select tblbcategory.bCategoryId,tblbcategory.bCategoryName,
if(COUNT(tbltopic.TopicId),... |
Forum: MySQL Mar 7th, 2009 |
| Replies: 4 Views: 746 Hi!
Try this
select if(name='Jon',replace(name,'Jon',''),name) as name from data
Regards,
Manoj |
Forum: MySQL Mar 6th, 2009 |
| Replies: 7 Views: 619 Hi Vele,
You can try this one--
select id, title from data where title LIKE '%PHP developer%' union select * from data
The above query will return the exact string with all other rows in the... |
Forum: Internet Marketing Job Offers Mar 5th, 2009 |
| Replies: 10 Views: 1,261 Hi! Simon,
I am interested in your proposal. But there's a problem, i am from india. Could it be done here? I will be available for you 24x7.
You can contact me at manojjena1982@yahoo.com
... |
Forum: Graphics and Multimedia Mar 3rd, 2009 |
| Replies: 1 Views: 458 Hi All!
I am new to web-development. In my company i get a project i.e based on action script. I have no idea on this. But inthis down time i have no other choice left.
Could anybody help me out... |
Forum: MySQL Jan 16th, 2009 |
| Replies: 0 Views: 373 I am writing a stored procedure in which i want to catch all the exceptions.So. i need how to catch the error code from an exception. |