Search results

  1. M

    Querystring in php not working?

    JAI MATADI all .. i m trying to make querystring in my php webpages called as 1) "page1.php" 2)"result page.php" but m not able to make it .. here is my code . . ------------------------------------ page1.php ---------------- <?php $u = "mit"; echo "<a href='result...
  2. M

    updating database in asp.net?

    JAI MATADI all .. m trying to update my database in asp.net with mssql .. what m trying to do here is i have to show the Fullname of the User in TEXTBOX2 so that he/she can come to know what he/she already has written in their profile .. but when m writing something in my TEXTBOX2 and...
  3. M

    problem facing uploading my php website?

    JAI MATADI all . . i have made my whole website in php using phpmyadmin and have made many databases in it .. i m using WAMP SERVER to do this .. and now m in the step to upload it but u know what .. m dont know any free website available or not who is supporting phpmyadmin and secondly how...
  4. M

    wamp server and more with php?

    JAI MATADI all .. so far i have learnt my php through WAMP SERVER so i only know PHPMYADMIN .. and i can handle and can make the databases so well with queries and etc .. but i was just wandering is there any server available like WAMP SERVER for free in which i can also make the websites...
  5. M

    (Q. 2) Php fetching users from mysql related question?

    JAI MATADI all .. m trying to fetch the users from the mysql database using my php code .. in which if the user only type the particular surname or name then also he/she can see the users if they are available .. suppose my name -- (if you type "MIT" then also you can see me at fetching and...
  6. M

    ASP.NET database connection question?

    JAI MATADI all . . m trying to make database connections through my ASP.NET with MSSQL .. so far it was going very well .. but suddenly i dont know but when m making even the simple connection m getting the same output in my gridview as a TAble like this ...
  7. M

    php form tag question?

    JAI MATADI all . . m working on a project in which m getting problem in search users .. here is what i want to say .. i have FORMSEARCH.PHP and FORMSEARCHRESULT.PHP .. what m doing here is on FORMSEARCH.PHP the user will search the other users according to their GENDER .. and assume in the...
  8. M

    want to upload my php website?

    JAI MATADI all . . i have made one small php web application .. i have made it through WAMP SERVER .. with the user of mysql database (php myadmin) .. now i want to upload this whole website with that mysql database connection for free .. do you know any website which is providing this...
  9. M

    php fetching users from mysql related question?

    JAI MATADI all .. m trying to fetch the users from the mysql database using my php code .. in which if the user only type the particular surname or name then also he/she can see the users if they are available .. suppose my name -- (if you type "MIT" then also you can see me at fetching and...
  10. M

    [php] trying to find users between selection of age?

    JAI MATADI all .. i m trying to find the users by the selection of age in which the user first select age FROM and TO.. and then he/she will be come to know the users between that .. but m facing a problem writing QRY to this .. here is my code ...
  11. M

    php table page changing question...?

    JAI MATADI all .. m using php with mysql database in which m fetching data from my database to my table in my webpage .. but what i want is the table must add only 5 or 6 something values per page .. if the search results are more then that it will be automatically add the pages calls PAGE2...
  12. M

    php question fetching value?

    JAI MATADI all . . m working in a simple programme in php where i want to fetch the result from mysql database using php to my website .. what i want is if the user selects the GENDER the results should come accordingly which are available in the database according to their GENDER .. but m...
  13. M

    php related question?

    JAI MATADI all .. m trying to work in <form> with the use of PHP .. here is my code .. ------------------------------------------------------------- image submit button.php ------------------------ <form name="form1" method="post" action="image submit button.php"> <input type="image"...
  14. M

    rename image (photo) while uploading in php?

    JAI MATADI all . . m uploading my image using PHP in which i m also using mysql for database .. m uploading the photo(s) first in the directory called (upload) then m only uploading the foldername + imagename (i. e. - upload/image1.gif ) into mysql database .. and then fetching it into my...
Back
Top