Re: [PHP] Re: Etiquette

2003-02-04 Thread Götz Lohmsnn
Luke Woollard schrieb: > Chill out. It's only PHP programming. > :) > > > -Original Message- > From: Philip Olson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 4 February 2003 2:56 PM > To: Chris Shiflett > Cc: Sunfire; Todd Barr; [EMAIL PROTECTED] > Subject: [PHP] Re: Etiquette > > > On

[PHP] Re: Socket error connecting to mySQL

2003-02-04 Thread Götz Lohmsnn
Bryan Lipscy schrieb: > $db= @mysql_pconnect ( $DB_HOST , $DB_USER , $DB_PASS ); > @mysql_select_db ( $DB_DB ) or die ( "DATABASE ERROR!".mysql_error() ); > > Returns DATABASE ERROR!Can't connect to local MySQL server through > socket '/tmp/mysql.sock' (2) > > MySQL server exists on a Win2ksp3 b

Re: [PHP] Which link was selected?

2003-02-04 Thread Götz Lohmsnn
Leonard Burton schrieb: > Greetings, > > You ought to make your link something like > www.foo.com/products.php?autoid=105. and then make a query on your page > that displays the pics based on an autoincrement number in your table. > > You ought to be able to make the code something like: > > //

[PHP] Re: Which link was selected?

2003-02-04 Thread Götz Lohmsnn
Karina S schrieb: > Hi, > > I put pictures from a database ont the page about my products. If the user > click on a picture I want to give a detailed description about the product. > But how can I get, which picture was selected? > > Thanks > > if your images are named like PicNr000.png, PicNr

[PHP] Re: Installation & Configuration Question

2003-01-30 Thread Götz Lohmsnn
Mike At Spy schrieb: > Has anyone ever had an issue where PHP, for whatever reason, stopped > .htaccess files from working? > > Thanks, > > -Mike > > maybe using reserved words in the .htaccess which belong to PHP ? what is in the htacces ? sorry not enough informations to get a hint ... --