[PHP-DB] Re: assist with SORT array

2002-09-09 Thread Bartosz Matosiuk
I'm sorry if I haven't undersood your post well, but my english is not very good. Anyway what I understood is that you want to sort the result by the name of restaurant. So mayby it would be a better idea not to sort the result array, but sort the query: SELECT name FROM restaurants WHERE

[PHP-DB] 'Remote' data

2002-11-27 Thread Bartosz Matosiuk
Hi I need to create function which would read a data (mysql) from the table from the other page, put this data in my MySQL table and return them on my page. My problem is that I have no idea how to get that data. Please give me a hint or maybe you know some articles about that, Thanks

[PHP-DB] problem with copy()

2003-01-28 Thread Bartosz Matosiuk
hi can the string source in copy () looks like that: c:\pic.jpg. If not than how should it look like. I'm not sure becouse script gives me Unable to open c:\pic.jpg for reading: No such file or directory but the file is there. and when i'm using $HTTP_POST_FILES['file']['tmp_name']