RE: [PHP] Can someone explain this?

2004-06-09 Thread Ford, Mike [LSS]
On 08 June 2004 19:00, René Fournier wrote: > OK, that makes sense. But here's the problem: I receive binary data > from SuperSPARC (big-endian), which I need to unpack according to > certain documented type definitions. For example, let's say that $msg > has the value "3961595508" and is packed a

[PHP] Remote include

2004-06-09 Thread Tumurbaatar S.
I need to include in my PHP code a script located at a remote web server. The script is also PHP and contains some functions and class definitions. Because the remote server also use PHP, I've changed my include file extension ("php") to something other (e.g. "inc"). Because I'm afraid that the ser

[PHP] multiple php.ini

2004-06-09 Thread Vincent DUPONT
Hi, We need to install one windows 203 server with various versions of the same application. The versions will be held in disticnt web sites on this server. In order to point to the different application versions, I need to point the include_path to the right php scripts (in distinct folder by

[PHP] controling mjpg streams

2004-06-09 Thread Tom Playford
Dear list, I need to restrict access to a mjpeg stream coming from Axis camera. My site uses sessions to authenmticate users throughout it's pages. Is there a way (using phps stream support?) to somhow proxy this video stream from the camera (internal network) to an user on the web providing th

Re: [PHP] multiple php.ini

2004-06-09 Thread Jordi Canals
Vincent DUPONT wrote: We need to install one windows 203 server with various versions of the same application. The versions will be held in disticnt web sites on this server. In order to point to the different application versions, I need to point the include_path to the right php scripts (in dist

RE: [PHP] Adding colours and borders for the excel sheet?

2004-06-09 Thread electroteque
have u looked at the pear excel spreadsheet writer ? one of the best things ever made IMHO > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 09, 2004 3:45 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [PHP] Adding colours and b

[PHP] PHP

2004-06-09 Thread Cheung Pui Pan
Dear Sir/Madam, I would like to make a page on which people may add records to a table and view them (As my web server does not support MYSQL, I may have to do it on text files). I would also like to sort them by descending order of time. Can you please tell me which functions are available for th

[PHP] [Newbie Guide] For the benefit of new members

2004-06-09 Thread Ma Siva Kumar
=== Please feel free to add more points and send to the list. === 1. If you have any queries/problems about PHP try http://www.php.net/manual/en first. You can download a copy and use it offline also. Please also try htt

Re: [PHP] previous page

2004-06-09 Thread cab
Larry, Thanks all makes sense, but, if I add this: I don't get anything back when the page is called? Cab "Larry E . Ullman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I have a .php page I don't want anyone being able to just open it > > unless > > they've been through a pr

Re: [PHP] previous page

2004-06-09 Thread Larry E . Ullman
Thanks all makes sense, but, if I add this: I don't get anything back when the page is called? Yes, that can happen, which is why I said it wasn't perfect. I think using some sort of form to go through is the better option. Larry -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Hokki =)

2004-06-09 Thread John Nichel
Chris W. Parker wrote: [EMAIL PROTECTED] on Tuesday, June 08, 2004 3:37 PM said: Looking forward for a response :P pass: 74434 i are also looking forward for the response! please send immediately! regards's, julio. Pardon my ignorance, but what in the world is this

Re: [PHP] previous page

2004-06-09 Thread Daniel Clark
Then you could set a hidden form variable or set a sesssion variable on the previous page. >>Larry, >> >>Thanks all makes sense, but, if I add this: >>>echo($_SERVER['HTTP_REFERRER']); >>?> >>I don't get anything back when the page is called? >> >>Cab >> >>"Larry E . Ullman" <[EMAIL PROTECTED]> w

Re: [PHP] Adding colours and borders for the excel sheet?

2004-06-09 Thread John Nichel
[EMAIL PROTECTED] wrote: Hi, Is it possible to add a color, making the borders to cells in the excel sheet? Any help would be appreciated. Thanks Balaji Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive

Re: [PHP] previous page

2004-06-09 Thread Steve Douville
Try: $_SERVER['HTTP_REFERER'] You misspelled it... - Original Message - From: "Larry E. Ullman" <[EMAIL PROTECTED]> To: "cab" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, June 09, 2004 8:46 AM Subject: Re: [PHP] previous page > > Thanks all makes sense, but, if I add th

Re: [PHP] PHP

2004-06-09 Thread John Nichel
Cheung Pui Pan wrote: Dear Sir/Madam, I would like to make a page on which people may add records to a table and view them (As my web server does not support MYSQL, I may have to do it on text files). I would also like to sort them by descending order of time. Can you please tell me which functions

Re: [PHP] multiple php.ini

2004-06-09 Thread John Nichel
Vincent DUPONT wrote: Hi, We need to install one windows 203 server with various versions of the same application. The versions will be held in disticnt web sites on this server. In order to point to the different application versions, I need to point the include_path to the right php scripts (in

Re: [PHP] previous page

2004-06-09 Thread cab
Was ready after searching www.google.com and yes your right about the incorrect spelling of the variable. I also found that some firewalls block the information. So, I now have to go back to the drawing board and build the form. Easy if it was as simple as a form and a submit button but this is

RE: [PHP] Remote include

2004-06-09 Thread James Harrell
Greetings Tumurbaatar, That would work- and you shouldn't need any special mime types; URL_fopen must be on and you simply use include() to get the remote file read into the current one and executed. But I highly suggest you find an alternative method- since this can expose you to several securit

[PHP] Possible to Google search the news.php.net past post with keywords???

2004-06-09 Thread Scott Fletcher
I'm wondering if it is possible to use Google search to search in hte news.php.net's past posting by using the keyword. If so, then how can it be done? Example of keywords. Etc.. Thanks, FletchSOD -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

Re: [PHP] Possible to Google search the news.php.net past post with keywords???

2004-06-09 Thread John Nichel
Scott Fletcher wrote: I'm wondering if it is possible to use Google search to search in hte news.php.net's past posting by using the keyword. If so, then how can it be done? Example of keywords. Etc.. Thanks, FletchSOD You mean like putting your keywords site:news.php.net In the google sear

[PHP] mysql_select_db returned access denied error...

2004-06-09 Thread Scott Fletcher
Hi! When I use the mysql_connect(), it was connected successfully. The next step I need to do is to use a database via mysql_select_db(). Problem is I get the access denied error from MySQL. It sure look like privileges is not setted up right. Am I right? If so then which column in the 'u

Re: [PHP] Possible to Google search the news.php.net past post with keywords???

2004-06-09 Thread Scott Fletcher
Thanks.. That does work. I just never did the Google search of a newsgroup or Mailing List before, so I had no idea now to do that exactly. Thanks a million.. FletchSOD... "John Nichel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Scott Fletcher wrote: > > I'm wondering if it

[PHP] Re: sessions handling

2004-06-09 Thread Fred
Dmitry Ruban wrote: Hi folks, We have two instances of apache/mod_php running on 80 and 443 ports accordingly. For both mod_php we have the same dir (/tmp) to store session information. Is it possible to mix sessions data up if user switches between 80 and 443 ports? I mean what if when user surfs

[PHP] Better Speedbar support in Emacs for PHP?

2004-06-09 Thread Fred
Does anyone know of any efforts (or code!) to better support Class browsing in the Speedbar for PHP? The only one I know of does a very poor job at tracking classes and their methods in PHP. Emacs is such a powerful and capable text editor. The removal of this one wrinkle would make my developm

Re: [PHP] PHP

2004-06-09 Thread Tom Rogers
Hi, Wednesday, June 9, 2004, 7:03:23 PM, you wrote: CPP> Dear Sir/Madam, CPP> I would like to make a page on which people may add records to a table and CPP> view them (As my web server does not support MYSQL, I may have to do it on CPP> text files). I would also like to sort them by descending o

Re: [PHP] previous page

2004-06-09 Thread Fred
Larry E . Ullman wrote: Thanks all makes sense, but, if I add this: I don't get anything back when the page is called? Yes, that can happen, which is why I said it wasn't perfect. I think using some sort of form to go through is the better option. Larry You can use session tracking to accomplis

RE: [PHP] Hokki =)

2004-06-09 Thread Chris W. Parker
John Nichel on Wednesday, June 09, 2004 6:06 AM said: > Pardon my ignorance, but what in the world is this about? i think it's spam. and the response that was supposedly sent by me was actually sent by my long lost evil twin brother Julio. chris. -- PHP General

Re: [PHP] Possible to Google search the news.php.net past post with keywords???

2004-06-09 Thread Curt Zirzow
* Thus wrote Scott Fletcher ([EMAIL PROTECTED]): > I'm wondering if it is possible to use Google search to search in hte > news.php.net's past posting by using the keyword. If so, then how can it be > done? Example of keywords. Etc.. Or you could use google groups http://groups.google.com/gro

Re: [PHP] Converting Hex to RGB

2004-06-09 Thread Ashwin Purohit
Chris, I think that maybe the function imagecreatetruecolor() is the problem; I'll try just imagecreate instead when I get home. Thanks, Ashwin Purohit. _ MSN 9 Dial-up Internet Access fights spam and pop-ups – now 3 months FREE! ht

[PHP] <![CDATA[HOTEL AC MALAGA PALACIO]]>

2004-06-09 Thread Diana Castillo
anyone know why my parser is not reading just the internal part of this tag? Is the cdata in the correct format? -- Diana Castillo Global Reservas, S.L. C/Granvia 22 dcdo 4-dcha 28013 Madrid-Spain Tel : 00-34-913604039 Fax : 00-34-915228673 email: [EMAIL PROTEC

[PHP] Simple cms type system

2004-06-09 Thread Ryan A
Hi, A while back I started a thread for "lasso" as a client wanted a site translated to english, still in talks with that client and he is willing to let me do it in pure PHP instead as I dont know lasso and not very keen on buying one of their licences. Anyway, it seems that the client has a con

RE: [PHP] Simple cms type system

2004-06-09 Thread James Harrell
Hi Ryan, Ours isn't open source, but does come with source available for the display modules: http://celestia.cbstech.com You can strip down what features are available by removing modules from the core system. Only replying with a plug of our own product since it was specifically asked for. Is t

[PHP] file knowing its own directory

2004-06-09 Thread Dennis Gearon
please CC me 'cause I am on digest the scenario: three files: .htaccess has line saying "php_prepend 'true_filesystem_location_php_prepend_file' " prepend.php (aforementioned prepend file) has line saying "include file_a.php" file_a.php has line sayi

RE: [PHP] Simple cms type system

2004-06-09 Thread Chris W. Parker
James Harrell on Wednesday, June 09, 2004 12:04 PM said: > Hi Ryan, > > Ours isn't open source, but does come with source available > for the display modules: http://celestia.cbstech.com > You can strip down what features are available by removing > modules from the

Re: [PHP] file knowing its own directory

2004-06-09 Thread Matt Matijevich
[snip] So, what do I replace I_NEED_A_FUNCTION_HERE with? [/snip] not eaxatly sure what the question is. Couldn't you use getcwd ? That would give you current working directory -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] homebrew mailing list security

2004-06-09 Thread Chris W. Parker
hello. i'm currently working on a mailing list app for my company to have one central place to manage our mailing list(s). at first it was going to purely be a place for our staff to manage our list. but then i got to thinking that it would be very convenient to take a lot of the management overhe

[PHP] Expedia.com

2004-06-09 Thread René Fournier
When Expedia.com is searching for flights, it displays a page with a little animated GIF progress bar, then display the results. How do they do that? How does the page sit idle until the query is finished, and then sends a new page with the results? I was thinking that they might use HTTP-REFRE

[PHP] Re: Expedia.com

2004-06-09 Thread Torsten Roehr
Showing a load page is quite simple. After submitting the search form don't directly start processing but forward to another page which does the processing. So the load page is being shown and only then the processing starts and the load page will stay until the processing is done: page 1: submit

RE: [PHP] Expedia.com

2004-06-09 Thread James Harrell
Hi Rene, Here's a thought- make your animated gif that's a "grow-bar" that fills from left to right. Maybe it maxes out at 99% or loops back around to 0 after reaching 100. :) Display this at the top of the screen - but not within a table that is part of the results display. More on why shortly.

RE: [PHP] Simple cms type system

2004-06-09 Thread Ryan A
On 6/9/2004 9:04:07 PM, James Harrell ([EMAIL PROTECTED]) wrote: > Hi Ryan, > > Ours > isn't open source, but does come with source available > for the display modules: http://celestia.cbstech.com > You can strip down what features are available by removing > modules from the core system. > > On

RE: [PHP] Simple cms type system

2004-06-09 Thread Aaron Wolski
> Hey James, > If its not open source...is it at least free? > Thanks, > -Ryan Not sure why this matters? If his product can do the job what does it matter if it costs money or not? Even if it does cost money... you get a solution that solves your client business problem. You don't have to spend

[PHP] Refresh a frame?

2004-06-09 Thread Robert Sossomon
I am in need of a way to reload a page within a frame as the other frames are used to modify the information. I have a 3-frame site now that I am using 1 frame as a list, another frame to add the information, and the 3rd frame to show the results of the 2nd frame. I know how to do the location: U

[PHP] Undefined index ???

2004-06-09 Thread Michael Jonsson
Hi Why do I get an error if the $_SESSION['user_status'] is NULL ??? Script## session_start(); echo $_SESSION['user_status']; #error## Notice: Undefined index: user_status in /var/www/itmdata/include/include.php on line 13 Regards Micke -- PHP General Mailing List (http://www.php

[PHP] Re: Undefined index ???

2004-06-09 Thread Torsten Roehr
"Michael Jonsson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > > Why do I get an error if the $_SESSION['user_status'] is NULL ??? > > > Script## > session_start(); > echo $_SESSION['user_status']; > > > #error## > Notice: Undefined index: user_status in > /var

[PHP] Re: Refresh a frame?

2004-06-09 Thread Torsten Roehr
"Robert Sossomon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am in need of a way to reload a page within a frame as the other > frames are used to modify the information. > > I have a 3-frame site now that I am using 1 frame as a list, another > frame to add the information, an

RE: [PHP] Simple cms type system

2004-06-09 Thread James Harrell
>Hey James, >If its not open source...is it at least free? >Thanks, >-Ryan No, it's a commercial product. James -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Undefined index ???

2004-06-09 Thread Michael Jonsson
No, it's not set to NULL it just emty... .M Torsten Roehr wrote: "Michael Jonsson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi Why do I get an error if the $_SESSION['user_status'] is NULL ??? Script## session_start(); echo $_SESSION['user_status']; #error## Notic

[PHP] Re: Refresh a frame?

2004-06-09 Thread Torsten Roehr
> How would I do that in the PHP block? Please always answer to the list. Just echo out the JS statement: echo '