Search Results

Showing results 1 to 40 of 40
Search took 0.13 seconds.
Search: Posts Made By: nav33n
Forum: Viruses, Spyware and other Nasties 7 Days Ago
Replies: 14
Views: 519
Posted By nav33n
Post your question in this (http://www.daniweb.com/forums/forum64.html) forum specifying all the details of your computer/operating system etc.

@Mad hatter,
Get over with your linux...
Forum: PHP 16 Days Ago
Replies: 4
Views: 262
Posted By nav33n
When the user submits the page, build your query depending upon the user's selection.
If the user has selected from_year and to_year, include that in your condition and so on.
Forum: DaniWeb Community Feedback 23 Days Ago
Replies: 53
Views: 3,417
Posted By nav33n
Wow! This thread is unbelievable and you guys are mind blowing! :P
Forum: MySQL 25 Days Ago
Replies: 6
Views: 415
Posted By nav33n
I am little confused about this part.

If I get it right, When you insert a record to table B, you can get the id by using mysql's last_insert_id ...
Forum: MySQL 25 Days Ago
Replies: 6
Views: 415
Posted By nav33n
You are welcome. :)
Forum: MySQL 25 Days Ago
Replies: 6
Views: 415
Posted By nav33n
One suggestion. When you are inserting a record to the table, you don't have to insert 'NULL' if its an auto increment field. Mysql will do it for you.
Ie.,

$orange_insert = "INSERT INTO orange...
Forum: Geeks' Lounge 31 Days Ago
Replies: 16
Views: 969
Posted By nav33n
:( No. I pay around Rs. 1200 (approx $26) for my 512kbps connection. Its around Rs. 3000 for 1 mbps (that is approx $65).
Forum: MySQL 31 Days Ago
Replies: 4
Views: 488
Posted By nav33n
Cool ! Congrats :)
Forum: MySQL 31 Days Ago
Replies: 1
Views: 427
Posted By nav33n
Hi, I am not sure how you are validating what mysql returns. In php, when you query the table, for example,

//query the table with username and password
$query = "select * from table where...
Forum: MySQL 31 Days Ago
Replies: 4
Views: 488
Posted By nav33n
Hi, can you elaborate your question ?
If you are inserting the value to the table from php, you can use substr (http://php.net/manual/en/function.substr.php) to insert only a part of a string. If...
Forum: PHP Oct 14th, 2009
Replies: 107
Views: 3,422
Posted By nav33n
The quality is okay. The seek bar doesn't work though. And since it doesn't work, it's difficult to know the duration of the video (and go forward or backwards). But, overall, thumbs up for the...
Forum: DaniWeb Community Feedback Oct 14th, 2009
Replies: 7
Views: 1,222
Posted By nav33n
I know she has her priorities (Its been a week since I posted this thread and haven't got her reply. So, I know she's busy). Moreover, that was just a suggestion (it's `daniweb community feedback`,...
Forum: DaniWeb Community Feedback Oct 13th, 2009
Replies: 7
Views: 1,222
Posted By nav33n
:) My point exactly. Why do you need something which don't yield any result ? It's not about assuming (or not assuming) something.
Forum: PHP Oct 7th, 2009
Replies: 1
Views: 216
Posted By nav33n
You are almost there! I have modified your code, very small changes.

<?php
if(isset($_POST['submit'])) {
for($i=1;$i<=$_POST['count'];$i++) {
$textfieldname = "marquee_".$i;
print...
Forum: PHP Oct 7th, 2009
Replies: 14
Views: 385
Posted By nav33n
FYI, index is a mysql reserved keyword. If at all you want to use them, you should use `, like, `index`. I personally don't prefer using reserved keywords.
Here ...
Forum: MySQL Oct 7th, 2009
Replies: 4
Views: 457
Posted By nav33n
http://dev.mysql.com/doc/refman/5.1/en/innodb-foreign-key-constraints.html Check for foreign key constraints, primary key, foreign key in google.
Forum: DaniWeb Community Feedback Oct 7th, 2009
Replies: 7
Views: 1,222
Posted By nav33n
Okay, one more suggestion.

Why should 0 be a hyperlink in this case ?

Clicking that leads to nowhere. It says,

Look at niek_e (http://www.daniweb.com/forums/member113712.html)'s profile for...
Forum: DaniWeb Community Feedback Oct 6th, 2009
Replies: 3
Solved: Bugs!
Views: 633
Posted By nav33n
:D I passed with flying colors already.
Forum: DaniWeb Community Feedback Oct 6th, 2009
Replies: 2
Solved: Bugs!
Views: 385
Posted By nav33n
case solved. The site was down. :)
Forum: DaniWeb Community Feedback Oct 6th, 2009
Replies: 2
Solved: Bugs!
Views: 374
Posted By nav33n
Ah! that explains it. Thanks for your quick response Dani. Cheers!
Forum: DaniWeb Community Feedback Oct 6th, 2009
Replies: 3
Solved: Bugs!
Views: 633
Posted By nav33n
-1
Bugs!
test ?
Forum: PHP Oct 6th, 2009
Replies: 4
Views: 800
Posted By nav33n
ckeditor ? Hmm.. Haven't tried it. Anyways, goodluck man. Cheers!
Forum: PHP Oct 6th, 2009
Replies: 4
Views: 800
Posted By nav33n
Pretty simple. Fetch the data from the database and place it between <textarea> tags. Here is an example.

<?php
if(isset($_POST['save'])) {
print "<pre>";
print_r($_POST);
print "</pre>";...
Forum: PHP Oct 6th, 2009
Replies: 107
Views: 3,422
Posted By nav33n
Great! That would solve around 80% of the question asked by the members! Good luck..
Forum: MySQL Oct 5th, 2009
Replies: 11
Views: 659
Posted By nav33n
Thats awesome! :)
Forum: PHP Oct 5th, 2009
Replies: 14
Views: 385
Posted By nav33n
Since you aren't seeing the notices anymore, you have solved that problem. The other 'problem' you are talking about is a user defined error message. That simply means, you have written the logic...
Forum: PHP Oct 5th, 2009
Replies: 14
Views: 385
Posted By nav33n
What did you change ? php.ini or your script ?
If you are talking bout php.ini, did you restart your server ?
Forum: PHP Oct 5th, 2009
Replies: 14
Views: 385
Posted By nav33n
Notices are not errors. If you try to use a variable without initializing it, you will get a notice. To disable notices, edit your php.ini and set error_reporting as,

This will show all the...
Forum: PHP Oct 5th, 2009
Replies: 5
Views: 257
Posted By nav33n
I would still think about encrypting my password. :) Anyways, Congrats and good luck.
Forum: MySQL Oct 5th, 2009
Replies: 7
Views: 458
Posted By nav33n
Umm.. I am not 100% sure if that is how you are supposed to write a query in java. As far as I can see, there is no need to use trigger in your case and its better you post your question in java...
Forum: MySQL Oct 5th, 2009
Replies: 7
Views: 458
Posted By nav33n
Can you explain how you are storing these values in the table ? Here is a simple example of what I am talking about. Its in php, but I am sure its not completely different from java.

<?php...
Forum: MySQL Oct 5th, 2009
Replies: 11
Views: 659
Posted By nav33n
Try this.

$query = "select * from table where Concat( column1, ' ', column2 )
LIKE '%".$search."%'";

This will return all the rows from the table where column1 concatenated with column2...
Forum: MySQL Oct 5th, 2009
Replies: 7
Views: 458
Posted By nav33n
Why don't you calculate the difference between starttime and endtime and insert the difference while inserting values to the first 2 columns ?
I haven't used triggers myself, but I think its...
Forum: MySQL Oct 5th, 2009
Replies: 3
Views: 430
Posted By nav33n
I am not sure if I understood your question right. As far as I understand your question,
1. you can't select a record/row from the table without knowing the column you are querying on. You should...
Forum: PHP Sep 16th, 2009
Replies: 13
Views: 4,669
Posted By nav33n
It works as it is. I haven't used iweb09, so I don't have the slightest clue :(
If you post your relevant code, maybe someone who has experience on iweb 09 can help you out!
Forum: Geeks' Lounge Sep 3rd, 2009
Replies: 5
Views: 685
Posted By nav33n
Forum: PHP Aug 25th, 2009
Replies: 4
Views: 526
Posted By nav33n
What is the problem ? You would be selecting CourseName and courseID. So, when you post the form, You will have "MATHS" in $_POST['CourseName'] and "101" in $_POST['courseID']. Then it is all about...
Forum: PHP Aug 25th, 2009
Replies: 19
Views: 598
Posted By nav33n
:) Thanks for waking me up. That is absolutely right.
Forum: PHP Aug 25th, 2009
Replies: 3
Views: 644
Posted By nav33n
Go to mysql console and create a new user either by following http://dev.mysql.com/doc/refman/5.1/en/adding-users.html OR go to phpmyadmin -> mysql database -> user table. Add a record there filling...
Forum: PHP Jan 21st, 2008
Replies: 11
Views: 3,275
Posted By nav33n
Well, I guess your server is a linux box. I dunno bout linux since I work on windows. And you can do a simple test this way.

<?php
$connection=mysql_connect("hostname","username","password");...
Showing results 1 to 40 of 40

 


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

©2003 - 2009 DaniWeb® LLC