Re: [PHP] Internet Explorer toolbar
This is why it is imperative that the user first research the topic (problem) via on-line references (search engines, docs, howtos,etc) then post to the mailing list when all these resources have been exhausted. -- Ray On Fri, 2003-03-28 at 02:43, Haseeb Iqbal wrote: > hello, > just want to suggest something to the list manager. there should be a way to > email every newly subscribed user about what php can do and what php can't > this will help solve many problems.i have been subscribed to this list for > 10 days or so and i have recieved more then 50% of the mails about php doing > client side stuff.and everytime the nice people explain to them what php can > do. > > i think all new users should get an email explaining what php is and what > can it do. > > just a suggestion no hard feelings. > > Haseeb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Internet Explorer toolbar
PHP is server-side. It runs on the server, NOT the client. It has no way to do anything to the client. Try javascript. Manuel Ochoa wrote: Is there any way of using php to launch a new browser without the IE toolbars? -- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP] Internet Explorer toolbar
Use javascript --> window.open("url","toolbar=no"); -Original Message- From: Manuel Ochoa [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 2:32 PM To: PHP General Subject: [PHP] Internet Explorer toolbar Is there any way of using php to launch a new browser without the IE toolbars? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Internet Explorer toolbar
hello, just want to suggest something to the list manager. there should be a way to email every newly subscribed user about what php can do and what php can't this will help solve many problems.i have been subscribed to this list for 10 days or so and i have recieved more then 50% of the mails about php doing client side stuff.and everytime the nice people explain to them what php can do. i think all new users should get an email explaining what php is and what can it do. just a suggestion no hard feelings. Haseeb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php