year be counted as 16th year? I'm working with an MNC, and my education is of 15 years(10+2+3). For our business process, i may have to go to USA, but heard also that it requires 16 years of study to go to USA, is it true?
Also, I'm pursuing MCA, want to know, will the 1st year that is...
year be counted as 16th year? I'm working with an MNC, and my education is of 15 years(10+2+3). For our business process, i may have to go to USA, but heard also that it requires 16 years of study to go to USA, is it true?
Also, I'm pursuing MCA, want to know, will the 1st year that is...
year be counted as 16th year? I'm working with an MNC, and my education is of 15 years(10+2+3). For our business process, i may have to go to USA, but heard also that it requires 16 years of study to go to USA, is it true?
Also, I'm pursuing MCA, want to know, will the 1st year that is...
Hi,
I need a PHP script that first copies the source of a URL and then finds links inside that, store these links(as albums) in the database, then go to each link and further search for links(songs of albums) and store in the database accordingly. I can pay for it. I know that file_get_contents...
Hi,
I need a PHP script that first copies the source of a URL and then finds links inside that, store these links(as albums) in the database, then go to each link and further search for links(songs of albums) and store in the database accordingly. I can pay for it. I know that file_get_contents...
I want to insert a PHP variable's value within select query in PHP-MySQL:
$result = @mysql_query('SELECT * FROM table where var1="<?php echo $value1?>;');
There is a syntax error. I'm sure it would be because of the inappropriate use of quotes. Please answer the right coding. Thanks