FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » General » PHP discussions » Newbie Question - Ignore missing ? links in URL
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Newbie Question - Ignore missing ? links in URL [message #33567 is a reply to message #33566] Thu, 07 September 2006 16:23 Go to previous messageGo to previous message
rgraylint is currently offline  rgraylint   United States
Messages: 2
Registered: September 2006
Location: US
Karma:
Junior Member
I did find a solution that I don't like. I can add this line of code to suppress errors in this file.

error_reporting(E_ALL ^ E_NOTICE); // Turns off errors just for this file. Avoids changing error setting in the php.ini global file.

It does make my problem go away. I can remove the 'phone' link entry from the URL and I don't get any errors. I just don't like it because it feels like cheating. Smile

If there is a way to programaticly test for the existence of the 'phone' link, I'd much rather do that.

Again, thanks for your help...

- Robert
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: how to add javascript in php
Next Topic: need help. please!
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Sep 30 11:21:46 GMT 2024

Total time taken to generate the page: 0.05486 seconds