[PHP] Dynamic Links..

2001-03-07 Thread Ashwin Kutty
Hi, I want ease the authentication process of the users on my network.. Now, here is the problem.. I have a php script that re-directs to another company's page.. In that page, there is a link to go forward, but that link has a session id in it, that is dynamically generated when the page is

[PHP] Dynamic Links..

2001-03-07 Thread Ashwin Kutty
No, not the URL and therefore not HTTP_REFERER.. This is how it is.. My_Script.php redirects to Someone_Elses_Dynamically_Generated_Page.html Someone_Elses_Dynamically_Generated_Page.html has 'link' to another Page. I want My_Script.php to grab the a href="contents" of the 'link' and redirect

Re: [PHP] Dynamic Links..

2001-03-08 Thread Ashwin Kutty
: Richard S. Crawford [mailto:[EMAIL PROTECTED]] Sent: 08 March 2001 00:02 To: Ashwin Kutty; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Dynamic Links.. At our company we solve this problem by including the second page in a frameset. That's what I would recommend for you

Re: [PHP] Dynamic Links..

2001-03-08 Thread Ashwin Kutty
t. A URL is as much a product brand as a logo is. Chris -- "Wise men talk because they have something to say; fools talk because they have to say something." - Plato Ashwin Kutty Systems Administrator Dalhousie University Libraries (902) 494-2694 -- PHP General Mailing List (http:

[PHP] Strings..

2001-03-09 Thread Ashwin Kutty
Was wondering if someone could tell me how I could do this.. I need the dynamically generated number (NUM) from a string, where the string is:- http://blah.blah.com/blah/blah?blah.com/blah=something:%3Asessionid=NUMdbname=blah Now I tried explode and split, with the '' being as the delimiter,

Re: [PHP] Develop e-mail like using PHP

2001-03-12 Thread Ashwin Kutty
commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] --- Ashwin kutty.. Systems Administrator Dalhousie University Libraries (902) 494-2694 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] Anyone interested to build with me a chat software (in php and MySQL)

2001-03-20 Thread Ashwin Kutty
? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] --- Ashwin kutty.. Systems Administrator Dalhousie University Libraries (902) 494-2694

[PHP] Symbolic Link - Security Issue?

2001-10-05 Thread Ashwin Kutty
Hi, I have a directory with an index.php script so that the url is something along the lines of http://www.mydomain.com/search/ .. Now following the same logic I wanted to write another script but not bother creating another directory so I wrote my script called test.php and then created a

RE: [PHP] Form's : making me sick!

2001-11-13 Thread Ashwin Kutty
_ This message has been checked for all known viruses by the MessageLabs Virus Scanning Service. For further information visit http://www.messagelabs.com/stats.asp --- Ashwin kutty.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] File Open and Writes..

2001-08-17 Thread Ashwin Kutty
until now, I dont know..? -- Wise men talk because they have something to say; fools talk because they have to say something. - Plato Ashwin Kutty Systems Administrator Dalhousie University Libraries (902) 494-2694 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] header() + link..

2001-08-30 Thread Ashwin Kutty
Hi, Is there a simple way to hide the redirect url when using the header function? I would like for the script url or even the form url to remain, but not the redirected url.. Besides printing the page in the script itself, would there be any other way? Any help is appreciated.. thanks.. --

Re: [PHP] header() + link..

2001-08-31 Thread Ashwin Kutty
Hi, I thought as much.. And no, dont want to use frames.. Id rather just have the URL shown in the Location Field.. I do realise, there is no real way to ever hide the URL, however, I just dint want to make it too obvious for the users to bookmark or pass around to people who are not authorized

Re: [PHP] php chat or customer support center

2001-05-08 Thread Ashwin Kutty
try phprojekt @ http://www.PHProjekt.de its quite a good product and does a lot more that just one-on-one chat and in fact is a complete suite for customer support.. On Tue, 8 May 2001, Black S. wrote: We have all seen these one-on-one chat systems placed on sites like home.com and others.

[PHP] Knowledgebase HelpDesk

2001-02-13 Thread Ashwin Kutty
Anyone know of any project in the works right now that is a HelpDesk and Knowledgebase combined? Thanks.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[PHP] Mac Address Lookup

2003-07-18 Thread Ashwin Kutty
I am trying to do a lookup of a Mac Address via PHP. Is there any way to do so like gethostbyaddr that gets me the name of a machine? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php