Search results

  1. P

    which exercise we can do in l4 , l5 disc collapse

    which exercise we can do in l4 , l5 disc collapse
  2. P

    To go to USA, is 16year education required? Will the ongoing degree's completed 1

    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...
  3. P

    To go to USA, is 16year education required? Will the ongoing degree's completed 1

    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...
  4. P

    To go to USA, is 16year education required? Will the ongoing degree's completed 1

    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...
  5. P

    PHP Script to copy source of url and manipulate. I can pay money for it.?

    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...
  6. P

    PHP Script to copy source of url and manipulate. I can pay money for it.?

    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...
  7. P

    $result = @mysql_query('SELECT * FROM table where var1="<?php echo $value1?>;');?

    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
Back
Top