Re: AW: [PHP-DB] image resizing

2001-07-13 Thread Christopher Ostmo
Stefan Siefert pressed the little lettered thingies in this order... There are several possibilities to do this... first PHP has the possibility to use the GD - Libs (which doesn't support Gif's because of licence problems). The second (and in my opinion better) posibility is ImageMagick

RE: [PHP-DB] PHP Mysql apache economy hosting

2001-07-13 Thread Beau Lebens
i am using phpwebhosting.com, which is only 9.95US per month, so far they have been really good. have PHP4, MYSQL (one table with account, extras by request) 150mb storage, but this is unmonitored, PO3 email account, subdomains etc etc - take a look at their site :) // -Original

RE: [PHP-DB] PHP Mysql apache economy hosting

2001-07-13 Thread Darren Casey
Hello, can anyone recommend a good PHP4/ Mysql/ apache/Unix-Linux economy web hosting co.? what should I look for? how do I verify uptime? http://www.php4hosting.com (Root access to MySQL on most accounts, latest versions of PHP/MySQL) Free hosts listed at

Re: [PHP-DB] upload problem ...

2001-07-13 Thread Steve Brett
many thanks i'll try that asap. Steve Xsarus Internetdiensten [EMAIL PROTECTED] wrote in message 002901c0fe68$48613d40$0201a8c0@xsarusxsarus2">news:002901c0fe68$48613d40$0201a8c0@xsarusxsarus2... He! Don't use the function 'copy', but 'move_uploaded_file'. Ready... Daniel Kieviet Xsarus

RE: [PHP-DB] upload problem ...

2001-07-13 Thread Darren Casey
-Original Message- From: Steve Brett [mailto:[EMAIL PROTECTED]] Sent: 13 July 2001 11:05 To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] upload problem ... many thanks i'll try that asap. The directorys will still need the permissions set so anyone can read/write to the directorys

Re: [PHP-DB] Chose ID from Table ?

2001-07-13 Thread Dobromir Velev
Hi, If you're using MySQL you could try with mysql_insert_id() http://www.php.net/manual/en/function.mysql-insert-id.php Dobromir Velev -Original Message- From: Andreas Iwanowski [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Friday, July 13, 2001 2:12 PM Subject:

RE: [PHP-DB] Escaping

2001-07-13 Thread Rankin, Randy
Thanks to all for your help. I had to step away for a while yesterday so I am just now getting back to your responses. Here is what I was having a problem with: a href=\sales_location.php?Customer=$Customer\ target=bottom_right$Customer/a Based on your responses, here is what I have now (this

RE: [PHP-DB] PHP Mysql apache economy hosting

2001-07-13 Thread support
I recommend MissoulaWeb for $10/month. http://www.missoulaweb.com/testimonials.phtml http://www.missoulaweb.com/allfeatures.phtml http://www.missoulaweb.com/compare.phtml (a chart) As for verifying uptime, try using the tool at http://uptime.netcraft.com/up/graph/ -- Allen Lee

[PHP-DB] Ingres PHP

2001-07-13 Thread Frank Pietsch
Hello, I'm trying to access Ingres II database servers. But if I use the extension php_ingres.dll php.exe crashes (with and without parsing a file). I executed php.exe wih the Dependency Walker (http://www.dependencywalker.com). Here the last output of the log window after profiling: ...

[PHP-DB] RE: PHP Mysql apache economy hosting

2001-07-13 Thread Andrew Chase
I used Cedant.com to host my own site for a few months, and they were excellent - no down time that I was aware of, and a handy web-based control panel (and of course SSH shell access for anything not covered by the control panel.) Although they didn't have a large tech support phone bank

[PHP-DB] Selecting userID

2001-07-13 Thread Brad R. C.
I have attached what I have so far. This version uses a table called picture_upload and the field name is picture_name.. also in my user table I have the same field name, but that is from past trying to get it to work... crap I got it to upload to the table just fine and copy the file from a

RE: [PHP-DB] data consistency

2001-07-13 Thread Robert Klinkenberg
MySQL supports transactions so you can submit multiple SQL statements and commit them all at once. example of statement (from www.mysql.com) BEGIN; SELECT @A:=SUM(salary) FROM table1 WHERE type=1; UPDATE table2 SET summmary=@A WHERE type=1; COMMIT; Robert Klinkenberg

RE: [PHP-DB] PHP Mysql apache economy hosting

2001-07-13 Thread John Starkey
Well that's mighty tacky of you. On Fri, 13 Jul 2001, [EMAIL PROTECTED] wrote: I recommend MissoulaWeb for $10/month. http://www.missoulaweb.com/testimonials.phtml http://www.missoulaweb.com/allfeatures.phtml http://www.missoulaweb.com/compare.phtml (a chart) As for verifying

RE: [PHP-DB] Selecting userID

2001-07-13 Thread Matthew Loff
Brad-- I see what you're trying to do. Here's how this issue with a site I did, perhaps this will help: Eliminate the database of images all together. Create an image that says No Picture Available, and save it as /images/no_photo.jpg. When (if) a user uploads a file, have it rename the file

[PHP-DB] Re: upload problem ...

2001-07-13 Thread Jonathan Hilgeman
File 1 (whateverform.php): FORM ENCTYPE=multipart/form-data ACTION=fileupload-destination.php METHOD=POST INPUT TYPE='File' NAME='alfredoUpload' /FORM File 2 (fileupload-destination.php):

[PHP-DB] PHP calling Javascript

2001-07-13 Thread Kevin Johnson
Hi. I was wondering how to call a javascript function within PHP? Any ideas of solutions. Thanks in advance. Kevin Johnson Jr. System Administrator Erogo, Inc. www.erogo.com Contact Info: Email: [EMAIL PROTECTED] Office: (714) 832- x150 Cell: (714) 454-6763 -- PHP Database Mailing

[PHP-DB] CGI or API installation?

2001-07-13 Thread Ken Sommers
Hello, How to tell if php4 is installed as a CGI or API module) installation? will phpinfo() tell me? thanks , Ken -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

Re: [PHP-DB] RE: PHP Mysql apache economy hosting

2001-07-13 Thread Indri
Try http://www.aletiahosting.com/. I have my sites hosted by them. Excellent support especially the ones via AIM/ICQ. The people are always around to answer your questions. Plans start at $9.95/month. Hope this helps. Best wishes, Indri -Original Message- From: Ken Sommers

RE: [PHP-DB] display errors

2001-07-13 Thread Matthew Loff
I'm assuiming this means you're pulling the name from the DB and putting it as the value of a text input, as in: INPUT TYPE=TEXT NAME=name VALUE=$name The quotes should fix that problem. -Original Message- From: Christopher Hebert [mailto:[EMAIL PROTECTED]] Sent: Thursday, July

Odp: [PHP-DB] Interbase/PHP/Apache implimentation

2001-07-13 Thread Jarek Zgoda
Od: "Jordan" [EMAIL PROTECTED] Temat: [PHP-DB] Interbase/PHP/Apache implimentation So my question is this: Can DBMS support be enabled using the extension=php_interbase.dll directive in the php.ini file (as opposed to MySQL, where support is built in) ONLY while in CGI mode? Will the