[PHP-DB] readdir

2004-11-12 Thread Yemi Obembe
Hi folks, Just want to know if a full url (as in something like http://www.example.com) can be opened as a directory using the function readdir(). if it cant, does anybody know any function that can? - A passion till tomorrow, www.opeyemi.tk

[PHP-DB] passing both an anchor and a variable

2004-11-12 Thread Perry, Matthew (Fire Marshal's Office)
How do you append both an anchor and a variable to a URL with PHP? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] passing both an anchor and a variable

2004-11-12 Thread Norland, Martin
I have to admit, I've managed never to actually run into this - mostly because I almost never use anchors: http://www.faqts.com/knowledge_base/view.phtml/aid/317/fid/2 Counter-intuitively, it seems you have to toss the anchor at the end of the get string. This works in my brief testing - and

[PHP-DB] error in deleting an inventory

2004-11-12 Thread Aravalli Sai
hi, i am trying to delete an item from inventory management sys. done by using php on sqlite... i had created a button 'delete' and when i submit a value to be deleted it is giving an error... i am attaching the following codes: 1)html(delete.html) code which is working.. 2)php code(td.php)

[PHP-DB] Problem with an insert query

2004-11-12 Thread GH
In my mySQL database I have the following tables: +-+ | Tables_in_AHRC | +-+ | Attendance | | Participants| | ProgressNotes | | Sessions| | Staff | | StaffAttendance | +-+ I am trying to insert data in the ProgressNotes