Re: [PHP] Writing Files (Unix, Apache, PHP 4.0.X) [Newbie Alert]

2002-06-01 Thread Jason Teagle
renaming the new to replace it Sorry for all the questions, trying to get a grip on it. I'm used to C(++) and local programs, so I don't get this problem {:v) -- _ _ o o Jason Teagle [EMAIL PROTE

[PHP] Re: Not sure how to loop this...(Newbie)

2002-06-01 Thread Jason Teagle
so needs looping? -- _ _ o o Jason Teagle [EMAIL PROTECTED] v -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Variables - Using The Contents Of A Varibale Name Built Dynamically

2002-06-01 Thread Jason Teagle
to my built-up name - but I was wondering if there's a more elegant way of doing what I wanted? Promise my next question to the group will be short {:v) -- _ _ o oJason Teagle [EMAIL PROTECTED] v

[PHP] Re: Variables - Using The Contents Of A Varibale Name Built Dynamically

2002-06-02 Thread Jason Teagle
the data being submitted. Just a thought... it is what I usually do... Won't that treat all radio buttons on the page as one group, instead of being separate groups for each form? -- _ _ o o Jason Teagle [EMAIL PROTE

[PHP] Re: echoing two varibles(newbie)

2002-06-03 Thread Jason Teagle
s: echo This is $DOCUMENT_ROOT at $row['location'].BR; or bundle them together as a string: echo This is . $DOCUMENT_ROOT . at . $row['location'] . .BR; You can shove as many variables as you like into the string like this... -- _ _ o o Jason Teagle

[PHP] Re: newbie help please

2002-06-03 Thread Jason Teagle
sue-name'), and $value will be the value held at that entry. -- _ _ o o Jason Teagle [EMAIL PROTECTED] v -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: 'Pure' php vs 'mixed' (html + php)

2002-06-03 Thread Jason Teagle
hat data... but with pure, the only source on the page is what PHP actually prints out, so they won't see anything they shouldn't. -- _ _ o o Jason Teagle [EMAIL PROTECTED] v -- PHP General Mailing Li

[PHP] Re: PHP Hex Numbers

2002-06-03 Thread Jason Teagle
unsigned. -- _ _ o o Jason Teagle [EMAIL PROTECTED] v -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: 'Pure' php vs 'mixed' (html + php)

2002-06-03 Thread Jason Teagle
not appear if the 'if' test fails. Sorry to have misled you (I learned something today!). -- _ _ o oJason Teagle [EMAIL PROTECTED] v -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Re: PHP Hex Numbers

2002-06-03 Thread Jason Teagle
- Original Message - From: Jonathan Rosenberg [EMAIL PROTECTED] To: Jason Teagle [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, June 03, 2002 3:18 PM Subject: RE: [PHP] Re: PHP Hex Numbers When doing arithmetic in code, you should always be prepared to handle signed

[PHP] CHM Form Of PHP Manual? (Was: [PHP] Question regarding :: syntax)

2002-06-03 Thread Jason Teagle
? I find self-contained help files s much easier... _ _ o oJason Teagle [EMAIL PROTECTED] v -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] CHM Form Of PHP Manual? (Was: [PHP] Question regarding :: syntax)

2002-06-03 Thread Jason Teagle
://www.php.net/download-docs.php Hmmm... I swear I tried downloading that version (English) before and it didn't work - but it is fine this time. Thanks. _ _ o oJason Teagle [EMAIL PROTECTED] v -- PHP

[PHP] MySQL - Creating The Database

2002-06-04 Thread Jason Teagle
downloading the full server - I don't _need_ the server, only a way to create a DB {:v( _ _ o oJason Teagle [EMAIL PROTECTED] v -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] MySQL - Creating The Database

2002-06-04 Thread Jason Teagle
it. That's no problem for me - I'm testing directly on the (remote) host anyway. Better to test where it's going to be finally then get it all working perfectly here and find it doesn't work there {:v) _ _ o oJason Teagle [EMAIL PROTECTED] v

Re: [PHP] MySQL - Creating The Database

2002-06-04 Thread Jason Teagle
of it. _ _ o oJason Teagle [EMAIL PROTECTED] v -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] MySQL - Creating The Database

2002-06-04 Thread Jason Teagle
- Original Message - From: David Freeman [EMAIL PROTECTED] To: 'Jason Teagle' [EMAIL PROTECTED]; 'PHP Mailing List' [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 1:58 PM Subject: RE: [PHP] MySQL - Creating The Database How very sad. It's not new - I've seen things like this on many