RE: [PHP] trying to get a certain num of rows in mysql

2002-10-13 Thread Timothy J Hitchens
Look at limit... eg Select * from xyz limit 1,5 Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Pablo Oliva [mailto:[EMAIL PROTECTED]] Sent: Sunday, 13 October 2002 8:44 AM To: [EMAIL PROTECTED] Subject: [PHP] trying to get a certain num of

RE: [PHP] Converting audio files and display/play in browser

2002-10-11 Thread Timothy J Hitchens
October 2002 6:31 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Converting audio files and display/play in browser Excellent! Works like a charm. Thanks for your speedy help Timothy. Regards, Thomas "Timothy J Hitchens" <[EMAIL PROTECTED]> wrote in message 005f01c27162$0804c820$

RE: [PHP] Converting audio files and display/play in browser

2002-10-11 Thread Timothy J Hitchens
ut I'm not sure how to get the browser to read the converted file once it's ready. "Timothy J Hitchens" <[EMAIL PROTECTED]> wrote in message 005301c27159$483dc170$0500a8c0@BAMBINO">news:005301c27159$483dc170$0500a8c0@BAMBINO... > Why don't you call your c

RE: [PHP] Converting audio files and display/play in browser

2002-10-11 Thread Timothy J Hitchens
Why don't you call your converter then pipe out to a file... the then send headers for that type of file and readfile to the browser.. Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Thomas Nilsen [mailto:[EMAIL PROTECTED]] Sent: Saturday,

RE: [PHP] Refresh my Memory

2002-10-10 Thread Timothy J Hitchens
You will need to use Javascript... NOT PHP.. Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Stephen [mailto:[EMAIL PROTECTED]] Sent: Friday, 11 October 2002 8:05 AM To: PHP List Subject: [PHP] Refresh my Memory Hello, I forget exactly h

RE: [PHP] connecting to a txt file - newbie

2002-10-10 Thread Timothy J Hitchens
Try: Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: jennifer [mailto:[EMAIL PROTECTED]] Sent: Friday, 11 October 2002 12:14 AM To: [EMAIL PROTECTED] Subject: [PHP] connecting to a txt file - newbie good morning, im having some issues

RE: [PHP] NewB PHP / mysql Q

2002-10-10 Thread Timothy J Hitchens
Try this.. select u.id, u.lname as lastname, u.frname as firstname, ... etc oh and the reason you get an error is that you can't have a dot in a variable etc... Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: inpho [mailto:[EMAIL PROTECTE

RE: [PHP] how to ping

2002-10-10 Thread Timothy J Hitchens
Use a call out to a shell ... eg $result = `ping x.xy.z.i`; oh and you may need to use a path and capture the stand out.. as well. Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Achi [mailto:[EMAIL PROTECTED]] Sent: Thursday, 10 October

RE: [PHP] My boss wants to know...

2002-10-09 Thread Timothy J Hitchens
Look at the odbc access using php: http://www.php.net/manual/en/ref.odbc.php You will still need to have a windows box with odbc to your webserver.. pref unixish.. Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Randum Ian [mailto:[EMAIL

RE: [PHP] Spiders, Sessions, trans SID, and mod_rewrite

2002-10-09 Thread Timothy J Hitchens
I would suggest that you look at php as the total solution not mod_rewrite that way you have access to include the PHPSESS information into the URL directly eg: http://www.yourhost.com/application/first_name/john/sess_id/99f9f99f9f9f 9ijfjf9f/cart_full/yes You can achieve this by reading the fol

RE: [PHP] POST method not allowed

2002-10-09 Thread Timothy J Hitchens
PROTECTED] Subject: Re: [PHP] POST method not allowed "Timothy J Hitchens" <[EMAIL PROTECTED]> wrote in message 006c01c26f7b$529a7530$0500a8c0@BAMBINO">news:006c01c26f7b$529a7530$0500a8c0@BAMBINO... > Are you sure that .php3 files are being processed by PHP ??? >

RE: [PHP] POST method not allowed

2002-10-09 Thread Timothy J Hitchens
Are you sure that .php3 files are being processed by PHP ??? Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Muhammad Khairuzzaman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 9 October 2002 12:54 PM To: [EMAIL PROTECTED] Subject: [PHP] POST

RE: [PHP] how to create files??

2002-10-09 Thread Timothy J Hitchens
If the script is in the same directory just try either "{file}" nothing in front or "./{file}" What function are you using to create files? Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Aidal [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: [PHP] Mail

2002-10-09 Thread Timothy J Hitchens
Get a SMTP sender class.. have a look at www.zend.com Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Steel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 9 October 2002 7:32 PM To: [EMAIL PROTECTED] Subject: [PHP] Mail Hi group, I have a p

RE: [PHP] Calling C functions

2002-10-08 Thread Timothy J Hitchens
If it is a command line executable just do: Notice the backward ` they send it to the shell. Have fun!! Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Sharad Tiwari [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 9 October 2002 1:07 PM To

RE: [PHP] register_global variables on Mac OS X

2002-10-08 Thread Timothy J Hitchens
Make a page with then display the page threw the server into the browser... and it should like the location in the top area. Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Jule Slootbeek [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 9 Oct

RE: [PHP] Re: PHP to Excel (csv)

2002-10-07 Thread Timothy J Hitchens
If it is in Mysql format why not reimport into a database and write an export script... that does the work? Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Owen Prime [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 8 October 2002 4:31 PM To: [EM

RE: [PHP] Referrer

2002-10-07 Thread Timothy J Hitchens
You can't know the name of the script but you can know the complete URI (if available) $_SERVER['HTTP_REFERER'] Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Alex Shi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 8 October 2002 9:39 AM To: [E

RE: [PHP] page expires

2002-10-07 Thread Timothy J Hitchens
You have posted data from a previous page into this page.. "FORM" Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Wilbert Enserink [mailto:[EMAIL PROTECTED]] Sent: Monday, 7 October 2002 5:48 PM To: [EMAIL PROTECTED] Subject: [PHP] page exp

RE: [PHP] server error sending email from script

2002-10-06 Thread Timothy J Hitchens
I don't use Windows for development/production but I read somewhere that you needed to set in your php.ini for windows a config for either the host server that had email capabilities. That's all I can offer. Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Mes

RE: [PHP] How to drop a element from an array

2002-10-06 Thread Timothy J Hitchens
is to say not to cost too much memery. Alex Shi "Timothy J Hitchens" <[EMAIL PROTECTED]> дÈëÏûÏ¢ÐÂÎÅ :002e01c26d89$780c14c0$[EMAIL PROTECTED] > Hint... look at array_push etc (like a stack) > > > Timothy Hitchens (HITCHO) > [EMAIL PROTECTED] > > HITCHO has S

RE: [PHP] How to drop a element from an array

2002-10-06 Thread Timothy J Hitchens
Hint... look at array_push etc (like a stack) Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Alex Shi [mailto:[EMAIL PROTECTED]] Sent: Monday, 7 October 2002 8:35 AM To: [EMAIL PROTECTED] Subject: [PHP] How to drop a element from an array

RE: [PHP] post(ing) data without a form

2002-10-05 Thread Timothy J Hitchens
The other thing.. the header will redirect and the rest won't happen??? > header ( 'Location: ../test/test.php' ); Just out of interest sake do you or not have register global on/off?? Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Pablo

RE: [PHP] Findng a pattern

2002-10-04 Thread Timothy J Hitchens
ll always have the same meaning. "Timothy J Hitchens" <[EMAIL PROTECTED]> wrote in message 001101c26c2b$55adc400$0500a8c0@BAMBINO">news:001101c26c2b$55adc400$0500a8c0@BAMBINO... > Are the value in the same order each time? > > > Timothy Hitch

RE: [PHP] Findng a pattern

2002-10-04 Thread Timothy J Hitchens
Are the value in the same order each time? Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent: Saturday, 5 October 2002 2:44 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Findng a pattern Thanks, but I don

RE: [PHP] Findng a pattern

2002-10-04 Thread Timothy J Hitchens
Are you saying you want to be able to extract the numbers etc? Timothy Hitchens (HiTCHO) [EMAIL PROTECTED] HiTCHO has Spoken! -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent: Saturday, 5 October 2002 2:36 PM To: [EMAIL PROTECTED] Subject: [PHP] Findng a pattern D

RE: [PHP] Re: access denied

2002-10-04 Thread Timothy J Hitchens
Please don't 777 anything... do you have shell access (if platform/access supports it) login and and see what the perms are and work on the problem don't hammer it with a fix all. Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Chen Shuang [