Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: misslois74
  • Order by date
  1. misslois74

    How to pass form value to a URL within the same form?

    thanks for the script its working....
  2. misslois74

    How to pass form value to a URL within the same form?

    can anybody check on this script it seems that the javascript is not working: <?php if(isset($_POST['register'])) { //header("Location: $_POST[redirect]"); $text1 = $_POST['text1']; $text2 = $_POST['text2']; echo "from the main source: <br>"; echo "text 1:" . $text1 . "<br>text 2:"...
  3. misslois74

    How to pass form value to a URL within the same form?

    Hello, Im working on this website which has a form on it and upon clicking the submit button it should go to an autoresponder system(this is working fine) now the problem is i would like to use the same form to collect the information and store it to the database, its like having multiple...
  4. misslois74

    how to force download in PHP

    ok this is what i notice when i upload a word document file this are the things displaying in the page: ?????????ÿÿ?????????????????ˆ????? ?????? ?? ?????? ?????? ?????? ...
  5. misslois74

    how to force download in PHP

    thanks for the quick reply feherke, i already remove the extra application but still its not working the problem the file is loading within the browser right now im testing on an excel file so its displaying dummy characters on the page my goal is to prompt a dialog box to ask the user if he/she...
  6. misslois74

    how to force download in PHP

    im currently working on a site wherein on the backend the administrator would be able to force download the file that has been attached by a user in the front end i cant seem to figure it out since whats happening right now is the browser is loading the file, special characters are appearing on...
  7. misslois74

    compare the values of two arrays

    thanks! for all the responses i have figured it out what to do with the problem
  8. misslois74

    compare the values of two arrays

    well, actually what im trying to do is compare the field values from two tables, here is the scenario: i have a table which lists all the categories and another table which lists all the categories which is dynamically selected by a user now what i would like to happen is on the front end if a...
  9. misslois74

    compare the values of two arrays

    im working on a script right now where in i would need to compare values of one array with another values from another array how will i go about the script for these.... thanks in advance.
  10. misslois74

    problems in sending emails

    the page im currently working on has the facility to send email now my problem is my script has html tags in which when i send it the email its not displaying the desired format: here is the sample output: XXX Date of Registration: March 19, 2009 02:39 AM Name of Company: Company A...
  11. misslois74

    script for downloading word documents

    thanks a lot for the help i appreciate it a lot....
  12. misslois74

    script for downloading word documents

    im including an application form on the page in which i would want the user to have the option to download that document file for filling up and printing purpose....
  13. misslois74

    script for downloading word documents

    im currently working on a page that has a facility to include a word document in which it can be downloaded by the user or whoever visited the site... i dont have any idea how to go about it. hope you could help me with these... thanks in advance...
  14. misslois74

    validation to an array of textboxes

    im using an array of textboxes and put a validation on those textboxes in which if a user puts in a non-numeric value it should display an error message and would not proceed but it seems that my validation is not working bec. eventhough i've already entered a numeric value im still getting the...
  15. misslois74

    values is incrementing everytime page is refreshed

    thanks for the response so what do i need to do to be able to solve my problem in case the user presses F5 any suggestion...
  16. misslois74

    values is incrementing everytime page is refreshed

    im working on a page in which im using an array stored in a session now my problem is everytime i click on F5 or refresh the page the value that is stored on that session is increasing eventhough i didnt click on submit.... here is my sample code: if (!isset($_SESSION['cart'])) {...
  17. misslois74

    edit data from the database through checkbox

    i have seen one thread from this forum which manipulates data using checkbox my question is im using serialize to store data and unserialize to display data now my problem is what if i want to edit the data that is stored on the database what will be my approach.... here is my sample code: //to...
  18. misslois74

    storing text with format to the database

    thanks that was better application i was able to use....
  19. misslois74

    storing text with format to the database

    ok... i was able to figure this out i just need to use nl2br function before the actual storing in the database thanks...
  20. misslois74

    storing text with format to the database

    im working on a page which has a textarea component in which the user would enter his/her description now what my problem is if the user for instance press the <ENTER> key to apply certain format on the text to be stored, the text gets stored on the database but if the description is now...

Part and Inventory Search

Back
Top