[PHP] next?

2004-05-07 Thread Maxi Yedid
Hello I have products with category number (as a field in the same table). A user can access any category, and he gets a list of products under that cat. What I want is, when the user enters a product, to have a next link that would allow him to pass to the next record in that selection. is

[PHP] Access Database

2004-03-26 Thread Maxi Yedid
Hello I need data from a Microsoft Access database; however my hosting does not allow ODBC connections with php; so I was wondering if there is a way to import the access database to Mysql by a process in the server (like for example someone uploads the database thru a form, and after the

[PHP] images

2004-03-16 Thread Maxi Yedid
hello I'm using the following function from the php manual (user's posts) and get the following error. What I do is upload a file from the user and save it in the server; that's working fine; what I want is to save a copy of the file in thumbnail size.

[PHP] creating thumbnails

2004-03-12 Thread Maxi Yedid
hello I have a form from where you can upload an image. the script saves the file on the server in a folder. what I want now is when it saves the file; I also want to save a copy of that file in another folder with thumbnail size. How do I create a copy with for example 100 x 100 and save that?