RE: [PHP-WIN] combo boxes

2003-07-23 Thread Peter Houchin
Raul, Thank you very much for your help it works like a charm :) -- Peter Houchin Sun Rentals -Original Message- From: Raul IONESCU [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 July 2003 4:52 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] combo boxes Be more specific. Send

[PHP-WIN] Listing directory files in individual cells in a html table

2003-07-22 Thread Peter Houchin
Howdy I have a script that lists files from a directory. What I want to do is spilt the result up so that files are displayed into a html table that is 8 colums wide and how ever many rows are needed. ( my script is below ) Any help would be aprechiated Cheers Peter Heres my script $dir/

RE: [PHP-WIN] i need help with an undefined variable

2002-10-01 Thread Peter Houchin
t; Sent: Wednesday, 2 October 2002 1:43 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] i need help with an undefined variable > > > Like i said, the other server understood it at a function of the > address bar > so if index.php?game=foobar then $game = foobar and it would

RE: [PHP-WIN] i need help with an undefined variable

2002-10-01 Thread Peter Houchin
how r u getting $game? that's the undefind var. > -Original Message- > From: Anyang [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 2 October 2002 11:38 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] i need help with an undefined variable > > > I wrote a php script for a page that I hosted

RE: [PHP-WIN] re-initiating a sesion

2002-08-25 Thread Peter Houchin
on the top of every pages that you need the sessions make sure you have session_start() put this before any html out put and you shouldn't have any problems > -Original Message- > From: Kieran Hall [mailto:[EMAIL PROTECTED]] > Sent: Monday, 26 August 2002 9:01 AM > To: [EMAIL PROTECTED] >

[PHP-WIN] RE: [PHP] INSERT into MSSQL Server

2001-02-13 Thread Peter Houchin
in mysql i'd treat them as a char or varchar i would assume it would be the same in MSSQL -Original Message- From: Conover, Ryan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 9:32 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] INSERT into MSSQL Server I tryin