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 Wanet Telecoms Ltd 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: tanveer91
  • Content: Threads
  • Order by date
  1. tanveer91

    displaying records from a database

    Hi guys, I am using PHP/PosgtreSQL.... I have a written a php script that displays a list of vehicles from a database..... my problem is I would like to display record details of a vehicle on a seperate screen when the user clicks on a required reg no. from a list? CAN SOMEONE PLEASE HELP! THANKS
  2. tanveer91

    About updating PSQL Database

    Hi all, I have written a script to update specific records in a psql database.......my problem is that every time i update a record, the updated records is shown at the bottom of the list on the web broswer. How can keep the list in its original order after i update records?.........your help...
  3. tanveer91

    Updating, deleting records using php/psql

    Hi all, Can someone please give examples of how i can update or delete a specifed record using psql and php?? Cheers.
  4. tanveer91

    Error message

    Hi all, I am trying to display records from a psql database to the web browser, unfortunatly, it displays the following error message:- Parse error: parse error in /home/httpd/business/customerlist.php on line 18 Here is my code:- $db = pg_connect("host=larry port=4132...
  5. tanveer91

    error message

    hi all, i'm new(ish) to postgres.......i am trying to insert a record in a database but it keeps returning the following error message: ERROR: parser: parse error at or near "SELECT" to insert i have used the following command at psql prompt: INSERT INTO orders VALUES...
  6. tanveer91

    Perl and PostgreSQL

    Is it possible to insert records in a PSQL Database using Perl?? Please give examples. Thanks
  7. tanveer91

    sort

    Hi all, Using the code below, can someone please tell how i can sort the contents in reg. no order? I have been given this code by a friend and i'm confused! sub missinglist () { my $msg=''; foreach my $comp (sort keys %dealers) { $msg.="\nmissing photographs for...
  8. tanveer91

    Populate PostreSQL database using PHP

    Hi all, i'm new to php/postgres I have some records in csv format. My question is how can i populate my PostgreSQL Database by taking info from csv (spreadsheet) files? your help is greatly appreciated.
  9. tanveer91

    Populate records from csv file

    Hi all, i'm new to PostgreSQL. I would like to know how you can populate a postgres Database from records taken from a csv file?? Thank you
  10. tanveer91

    HTML Forms

    Is it possible to have fixed length text fields on website forms??? Your help is greatly appreciated...
  11. tanveer91

    removing first line from a text file

    Hi all, I have a text file containing records of vehicles, i would like to display these records on the web browser. My problem is the first line of the file contains the system date, how can i display the details without including the date line?? e.g. text file:- 09.46 02 2002 April FORD...
  12. tanveer91

    Sorting arrays

    Hi there, I am trying to sort the contents of an array in date order...it sort of works! ....but the problem is when i include a new file it does not display it on top of list, also it displays 2 empty rows! (the list is within a form using checkbox)...the text files are saved as the date...
  13. tanveer91

    sorting while loops

    Hi all, Can someone please tell me how i can display contents of a directory in date order? (ie. earliest dates & onwards). Here's my code: $handle=opendir('results'); while (($file = readdir($handle))!==false) { if ( $file >= $date) {...
  14. tanveer91

    Error message

    Hi there, For some reason i keep getting the following error message on my web browser, whenever i try to call a php file by submitting a standerd web form......Any idea what it means, its driving me nuts!!! Fatal error: input in flex scanner failed in /home/httpd/html/sandalrugby/results on...
  15. tanveer91

    Writing to a file

    Hi all, I'm having problems creating files using fopen and fputs function. I don't know how to create a file that use strings which contain variables........is it that possible??? here's my code: $fp=fopen(&quot;results/$matchdate&quot;, &quot;w&quot;);$string = &quot;<td...
  16. tanveer91

    deleting files in a directory

    Hi all, I am having trouble trying to delete unwanted files in a specific directory. E.G. if i wanted the perl script to search a directory for all jpg photos that DID NOT have an HTML file associated with them and then delete those jpg photos: /html - abc.htm, abc2.htm, abc3.htm...
  17. tanveer91

    How can i upload live text.

    Hi there, I have only just started learning PHP, can someone please advice on how i have get a user to fill in a form and then automatically upload the text on to my website?? Is there any useful website out there that teach on this subject? YOUR HELP IS MUCH APPRECIATED
  18. tanveer91

    Javascript Detection

    Hi all, I'm a novice programmer - i have noticed on some browser's my javascript random image rotator doesn't work!! ie netscape and older versons of expolorer..... My question is using javascript how can i detect if browser supports javascript and if it doesn't, it then automatically disables...
  19. tanveer91

    How do u sort a text file containing speech marks!

    Hi all, (Perl) I know how to split and print a text file using commas(,) as seperators. My question is how can i split and then print a text file which contains speech marks?? e.g. John Smith, 17, 30 Lee St, &quot;Hobbies include football, basketball, tennis, etc&quot; YOUR HELP IS...
  20. tanveer91

    Creating login &amp; password screen using Javascript

    Hi All, Can someone please tell me is it possible to setup a login, password screen using Javascript to allow resticted access to my website??? Cheers.

Part and Inventory Search

Back
Top