[PHP] newbie help please

2002-06-02 Thread Christopher J. Crane
$Tags['issue-name']. So I could print it out. Something like, print "$Tags['issue-name']\n"; I was able to get a numerical representation of the array like, $Tags[5] and the value of that tag was "RED HAT", but then I would have to know what the position of the data I am looking for in the array.

Re: [PHP] Newbie help please!

2002-05-15 Thread John
echo $username; > echo $password; > ?> > > -Original Message- > From: John [mailto:[EMAIL PROTECTED]] > Sent: Wed, 15 May 2002 16:46 > To: [EMAIL PROTECTED] > Subject: [PHP] Newbie help please! > > > Hello, > > I am about 3 hrs old with php and

RE: [PHP] Newbie help please!

2002-05-15 Thread Brian McGarvie
or this -Original Message- From: Tommy Claasens - Q Data KZN [mailto:[EMAIL PROTECTED]] Sent: 15 May 2002 15:57 To: John; [EMAIL PROTECTED] Subject: RE: [PHP] Newbie help please! Hi, Try this -Original Message- From: John [mailto:[EMAIL PROTECTED]] Sent: Wed, 15 May

RE: [PHP] Newbie help please!

2002-05-15 Thread Collins, Robert
this will do it: Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Email : [EMAIL PROTECTED] -Original Message- From: John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 9:46 AM To: [EMAIL PROTECTED] Subject: [PHP] Newbie help

RE: [PHP] Newbie help please!

2002-05-15 Thread Jay Blanchard
[snip] test.html code Untitled Click here test.php code [/snip] $user will be 'admin' $pass will be '123456' You made an attempt to change the variable names, so you should have done this; HTH! Jay -- PHP General Mailing List (http://www.php.net/) To unsu

RE: [PHP] Newbie help please!

2002-05-15 Thread Tommy Claasens - Q Data KZN
Hi, Try this -Original Message- From: John [mailto:[EMAIL PROTECTED]] Sent: Wed, 15 May 2002 16:46 To: [EMAIL PROTECTED] Subject: [PHP] Newbie help please! Hello, I am about 3 hrs old with php and have a very simple question. I have a test.html page that is just an href

[PHP] Newbie help please!

2002-05-15 Thread John
Hello, I am about 3 hrs old with php and have a very simple question. I have a test.html page that is just an href and I want to put the variables into php variables on the next page but I get an error. Could someone please correct my code or tell me what is wrong. We use IIS NT 4.0 MySQL

RE: [PHP] Newbie Help!! Please Look!

2001-04-19 Thread Si
i can honestly recommend phped, infact im amazed no one else has mentioned it. Great win32 php programming ide. hint: ignore the project stuff in it tho as it kinda sucks ;-) you can grab it from here http://www.soysal.com/PHPEd/ Si. -- PHP General Mailing List (http://www.php.net/) To uns

Re: [PHP] Newbie Help!! Please Look!

2001-04-19 Thread Geir Eivind Mork
On Thursday 19 April 2001 05:18, Tony Daniels wrote: > I need to know if there is a program out there that I can use to edit > the PHP files. I use CuteFTP to download the files from my server as I www.homesite.com www.ultraedit.com www.slickedit.com I assume this have uploadfeatures, atleast

Re: [PHP] Newbie Help!! Please Look!

2001-04-19 Thread Adrian D'Costa
use wordpad. Adrian On Wed, 18 Apr 2001, Tony Daniels wrote: > I used notepad and it shows some weird symbols like darkened in squares. That > is why I was wondering if there was a specific program. Is there any way to > get rid of the squares? > > Thank for your help. > > Jason Murray wr

Re: [PHP] Newbie Help!! Please Look!

2001-04-19 Thread elias
Want my advise? go to www.editplus.com and download that lovely editor! PHP syntax highlighting+ HTML+JavaScript and even alot of other features, beside! it got an internal FTP uploading feature... -elias http://www.kameelah.org/eassoft "Tony Daniels" <[EMAIL PROTECTED]> wrote in message [EMAIL

Re: [PHP] Newbie Help!! Please Look!

2001-04-18 Thread chris herring
forgot to mention that ascii/binary is auto in cuteftp - Original Message - From: "chris herring" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 1:51 AM Subject: Re: [PHP] Newbie Help!! Please Look! > right up my alley... I use cut

Re: [PHP] Newbie Help!! Please Look!

2001-04-18 Thread chris herring
From: "Tony Daniels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 10:18 PM Subject: [PHP] Newbie Help!! Please Look! > Hello, > > I need to know if there is a program out there that I can use to edit > the PHP files. I use Cute

Re: [PHP] Newbie Help!! Please Look!

2001-04-18 Thread Brian Clark
Hi Tony, @ 11:24:30 PM on 4/18/2001, Tony Daniels wrote: > I used notepad and it shows some weird symbols like darkened in > squares. That is why I was wondering if there was a specific > program. Is there any way to get rid of the squares? Those are 'end of line characters' that your Operating

RE: [PHP] Newbie Help!! Please Look!

2001-04-18 Thread Jack Dempsey
ailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 18, 2001 11:18 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Newbie Help!! Please Look! > > Hello, > > I need to know if there is a program out there that I can use to edit > the PHP files. I use CuteFTP to download the files from

Re: [PHP] Newbie Help!! Please Look!

2001-04-18 Thread Tony Daniels
Ah, that helps tons. Thank you!! Jason Murray wrote: > > I used notepad and it shows some weird symbols like darkened > > in squares. That is why I was wondering if there was a specific > > program. Is there any way to get rid of the squares? > > The squares are characters Notepad doesn't rec

RE: [PHP] Newbie Help!! Please Look!

2001-04-18 Thread Jason Murray
> I used notepad and it shows some weird symbols like darkened > in squares. That is why I was wondering if there was a specific > program. Is there any way to get rid of the squares? The squares are characters Notepad doesn't recognise. If you see them in anything, not just PHP files, open

RE: [PHP] Newbie Help!! Please Look!

2001-04-18 Thread Jason Lotito
> -Original Message- > From: Tony Daniels [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 18, 2001 8:18 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Newbie Help!! Please Look! > > > Hello, > > I need to know if there is a program out there that I c

Re: [PHP] Newbie Help!! Please Look!

2001-04-18 Thread Tony Daniels
iles, but when coding anything, > I find it easier to just telnet in and use pico (now I submit to flames from > BOTH the vi and emacs lovers =P ) > > best of luck, > jack > > -Original Message- > From: Tony Daniels [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April

Re: [PHP] Newbie Help!! Please Look!

2001-04-18 Thread Tony Daniels
I used notepad and it shows some weird symbols like darkened in squares. That is why I was wondering if there was a specific program. Is there any way to get rid of the squares? Thank for your help. Jason Murray wrote: > > I need to know if there is a program out there that I can use to edit

RE: [PHP] Newbie Help!! Please Look!

2001-04-18 Thread Jack Dempsey
riginal Message- From: Tony Daniels [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 11:18 PM To: [EMAIL PROTECTED] Subject: [PHP] Newbie Help!! Please Look! Hello, I need to know if there is a program out there that I can use to edit the PHP files. I use CuteFTP to download the files

RE: [PHP] Newbie Help!! Please Look!

2001-04-18 Thread Jason Murray
> I need to know if there is a program out there that I can use to edit > the PHP files. I use CuteFTP to download the files from my server as I > need to change some wording around from time to time. Does anyone know > the correct procedure for downloading a php file with CuteFTP and then a > p

[PHP] Newbie Help!! Please Look!

2001-04-18 Thread Tony Daniels
Hello, I need to know if there is a program out there that I can use to edit the PHP files. I use CuteFTP to download the files from my server as I need to change some wording around from time to time. Does anyone know the correct procedure for downloading a php file with CuteFTP and then a pro